[libadwaita/wip/exalm/gi-docgen: 27/40] preferences-group: Mark title and description as nullable




commit dac50d236726a18921dd3fd6bdb6b8b8ee9e54b2
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue May 11 16:02:20 2021 +0500

    preferences-group: Mark title and description as nullable

 src/adw-preferences-group.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/adw-preferences-group.c b/src/adw-preferences-group.c
index e3420f08..9c051b02 100644
--- a/src/adw-preferences-group.c
+++ b/src/adw-preferences-group.c
@@ -273,7 +273,7 @@ adw_preferences_group_new (void)
  *
  * Gets the title of @self.
  *
- * Returns: the title of @self
+ * Returns: (nullable): the title of @self
  *
  * Since: 1.0
  */
@@ -292,7 +292,7 @@ adw_preferences_group_get_title (AdwPreferencesGroup *self)
 /**
  * adw_preferences_group_set_title: (attributes org.gtk.Method.set_property=title)
  * @self: a `AdwPreferencesGroup`
- * @title: the title
+ * @title: (nullable): the title
  *
  * Sets the title for @self.
  *
@@ -323,7 +323,7 @@ adw_preferences_group_set_title (AdwPreferencesGroup *self,
  *
  * Gets the description of @self.
  *
- * Returns: the description of @self
+ * Returns: (nullable): the description of @self
  *
  * Since: 1.0
  */
@@ -342,7 +342,7 @@ adw_preferences_group_get_description (AdwPreferencesGroup *self)
 /**
  * adw_preferences_group_set_description: (attributes org.gtk.Method.set_property=description)
  * @self: a `AdwPreferencesGroup`
- * @description: the description
+ * @description: (nullable): the description
  *
  * Sets the description for @self.
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]