docs: Add misc links

This commit is contained in:
Maximiliano Sandoval R 2022-01-05 12:44:23 +01:00
parent ad73e2d07b
commit 1229032b4e
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706
3 changed files with 7 additions and 7 deletions

View File

@ -36,7 +36,7 @@ G_BEGIN_DECLS
* Defines a part of a CSS document. * Defines a part of a CSS document.
* *
* Because sections are nested into one another, you can use * 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; typedef struct _GtkCssSection GtkCssSection;

View File

@ -28,7 +28,7 @@
* *
* These buttons and sensors have no implicit meaning, and by default they * These buttons and sensors have no implicit meaning, and by default they
* perform no action. `GtkPadController` is provided to map those to * 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. * semantic meaning.
* *
* Buttons and sensors are not constrained to triggering a single action, * 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 * different modes. See [method@Gdk.DevicePad.get_n_groups] and
* [method@Gdk.DevicePad.get_group_n_modes]. * [method@Gdk.DevicePad.get_group_n_modes].
* *
* Each of the actions that a given button/strip/ring performs for a given * Each of the actions that a given button/strip/ring performs for a given mode
* mode is defined by a [struct@Gtk.PadActionEntry]. It contains an action * is defined by a [struct@Gtk.PadActionEntry]. It contains an action name that
* name that will be looked up in the given `GActionGroup` and activated * will be looked up in the given [iface@Gio.ActionGroup] and activated whenever
* whenever the specified input element and mode are triggered. * the specified input element and mode are triggered.
* *
* A simple example of `GtkPadController` usage: Assigning button 1 in all * A simple example of `GtkPadController` usage: Assigning button 1 in all
* modes and pad devices to an "invert-selection" action: * modes and pad devices to an "invert-selection" action:

View File

@ -36,7 +36,7 @@ typedef struct _GtkRequestedSize GtkRequestedSize;
* *
* Represents a request of a screen object in a given orientation. These * Represents a request of a screen object in a given orientation. These
* are primarily used in container implementations when allocating a natural * 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 struct _GtkRequestedSize
{ {