-2004-09-26 Matthias Clasen <mclasen@redhat.com>
+2004-09-27 Murray Cumming <murrayc@murrayc.com>
+
+ * glib/goptions.[h|c], glib/glib.symbols: Rename
+ g_context_option_error_quark() to g_option_error_quark(), because that
+ is consistent with normal naming conventions, and what bindings expect.
+
+.2004-09-26 Matthias Clasen <mclasen@redhat.com>
Fix #153649, Hidetaka Iwai:
-2004-09-26 Matthias Clasen <mclasen@redhat.com>
+2004-09-27 Murray Cumming <murrayc@murrayc.com>
+
+ * glib/goptions.[h|c], glib/glib.symbols: Rename
+ g_context_option_error_quark() to g_option_error_quark(), because that
+ is consistent with normal naming conventions, and what bindings expect.
+
+.2004-09-26 Matthias Clasen <mclasen@redhat.com>
Fix #153649, Hidetaka Iwai:
-2004-09-26 Matthias Clasen <mclasen@redhat.com>
+2004-09-27 Murray Cumming <murrayc@murrayc.com>
+
+ * glib/goptions.[h|c], glib/glib.symbols: Rename
+ g_context_option_error_quark() to g_option_error_quark(), because that
+ is consistent with normal naming conventions, and what bindings expect.
+
+.2004-09-26 Matthias Clasen <mclasen@redhat.com>
Fix #153649, Hidetaka Iwai:
-2004-09-26 Matthias Clasen <mclasen@redhat.com>
+2004-09-27 Murray Cumming <murrayc@murrayc.com>
+
+ * glib/goptions.[h|c], glib/glib.symbols: Rename
+ g_context_option_error_quark() to g_option_error_quark(), because that
+ is consistent with normal naming conventions, and what bindings expect.
+
+.2004-09-26 Matthias Clasen <mclasen@redhat.com>
Fix #153649, Hidetaka Iwai:
-2004-09-26 Matthias Clasen <mclasen@redhat.com>
+2004-09-27 Murray Cumming <murrayc@murrayc.com>
+
+ * glib/goptions.[h|c], glib/glib.symbols: Rename
+ g_context_option_error_quark() to g_option_error_quark(), because that
+ is consistent with normal naming conventions, and what bindings expect.
+
+.2004-09-26 Matthias Clasen <mclasen@redhat.com>
Fix #153649, Hidetaka Iwai:
g_on_error_stack_trace
g_option_context_add_group
g_option_context_add_main_entries
-g_option_context_error_quark
+g_option_error_quark
g_option_context_free
g_option_context_get_help_enabled
g_option_context_get_ignore_unknown_options
gboolean perform_nulls);
GQuark
-g_option_context_error_quark (void)
+g_option_error_quark (void)
{
static GQuark q = 0;
gpointer data,
GError **error);
-#define G_OPTION_ERROR (g_option_context_error_quark ())
+#define G_OPTION_ERROR (g_option_error_quark ())
typedef enum
{
G_OPTION_ERROR_FAILED
} GOptionError;
-GQuark g_option_context_error_quark (void) G_GNUC_CONST;
+GQuark g_option_error_quark (void) G_GNUC_CONST;
struct _GOptionEntry