summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2009-08-18 14:35:10 -0400
committerJohan Dahlin <johan@gnome.org>2009-12-16 17:22:01 -0200
commit18dc96caf883cad9226cb6e783dd930a7fe62c2e (patch)
tree2319c7b1f06738781af07d034672ba61d0a78cd3 /gdk/gdkkeys.c
parent78758d43ea1c2d3e87050eae078e679281d09106 (diff)
downloadgtk+-18dc96caf883cad9226cb6e783dd930a7fe62c2e.tar.gz
Merge in Gdk-custom.c introspection annotations
The Gdk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GDK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations. https://bugzilla.gnome.org/show_bug.cgi?id=592279
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r--gdk/gdkkeys.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index 130dbac608..6953b46426 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -121,12 +121,12 @@ gdk_keymap_init (GdkKeymap *keymap)
/**
* gdk_keyval_convert_case:
* @symbol: a keyval
- * @lower: return location for lowercase version of @symbol
- * @upper: return location for uppercase version of @symbol
+ * @lower: (out): return location for lowercase version of @symbol
+ * @upper: (out): return location for uppercase version of @symbol
*
* Obtains the upper- and lower-case versions of the keyval @symbol.
* Examples of keyvals are #GDK_a, #GDK_Enter, #GDK_F1, etc.
- *
+ *
**/
void
gdk_keyval_convert_case (guint symbol,