summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 10:12:38 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:31:59 +0100
commita1c297a310751892d7540c0b281bb93ec6750549 (patch)
tree6b75d5772d0e015cc9ea6f0e0cd0e7b2ad335471 /gdk
parentfe372ddf5e918a54d7082996fa4bd779e6d0e9f1 (diff)
downloadgtk+-a1c297a310751892d7540c0b281bb93ec6750549.tar.gz
[GI] Cosmetic cleanups of annotations and doc comments
This change does not introduce any functionality change, mostly cosmtic cleanups, like re-linebreak when introduced annotations messed up indentation or whitespace errors fixes.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdk.c2
-rw-r--r--gdk/gdkcursor.c2
-rw-r--r--gdk/gdkkeys.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdk.c b/gdk/gdk.c
index 9bf97e59a8..6bb7f8deea 100644
--- a/gdk/gdk.c
+++ b/gdk/gdk.c
@@ -777,7 +777,7 @@ gdk_threads_dispatch_free (gpointer data)
/**
* gdk_threads_add_idle_full:
* @priority: the priority of the idle source. Typically this will be in the
- * range btweeen #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE
+ * range between #G_PRIORITY_DEFAULT_IDLE and #G_PRIORITY_HIGH_IDLE
* @function: function to call
* @data: data to pass to @function
* @notify: (allow-none): function to call when the idle is removed, or %NULL
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index fe5f38ced7..1418b1bd0a 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -355,7 +355,7 @@ gdk_cursor_new_from_pixbuf (GdkDisplay *display,
return GDK_DISPLAY_GET_CLASS (display)->get_cursor_for_pixbuf (display, pixbuf, x, y);
}
-/**
+/**
* gdk_cursor_get_display:
* @cursor: a #GdkCursor.
*
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index c992ef5ae1..74993d6c20 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -284,7 +284,7 @@ gdk_keyval_is_lower (guint keyval)
return FALSE;
}
-/**
+/**
* gdk_keymap_get_default:
*
* Returns the #GdkKeymap attached to the default display.