Add gtk_parse_args()

This commit is contained in:
Matthias Clasen 2004-07-13 14:17:49 +00:00
parent dcffb53f0a
commit 67d562bc9c
7 changed files with 20 additions and 0 deletions

View 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.

View 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.

View 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.

View 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.

View 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.

View 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

View 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);