[tepl: 4/4] TabList: add missing (nullable) annotations
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl: 4/4] TabList: add missing (nullable) annotations
- Date: Sat, 24 Jun 2017 09:14:11 +0000 (UTC)
commit a86bbdcc6fa701feab09e47d288c6fa97ac9612d
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Jun 24 11:11:46 2017 +0200
TabList: add missing (nullable) annotations
tepl/tepl-tab-list.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/tepl/tepl-tab-list.c b/tepl/tepl-tab-list.c
index ddc63f3..0b84ba5 100644
--- a/tepl/tepl-tab-list.c
+++ b/tepl/tepl-tab-list.c
@@ -140,7 +140,8 @@ tepl_tab_list_get_buffers (TeplTabList *tab_list)
* tepl_tab_list_get_active_tab:
* @tab_list: a #TeplTabList.
*
- * Returns: (transfer none): the #TeplTab currently shown in @tab_list.
+ * Returns: (transfer none) (nullable): the #TeplTab currently shown in
+ * @tab_list.
* Since: 3.0
*/
TeplTab *
@@ -157,7 +158,7 @@ tepl_tab_list_get_active_tab (TeplTabList *tab_list)
*
* Convenience function.
*
- * Returns: (transfer none): the #TeplView of the active tab.
+ * Returns: (transfer none) (nullable): the #TeplView of the active tab.
* Since: 3.0
*/
TeplView *
@@ -178,7 +179,7 @@ tepl_tab_list_get_active_view (TeplTabList *tab_list)
*
* Convenience function.
*
- * Returns: (transfer none): the #TeplBuffer of the active tab.
+ * Returns: (transfer none) (nullable): the #TeplBuffer of the active tab.
* Since: 3.0
*/
TeplBuffer *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]