In src/tagmanager/tm_query.c:

> +	else
> +		s = g_string_new_len(name, name_len);
> +
> +	g_ptr_array_add(q->names, s);
> +
> +	return 0;
> +}
> +
> +
> +/* Add scope filter to a query
> + *
> + * The query results will be restricted to tags that are subordenates of
> + * a container scope matching @a scope, for example a C++ class.
> + *
> + * @param q The query to operate on.
> + * @param scope The name of the container or parent scope.

Is scope just a single name or is it some kind of delimited string (ex. mynamespace/myclass/myinnerclass/myfield) ?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.