]> Pileus Git - ~andy/gtk/commitdiff
Add gtk_parse_args()
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 14:17:49 +0000 (14:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 13 Jul 2004 14:17:49 +0000 (14:17 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/gtk-sections.txt
gtk/gtkmain.h

index da7ee85fb7aec49921af6d5a84e0d22a839fe030..33581faf2f963f176c79cc5f756fea842f90c3dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
+       function.  (#147476, Owen Taylor)
+
        * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
        crash if unrealized.
 
index da7ee85fb7aec49921af6d5a84e0d22a839fe030..33581faf2f963f176c79cc5f756fea842f90c3dd 100644 (file)
@@ -1,5 +1,8 @@
 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
+       function.  (#147476, Owen Taylor)
+
        * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
        crash if unrealized.
 
index da7ee85fb7aec49921af6d5a84e0d22a839fe030..33581faf2f963f176c79cc5f756fea842f90c3dd 100644 (file)
@@ -1,5 +1,8 @@
 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
+       function.  (#147476, Owen Taylor)
+
        * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
        crash if unrealized.
 
index da7ee85fb7aec49921af6d5a84e0d22a839fe030..33581faf2f963f176c79cc5f756fea842f90c3dd 100644 (file)
@@ -1,5 +1,8 @@
 2004-07-13  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkmain.h: Add gtk_parse_args(), its a public 
+       function.  (#147476, Owen Taylor)
+
        * gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
        crash if unrealized.
 
index 20ce59837525567337f1decf4092529c78d959df..6f03bbb8cc8f485ba6ce2867dbdd734041904e63 100644 (file)
@@ -1,3 +1,7 @@
+2004-07-13  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk-sections.txt: Add gtk_parse_args.
+
 Tue Jul 13 02:01:56 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/tmpl/gtkaboutdialog.sgml: Additions.
index 76618e0a307b0765830e8f11bffe8249f3bcfe15..940d706d8f05c9cbfe2199fa42c8d24eced0540b 100644 (file)
@@ -4613,6 +4613,7 @@ gtk_window_group_get_type
 gtk_set_locale
 gtk_disable_setlocale
 gtk_get_default_language
+gtk_parse_args
 gtk_init
 gtk_init_check
 gtk_exit
index 71cce4fe81fbc05fe22d5c1e9d331b0c195565b4..d4cfc0c21273a0d7168e51b643475222522e02b0 100644 (file)
@@ -89,6 +89,9 @@ gchar* gtk_check_version (guint       required_major,
 /* Initialization, exit, mainloop and miscellaneous routines
  */
 
+gboolean gtk_parse_args           (int    *argc,
+                                  char ***argv)
+
 void     gtk_init                 (int    *argc,
                                    char ***argv);