Update docs

svn path=/trunk/; revision=17941
This commit is contained in:
Matthias Clasen 2007-05-26 20:49:08 +00:00
parent c7920bea2c
commit 8f955adce7
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.c: Update docs
* gdk/directfb/gdkwindow-directfb.c: Remove duplicate doc comments.
* gdk/x11/gdkwindow-x11.c: Fix doc formatting

View File

@ -566,6 +566,8 @@ gdk_threads_add_idle_full (gint priority,
* assigning the default priority, #G_PRIORITY_DEFAULT_IDLE.
*
* See gdk_threads_add_idle_full().
*
* Return value: the ID (greater than 0) of the event source.
*
* Since: 2.12
*/
@ -670,6 +672,8 @@ gdk_threads_add_timeout_full (gint priority,
* assigning the default priority, #G_PRIORITY_DEFAULT.
*
* See gdk_threads_add_timeout_full().
*
* Return value: the ID (greater than 0) of the event source.
*
* Since: 2.12
*/