summaryrefslogtreecommitdiff
path: root/gtk/gtkeventcontrollerprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-18 17:05:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-20 19:17:49 -0400
commit8ba16eb4f1e6df67d79a9d509a3a45126a032e46 (patch)
treebb493f2acbf893de29db9e393a4f364b7dd05ac2 /gtk/gtkeventcontrollerprivate.h
parentab6a5be0f860c29432b4a8e9d3a4cd3bbad0a63a (diff)
downloadgtk+-8ba16eb4f1e6df67d79a9d509a3a45126a032e46.tar.gz
Documentation fixes
Mostly fixing up indentation of continuation lines, and other small cleanups.
Diffstat (limited to 'gtk/gtkeventcontrollerprivate.h')
-rw-r--r--gtk/gtkeventcontrollerprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkeventcontrollerprivate.h b/gtk/gtkeventcontrollerprivate.h
index e639e2d82a..50349cc366 100644
--- a/gtk/gtkeventcontrollerprivate.h
+++ b/gtk/gtkeventcontrollerprivate.h
@@ -59,12 +59,12 @@ typedef struct _GtkCrossingData GtkCrossingData;
* @mode: the crossing mode
* @old_target: the old target
* @old_descendent: the direct child of the receiving widget that
- * is an ancestor of @old_target, or %NULL if @old_target is not
- * a descendent of the receiving widget
+ * is an ancestor of @old_target, or %NULL if @old_target is not
+ * a descendent of the receiving widget
* @new_target: the new target
* @new_descendent: the direct child of the receiving widget that
- * is an ancestor of @new_target, or %NULL if @new_target is not
- * a descendent of the receiving widget
+ * is an ancestor of @new_target, or %NULL if @new_target is not
+ * a descendent of the receiving widget
* @drop: the #GdkDrop if this is info for a drop operation
*
* The struct that is passed to gtk_event_controller_handle_crossing().