Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
67d562bc
Commit
67d562bc
authored
Jul 13, 2004
by
Matthias Clasen
Browse files
Add gtk_parse_args()
parent
dcffb53f
Changes
7
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
67d562bc
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.
...
...
ChangeLog.pre-2-10
View file @
67d562bc
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.
...
...
ChangeLog.pre-2-6
View file @
67d562bc
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.
...
...
ChangeLog.pre-2-8
View file @
67d562bc
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.
...
...
docs/reference/ChangeLog
View file @
67d562bc
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.
...
...
docs/reference/gtk/gtk-sections.txt
View file @
67d562bc
...
...
@@ -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
...
...
gtk/gtkmain.h
View file @
67d562bc
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment