Improve docs. (#353438, Mariano Suárez-Alvarez)

2006-12-21  Matthias Clasen  <mclasen@redhat.com>

        * gdk/gdkdisplay.c (gdk_display_beep): Improve docs.
        (#353438, Mariano Suárez-Alvarez)
This commit is contained in:
Matthias Clasen
2006-12-21 16:25:01 +00:00
committed by Matthias Clasen
parent 96b3419dff
commit 10f7248d27
2 changed files with 12 additions and 4 deletions

View File

@@ -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:

View 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)