Function
TemplateScopeResolver
Declaration
gboolean
(* TmplScopeResolver) (
TmplScope* scope,
const gchar* name,
TmplSymbol** symbol,
gpointer user_data
)
Parameters
scope-
Type:
TmplScopeNo description available.
The data is owned by the caller of the function. name-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. symbol-
Type:
TmplSymbolNo description available.
The data is owned by the caller of the function. user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the function.