]> Pileus Git - ~andy/gtk/commitdiff
Improve docs. (#353438, Mariano Suárez-Alvarez)
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Dec 2006 16:25:01 +0000 (16:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 21 Dec 2006 16:25:01 +0000 (16:25 +0000)
2006-12-21  Matthias Clasen  <mclasen@redhat.com>

        * gdk/gdkdisplay.c (gdk_display_beep): Improve docs.
        (#353438, Mariano Suárez-Alvarez)

ChangeLog
gdk/gdkdisplay.c

index 7375d329f5bdfe431f470dae11470abe39cecc68..c828d6363a7cf176f64cd545089f92e29582af30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkdisplay.c: Improve the docs of some functions operating
+       on the default display.  (##353438, Mariano Suárez-Alvarez)
+
 2006-12-21  Matthew Barnes  <mbarnes@redhat.com>
 
        * docs/reference/gdk/gdk-sections.txt:
index 49ce3088471b6fac289c73f722818e89f5e076d1..36d46ca050d63e8a29c9c0a103e53cfeb75cb53b 100644 (file)
@@ -265,7 +265,8 @@ gdk_display_put_event (GdkDisplay *display,
  * @time_: a timestamp from a #GdkEvent, or %GDK_CURRENT_TIME if no 
  *  timestamp is available.
  *
- * Ungrabs the pointer, if it is grabbed by this application.
+ * Ungrabs the pointer on the default display, if it is grabbed by this 
+ * application.
  **/
 void
 gdk_pointer_ungrab (guint32 time)
@@ -276,7 +277,8 @@ gdk_pointer_ungrab (guint32 time)
 /**
  * gdk_pointer_is_grabbed:
  * 
- * Returns %TRUE if the pointer is currently grabbed by this application.
+ * Returns %TRUE if the pointer on the default display is currently 
+ * grabbed by this application.
  *
  * Note that this does not take the inmplicit pointer grab on button
  * presses into account.
@@ -294,7 +296,8 @@ gdk_pointer_is_grabbed (void)
  * @time_: a timestamp from a #GdkEvent, or %GDK_CURRENT_TIME if no
  *        timestamp is available.
  * 
- * Ungrabs the keyboard, if it is grabbed by this application.
+ * Ungrabs the keyboard on the default display, if it is grabbed by this 
+ * application.
  **/
 void
 gdk_keyboard_ungrab (guint32 time)
@@ -305,7 +308,7 @@ gdk_keyboard_ungrab (guint32 time)
 /**
  * gdk_beep:
  * 
- * Emits a short beep.
+ * Emits a short beep on the default display.
  **/
 void
 gdk_beep (void)