Searched defs:_GOptionContext (Results 1 – 1 of 1) sorted by relevance
240 struct _GOptionContext struct242 GList *groups;244 gchar *parameter_string; /* (nullable) */245 gchar *summary;246 gchar *description;248 GTranslateFunc translate_func;249 GDestroyNotify translate_notify;250 gpointer translate_data;252 guint help_enabled : 1;253 guint ignore_unknown : 1;[all …]