mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Improve example. (#367625, Ross Burton)
2006-10-01 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/option.sgml: Improve example. (#367625, Ross Burton)
This commit is contained in:
parent
088c08a2a5
commit
81115d312d
@ -1,3 +1,7 @@
|
||||
2006-10-01 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/option.sgml: Improve example. (#367625, Ross Burton)
|
||||
|
||||
Mon Sep 11 14:57:46 2006 Tim Janik <timj@imendio.com>
|
||||
|
||||
* glib/running.sgml: documented G_DEBUG flags resident-modules
|
||||
|
@ -108,6 +108,7 @@ int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
GError *error = NULL;
|
||||
GOptionContext *context;
|
||||
|
||||
context = g_option_context_new ("- test tree model performance");
|
||||
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user