[gtk/ebassi/gidocgen: 372/478] eventcontrollerlegacy: Convert docs
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 372/478] eventcontrollerlegacy: Convert docs
- Date: Fri, 5 Mar 2021 23:02:41 +0000 (UTC)
commit 6599b8d1716b847b9b8f11c14f01e492a12cbcc9
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Mar 1 01:36:34 2021 -0500
eventcontrollerlegacy: Convert docs
gtk/gtkeventcontrollerlegacy.c | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/gtk/gtkeventcontrollerlegacy.c b/gtk/gtkeventcontrollerlegacy.c
index 406e6a6ff2..63f7c385ea 100644
--- a/gtk/gtkeventcontrollerlegacy.c
+++ b/gtk/gtkeventcontrollerlegacy.c
@@ -18,16 +18,14 @@
*/
/**
- * SECTION:gtkeventcontrollerlegacy
- * @Short_description: Event controller for miscellaneous events
- * @Title: GtkEventControllerLegacy
- * @See_also: #GtkEventController
+ * GtkEventControllerLegacy:
*
- * #GtkEventControllerLegacy is an event controller that gives you
- * direct access to the event stream. It should only be used as a
- * last resort if none of the other event controllers or gestures
- * do the job.
- **/
+ * `GtkEventControllerLegacy` is an event controller that provides raw
+ * access to the event stream.
+ *
+ * It should only be used as a last resort if none of the other event
+ * controllers or gestures do the job.
+ */
#include "config.h"
@@ -79,13 +77,13 @@ gtk_event_controller_legacy_class_init (GtkEventControllerLegacyClass *klass)
/**
* GtkEventControllerLegacy::event:
- * @controller: the object which received the signal.
- * @event: the #GdkEvent which triggered this signal
+ * @controller: the object which received the signal
+ * @event: the `GdkEvent` which triggered this signal
*
* Emitted for each GDK event delivered to @controller.
*
* Returns: %TRUE to stop other handlers from being invoked for the event
- * and the emission of this signal. %FALSE to propagate the event further.
+ * and the emission of this signal. %FALSE to propagate the event further.
*/
signals[EVENT] =
g_signal_new (I_("event"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]