summaryrefslogtreecommitdiff
path: root/pluma/pluma-app.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-12-01 16:05:41 +0300
committermonsta <[email protected]>2016-12-01 16:05:41 +0300
commitb9a3360ee86441189c8091836dae6d1e97544db8 (patch)
tree3e1cbe885e5c138dfc96265c8c6d6b0215d05862 /pluma/pluma-app.c
parenta4dcd9177a32626929783b3920d660782d89bf01 (diff)
downloadpluma-b9a3360ee86441189c8091836dae6d1e97544db8.tar.bz2
pluma-b9a3360ee86441189c8091836dae6d1e97544db8.tar.xz
fix some introspection warnings
Diffstat (limited to 'pluma/pluma-app.c')
-rw-r--r--pluma/pluma-app.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pluma/pluma-app.c b/pluma/pluma-app.c
index d9e713e4..90ed1b64 100644
--- a/pluma/pluma-app.c
+++ b/pluma/pluma-app.c
@@ -350,7 +350,7 @@ app_weak_notify (gpointer data,
* Returns the #PlumaApp object. This object is a singleton and
* represents the running pluma instance.
*
- * Return value: the #PlumaApp pointer
+ * Return value: (transfer none): the #PlumaApp pointer
*/
PlumaApp *
pluma_app_get_default (void)
@@ -555,7 +555,7 @@ pluma_app_create_window_real (PlumaApp *app,
*
* Create a new #PlumaWindow part of @app.
*
- * Return value: the new #PlumaWindow
+ * Return value: (transfer none): the new #PlumaWindow
*/
PlumaWindow *
pluma_app_create_window (PlumaApp *app,
@@ -592,7 +592,7 @@ _pluma_app_restore_window (PlumaApp *app,
*
* Returns all the windows currently present in #PlumaApp.
*
- * Return value: (transfer none): the list of #PlumaWindows objects.
+ * Return value: (element-type Pluma.Window) (transfer none): the list of #PlumaWindows objects.
* The list should not be freed
*/
const GList *
@@ -609,7 +609,7 @@ pluma_app_get_windows (PlumaApp *app)
*
* Retrives the #PlumaWindow currently active.
*
- * Return value: the active #PlumaWindow
+ * Return value: (transfer none): the active #PlumaWindow
*/
PlumaWindow *
pluma_app_get_active_window (PlumaApp *app)