+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
+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
+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
+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
+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
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
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,