summaryrefslogtreecommitdiff
path: root/gdk/gdkkeys.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@redhat.com>2018-02-10 23:46:14 +0000
committerMatthias Clasen <matthiasc@redhat.com>2018-02-10 23:46:14 +0000
commitc289d7c1766015b552b66766c5fdc0771e1c35a8 (patch)
tree3cc9706be73df8393a6071bbe7fe3d124bf09d35 /gdk/gdkkeys.c
parent5c3c95a96cf09f3f25605e1d7b8796b644c75ac4 (diff)
downloadgtk+-c289d7c1766015b552b66766c5fdc0771e1c35a8.tar.gz
gdk: Expand the docs a bit
Add a reference to the getter to the GdkKeymap::direction-changed signal docs. sh: indent: command not found
Diffstat (limited to 'gdk/gdkkeys.c')
-rw-r--r--gdk/gdkkeys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c
index d8096b4776..e3435d901b 100644
--- a/gdk/gdkkeys.c
+++ b/gdk/gdkkeys.c
@@ -176,8 +176,8 @@ gdk_keymap_class_init (GdkKeymapClass *klass)
* GdkKeymap::direction-changed:
* @keymap: the object on which the signal is emitted
*
- * The ::direction-changed signal gets emitted when the direction of
- * the keymap changes.
+ * The ::direction-changed signal gets emitted when the direction
+ * of the keymap changes. See gdk_keymap_get_direction().
*/
signals[DIRECTION_CHANGED] =
g_signal_new (g_intern_static_string ("direction-changed"),