forked from AuroraMiddleware/gtk
Add gtk_parse_args()
This commit is contained in:
parent
dcffb53f0a
commit
67d562bc9c
@ -1,5 +1,8 @@
|
|||||||
2004-07-13 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
|
||||||
crash if unrealized.
|
crash if unrealized.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-07-13 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
|
||||||
crash if unrealized.
|
crash if unrealized.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-07-13 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
|
||||||
crash if unrealized.
|
crash if unrealized.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2004-07-13 Matthias Clasen <mclasen@redhat.com>
|
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
|
* gtk/gtkcombobox.c (gtk_combo_box_popdown): Don't
|
||||||
crash if unrealized.
|
crash if unrealized.
|
||||||
|
|
||||||
|
@ -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>
|
Tue Jul 13 02:01:56 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/tmpl/gtkaboutdialog.sgml: Additions.
|
* gtk/tmpl/gtkaboutdialog.sgml: Additions.
|
||||||
|
@ -4613,6 +4613,7 @@ gtk_window_group_get_type
|
|||||||
gtk_set_locale
|
gtk_set_locale
|
||||||
gtk_disable_setlocale
|
gtk_disable_setlocale
|
||||||
gtk_get_default_language
|
gtk_get_default_language
|
||||||
|
gtk_parse_args
|
||||||
gtk_init
|
gtk_init
|
||||||
gtk_init_check
|
gtk_init_check
|
||||||
gtk_exit
|
gtk_exit
|
||||||
|
@ -89,6 +89,9 @@ gchar* gtk_check_version (guint required_major,
|
|||||||
/* Initialization, exit, mainloop and miscellaneous routines
|
/* Initialization, exit, mainloop and miscellaneous routines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
gboolean gtk_parse_args (int *argc,
|
||||||
|
char ***argv)
|
||||||
|
|
||||||
void gtk_init (int *argc,
|
void gtk_init (int *argc,
|
||||||
char ***argv);
|
char ***argv);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user