summaryrefslogtreecommitdiff
path: root/gtk/gtkinvisible.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 /gtk/gtkinvisible.c
parent7f26dbf30a497f8b12e660378b8700d8b1bfced6 (diff)
downloadgtk+-7cb3f99fc794c2dc8ccc858845e3f2539e713a6c.tar.gz
Document 2.2 API additions.
Diffstat (limited to 'gtk/gtkinvisible.c')
-rw-r--r--gtk/gtkinvisible.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk/gtkinvisible.c b/gtk/gtkinvisible.c
index 4e1418e0ac..7b7896bf34 100644
--- a/gtk/gtkinvisible.c
+++ b/gtk/gtkinvisible.c
@@ -156,6 +156,8 @@ gtk_invisible_destroy (GtkObject *object)
* Creates a new #GtkInvisible object for a specified screen
*
* Return value: a newly created #GtkInvisible object
+ *
+ * Since: 2.2
**/
GtkWidget*
gtk_invisible_new_for_screen (GdkScreen *screen)
@@ -184,6 +186,8 @@ gtk_invisible_new (void)
* @screen: a #GdkScreen.
*
* Sets the #GdkScreen where the #GtkInvisible object will be displayed.
+ *
+ * Since: 2.2
**/
void
gtk_invisible_set_screen (GtkInvisible *invisible,
@@ -222,7 +226,9 @@ gtk_invisible_set_screen (GtkInvisible *invisible,
*
* Returns the #GdkScreen object associated with @invisible
*
- * Return value : the associated #GdkScreen.
+ * Return value: the associated #GdkScreen.
+ *
+ * Since: 2.2
**/
GdkScreen *
gtk_invisible_get_screen (GtkInvisible *invisible)