mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Remove trailing commas.
This commit is contained in:
parent
a272e118cc
commit
3b1cf9d237
@ -1,3 +1,7 @@
|
||||
2004-08-20 Jon K Hellan <hellan@acm.org>
|
||||
|
||||
* glib/goption.h: Remove trailing commas.
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for all four values of the
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-08-20 Jon K Hellan <hellan@acm.org>
|
||||
|
||||
* glib/goption.h: Remove trailing commas.
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for all four values of the
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-08-20 Jon K Hellan <hellan@acm.org>
|
||||
|
||||
* glib/goption.h: Remove trailing commas.
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for all four values of the
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-08-20 Jon K Hellan <hellan@acm.org>
|
||||
|
||||
* glib/goption.h: Remove trailing commas.
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for all four values of the
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-08-20 Jon K Hellan <hellan@acm.org>
|
||||
|
||||
* glib/goption.h: Remove trailing commas.
|
||||
|
||||
2004-08-17 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Check for all four values of the
|
||||
|
@ -33,7 +33,7 @@ typedef struct _GOptionEntry GOptionEntry;
|
||||
typedef enum
|
||||
{
|
||||
G_OPTION_FLAG_HIDDEN = 1 << 0,
|
||||
G_OPTION_FLAG_IN_MAIN = 1 << 1,
|
||||
G_OPTION_FLAG_IN_MAIN = 1 << 1
|
||||
} GOptionFlags;
|
||||
|
||||
typedef enum
|
||||
@ -44,7 +44,7 @@ typedef enum
|
||||
G_OPTION_ARG_CALLBACK,
|
||||
G_OPTION_ARG_FILENAME,
|
||||
G_OPTION_ARG_STRING_ARRAY,
|
||||
G_OPTION_ARG_FILENAME_ARRAY,
|
||||
G_OPTION_ARG_FILENAME_ARRAY
|
||||
} GOptionArg;
|
||||
|
||||
typedef gboolean (*GOptionArgFunc) (const gchar *option_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user