mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 14:49:16 +02:00
Doc: Fix missing API from GOptionGroup boxing
This commit is contained in:
parent
15a4af545e
commit
497b294510
@ -1254,6 +1254,8 @@ g_option_context_add_group
|
|||||||
g_option_context_set_main_group
|
g_option_context_set_main_group
|
||||||
g_option_context_get_main_group
|
g_option_context_get_main_group
|
||||||
g_option_group_new
|
g_option_group_new
|
||||||
|
g_option_group_ref
|
||||||
|
g_option_group_unref
|
||||||
g_option_group_free
|
g_option_group_free
|
||||||
g_option_group_add_entries
|
g_option_group_add_entries
|
||||||
GOptionParseFunc
|
GOptionParseFunc
|
||||||
|
@ -397,6 +397,7 @@ G_TYPE_MARKUP_PARSE_CONTEXT
|
|||||||
G_TYPE_SOURCE
|
G_TYPE_SOURCE
|
||||||
G_TYPE_POLLFD
|
G_TYPE_POLLFD
|
||||||
G_TYPE_THREAD
|
G_TYPE_THREAD
|
||||||
|
G_TYPE_OPTION_GROUP
|
||||||
GStrv
|
GStrv
|
||||||
|
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
@ -430,6 +431,7 @@ g_checksum_get_type
|
|||||||
g_mapped_file_get_type
|
g_mapped_file_get_type
|
||||||
g_markup_parse_context_get_type
|
g_markup_parse_context_get_type
|
||||||
g_thread_get_type
|
g_thread_get_type
|
||||||
|
g_option_group_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
<SECTION>
|
<SECTION>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user