[libadwaita/wip/exalm/gi-docgen: 30/49] preferences-group: Mark title and description as nullable
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libadwaita/wip/exalm/gi-docgen: 30/49] preferences-group: Mark title and description as nullable
- Date: Mon, 17 May 2021 11:22:35 +0000 (UTC)
commit 08e772d59c4747e8740d5f7a4e8c23c2e9531b20
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]