mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add G_OPTION_REMAINING
2004-10-29 Matthias Clasen <mclasen@redhat.com> * glib/glib-sections.txt: Add G_OPTION_REMAINING
This commit is contained in:
parent
eca5c5ea7d
commit
dd028d11f6
@ -1,5 +1,7 @@
|
|||||||
2004-10-29 Matthias Clasen <mclasen@redhat.com>
|
2004-10-29 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/glib-sections.txt: Add G_OPTION_REMAINING
|
||||||
|
|
||||||
* glib/tmpl/option.sgml: Add docs.
|
* glib/tmpl/option.sgml: Add docs.
|
||||||
|
|
||||||
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
2004-10-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
@ -932,8 +932,6 @@ g_shell_error_quark
|
|||||||
<FILE>option</FILE>
|
<FILE>option</FILE>
|
||||||
GOptionError
|
GOptionError
|
||||||
G_OPTION_ERROR
|
G_OPTION_ERROR
|
||||||
GOptionFlags
|
|
||||||
GOptionArg
|
|
||||||
GOptionArgFunc
|
GOptionArgFunc
|
||||||
GOptionContext
|
GOptionContext
|
||||||
g_option_context_new
|
g_option_context_new
|
||||||
@ -943,6 +941,9 @@ g_option_context_set_help_enabled
|
|||||||
g_option_context_get_help_enabled
|
g_option_context_get_help_enabled
|
||||||
g_option_context_set_ignore_unknown_options
|
g_option_context_set_ignore_unknown_options
|
||||||
g_option_context_get_ignore_unknown_options
|
g_option_context_get_ignore_unknown_options
|
||||||
|
GOptionArg
|
||||||
|
GOptionFlags
|
||||||
|
G_OPTION_REMAINING
|
||||||
GOptionEntry
|
GOptionEntry
|
||||||
g_option_context_add_main_entries
|
g_option_context_add_main_entries
|
||||||
GOptionGroup
|
GOptionGroup
|
||||||
|
Loading…
Reference in New Issue
Block a user