docs: Add misc links
authorMaximiliano Sandoval R <msandova@gnome.org>
Wed, 5 Jan 2022 11:44:23 +0000 (12:44 +0100)
committerMaximiliano Sandoval R <msandova@gnome.org>
Wed, 5 Jan 2022 13:06:43 +0000 (14:06 +0100)
gtk/css/gtkcsssection.h
gtk/gtkpadcontroller.c
gtk/gtksizerequest.h

index 9d6f1ba055627a0cf8db5f7bbb77523bc817dcb9..e0ada752aa4518e1e62636e6dc4a504ea9bef26e 100644 (file)
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
  * Defines a part of a CSS document.
  *
  * Because sections are nested into one another, you can use
- * gtk_css_section_get_parent() to get the containing region.
+ * [method@CssSection.get_parent] to get the containing region.
  */
 typedef struct _GtkCssSection GtkCssSection;
 
index 49e7ae512e69bcb1b9a1e412bfd7fbb8997182de..d49dc00e106ff48643fdd330eca7cbf46e7bafa5 100644 (file)
@@ -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,
  * 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:
index 4f3b03d79997c7582d1f650b6d1b67ee793ed3fa..915e85e377ce6192f806a54de0200beadbae8f01 100644 (file)
@@ -36,7 +36,7 @@ typedef struct _GtkRequestedSize         GtkRequestedSize;
  *
  * Represents a request of a screen object in a given orientation. These
  * are primarily used in container implementations when allocating a natural
- * size for children calling. See gtk_distribute_natural_allocation().
+ * size for children calling. See [func@distribute_natural_allocation].
  */
 struct _GtkRequestedSize
 {