summaryrefslogtreecommitdiff
path: root/gdk/gdk.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-11-28 00:33:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-11-28 00:33:17 +0000
commit7cb3f99fc794c2dc8ccc858845e3f2539e713a6c (patch)
tree9a76b00598af309c08f5b7cb7c0105aca0b5ca7a /gdk/gdk.c
parent7f26dbf30a497f8b12e660378b8700d8b1bfced6 (diff)
downloadgtk+-7cb3f99fc794c2dc8ccc858845e3f2539e713a6c.tar.gz
Document 2.2 API additions.
Diffstat (limited to 'gdk/gdk.c')
-rw-r--r--gdk/gdk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index c3caeb8bf6..87d12ea469 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -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)