Lines Matching defs:_GOptionGroup
268 struct _GOptionGroup struct
270 gchar *name;
271 gchar *description;
272 gchar *help_description;
274 gint ref_count;
276 GDestroyNotify destroy_notify;
277 gpointer user_data;
279 GTranslateFunc translate_func;
280 GDestroyNotify translate_notify;
281 gpointer translate_data;
283 GOptionEntry *entries;
284 gsize n_entries;
286 GOptionParseFunc pre_parse_func;
287 GOptionParseFunc post_parse_func;
288 GOptionErrorFunc error_func;