From 18dc96caf883cad9226cb6e783dd930a7fe62c2e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 18 Aug 2009 14:35:10 -0400 Subject: 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 --- gdk/gdkkeys.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdk/gdkkeys.c') 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, -- cgit v1.2.1