summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontroller.c
diff options
context:
space:
mode:
authorDavid Lechner <david@lechnology.com>2020-11-07 17:46:26 +0000
committerDavid Lechner <david@lechnology.com>2020-11-07 17:46:26 +0000
commit8190f0c4202a99b2df590f9d7cacab235cb43a76 (patch)
tree291d70ce5bd9d08273ce90914365b37bba4fe932 /gtk/gtkeventcontroller.c
parent4e8a5f2ec8866265e5967b31415d0da83e7327fa (diff)
downloadgtk+-8190f0c4202a99b2df590f9d7cacab235cb43a76.tar.gz
gtk/enums: fix doc comment references
Enum members need a "%" prefix rather than "@" or "%@" in order to automatically create links in the documentation.
Diffstat (limited to 'gtk/gtkeventcontroller.c')
-rw-r--r--gtk/gtkeventcontroller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkeventcontroller.c b/gtk/gtkeventcontroller.c
index 68670a8e14..d41f24ebe1 100644
--- a/gtk/gtkeventcontroller.c
+++ b/gtk/gtkeventcontroller.c
@@ -516,7 +516,7 @@ gtk_event_controller_get_propagation_limit (GtkEventController *controller)
*
* Sets the event propagation limit on the event controller.
*
- * If the limit is set to %@GTK_LIMIT_SAME_NATIVE, the controller
+ * If the limit is set to %GTK_LIMIT_SAME_NATIVE, the controller
* won't handle events that are targeted at widgets on a different
* surface, such as popovers.
*/