diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 00:33:17 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-11-28 00:33:17 +0000 |
commit | 7cb3f99fc794c2dc8ccc858845e3f2539e713a6c (patch) | |
tree | 9a76b00598af309c08f5b7cb7c0105aca0b5ca7a /gdk/gdk.c | |
parent | 7f26dbf30a497f8b12e660378b8700d8b1bfced6 (diff) | |
download | gtk+-7cb3f99fc794c2dc8ccc858845e3f2539e713a6c.tar.gz |
Document 2.2 API additions.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r-- | gdk/gdk.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -279,6 +279,8 @@ _gdk_get_command_line_args (int *argc, * * You shouldn't call this function explicitely if you are using * gtk_init(), gtk_init_check(), gdk_init(), or gdk_init_check(). + * + * Since: 2.2 **/ void gdk_parse_args (int *argc, @@ -357,6 +359,8 @@ gdk_parse_args (int *argc, * * Returns: the display name, if specified explicitely, otherwise %NULL * this string is owned by GTK+ and must not be modified or freed. + * + * Since: 2.2 */ G_CONST_RETURN gchar * gdk_get_display_arg_name (void) |