summaryrefslogtreecommitdiff
path: root/gtk/gtkpadcontroller.c
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-01-05 12:44:23 +0100
committerMaximiliano Sandoval R <msandova@gnome.org>2022-01-05 14:06:43 +0100
commit1229032b4e557933e3efadca0df2fab37510ebd6 (patch)
tree930156e480d04305af9fd74e17c183418e6266be /gtk/gtkpadcontroller.c
parentad73e2d07ba347c3e3868520f705c7ded97903d4 (diff)
downloadgtk+-1229032b4e557933e3efadca0df2fab37510ebd6.tar.gz
docs: Add misc links
Diffstat (limited to 'gtk/gtkpadcontroller.c')
-rw-r--r--gtk/gtkpadcontroller.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkpadcontroller.c b/gtk/gtkpadcontroller.c
index 49e7ae512e..d49dc00e10 100644
--- a/gtk/gtkpadcontroller.c
+++ b/gtk/gtkpadcontroller.c
@@ -28,7 +28,7 @@
*
* These buttons and sensors have no implicit meaning, and by default they
* perform no action. `GtkPadController` is provided to map those to
- * `GAction` objects, thus letting the application give them a more
+ * [iface@Gio.Action] objects, thus letting the application give them a more
* semantic meaning.
*
* Buttons and sensors are not constrained to triggering a single action,
@@ -41,10 +41,10 @@
* different modes. See [method@Gdk.DevicePad.get_n_groups] and
* [method@Gdk.DevicePad.get_group_n_modes].
*
- * Each of the actions that a given button/strip/ring performs for a given
- * mode is defined by a [struct@Gtk.PadActionEntry]. It contains an action
- * name that will be looked up in the given `GActionGroup` and activated
- * whenever the specified input element and mode are triggered.
+ * Each of the actions that a given button/strip/ring performs for a given mode
+ * is defined by a [struct@Gtk.PadActionEntry]. It contains an action name that
+ * will be looked up in the given [iface@Gio.ActionGroup] and activated whenever
+ * the specified input element and mode are triggered.
*
* A simple example of `GtkPadController` usage: Assigning button 1 in all
* modes and pad devices to an "invert-selection" action: