[ CCode ( instance_pos = 2.9 ) ]
[ Version ( since = "3.48" ) ]
public delegate bool UtilForeachCategoryFunc (Component comp, ref string inout_category)
Function called for each non-empty category from util_foreach_category.
The func
can assume owenrship of the inout_category
content, in which case it should also set its content to
null, to avoid free of it. The string itself, if taken, should be freed with g_free
, when no longer needed.
comp |
an Component |
inout_category |
the category name |
user_data |
user data for the callback |
true to continue, false to stop |