[libadwaita/wip/exalm/style-docs: 7/7] combo-row: Link to GTK_INVALID_LIST_POSITION
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/style-docs: 7/7] combo-row: Link to GTK_INVALID_LIST_POSITION
- Date: Wed, 15 Dec 2021 13:58:39 +0000 (UTC)
commit a71d472583fad3566427ddea4df645d1148c9117
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Dec 15 18:58:48 2021 +0500
combo-row: Link to GTK_INVALID_LIST_POSITION
src/adw-combo-row.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/src/adw-combo-row.c b/src/adw-combo-row.c
index 27e7655b..0242b8e0 100644
--- a/src/adw-combo-row.c
+++ b/src/adw-combo-row.c
@@ -423,7 +423,7 @@ adw_combo_row_class_init (AdwComboRowClass *klass)
* The position of the selected item.
*
* If no item is selected, the property has the value
- * `GTK_INVALID_LIST_POSITION`.
+ * [const@Gtk.INVALID_LIST_POSITION]
*
* Since: 1.0
*/
@@ -559,7 +559,8 @@ adw_combo_row_new (void)
/**
* adw_combo_row_set_selected: (attributes org.gtk.Method.set_property=selected)
* @self: a `AdwComboRow`
- * @position: the position of the item to select, or `GTK_INVALID_LIST_POSITION`
+ * @position: the position of the item to select, or
+ * [const@Gtk.INVALID_LIST_POSITION]
*
* Selects the item at the given position.
*
@@ -590,8 +591,8 @@ adw_combo_row_set_selected (AdwComboRow *self,
*
* Gets the position of the selected item.
*
- * Returns: the position of the selected item, or `GTK_INVALID_LIST_POSITION`
- * if no item is selected
+ * Returns: the position of the selected item, or
+ * [const@Gtk.INVALID_LIST_POSITION] if no item is selected
*
* Since: 1.0
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]