mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-03 22:59:39 +02:00
New function to get the formatted help string. (#336089, Dom Lachowicz)
2007-04-24 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: * glib/goption.h: * glib/goption.c (g_option_context_get_help): New function to get the formatted help string. (#336089, Dom Lachowicz) svn path=/trunk/; revision=5456
This commit is contained in:
committed by
Matthias Clasen
parent
325bd373d4
commit
ba2dc0c2b2
@@ -769,6 +769,7 @@ g_option_context_set_main_group
|
||||
g_option_context_set_summary
|
||||
g_option_context_set_translate_func
|
||||
g_option_context_set_translation_domain
|
||||
g_option_context_get_help
|
||||
g_option_group_add_entries
|
||||
g_option_group_free
|
||||
g_option_group_new
|
||||
@@ -1426,6 +1427,8 @@ g_regex_free
|
||||
g_regex_optimize
|
||||
g_regex_copy
|
||||
g_regex_get_pattern
|
||||
g_regex_get_max_backref
|
||||
g_regex_get_capture_count
|
||||
g_regex_clear
|
||||
g_regex_match_simple
|
||||
g_regex_match
|
||||
|
Reference in New Issue
Block a user