summaryrefslogtreecommitdiff
path: root/pluma/pluma-app.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-05 21:06:15 +0200
committerinfirit <[email protected]>2015-09-05 21:46:09 +0200
commit3d9e640cc4221a43d214951da5cbdc43c4f55662 (patch)
treea4fbe0612956b35a63c1cec927ea9ad7e79bb217 /pluma/pluma-app.c
parent1618c8f7248722265450b11ef48ced34c7a317a5 (diff)
downloadpluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.bz2
pluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.xz
Fix up the docs
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
Diffstat (limited to 'pluma/pluma-app.c')
-rw-r--r--pluma/pluma-app.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/pluma/pluma-app.c b/pluma/pluma-app.c
index 3f486f0b..d9e713e4 100644
--- a/pluma/pluma-app.c
+++ b/pluma/pluma-app.c
@@ -551,6 +551,7 @@ pluma_app_create_window_real (PlumaApp *app,
/**
* pluma_app_create_window:
* @app: the #PlumaApp
+ * @screen: (allow-none):
*
* Create a new #PlumaWindow part of @app.
*
@@ -591,8 +592,8 @@ _pluma_app_restore_window (PlumaApp *app,
*
* Returns all the windows currently present in #PlumaApp.
*
- * Return value: the list of #PlumaWindows objects. The list
- * should not be freed
+ * Return value: (transfer none): the list of #PlumaWindows objects.
+ * The list should not be freed
*/
const GList *
pluma_app_get_windows (PlumaApp *app)
@@ -737,7 +738,8 @@ _pluma_app_get_window_in_viewport (PlumaApp *app,
*
* Returns all the documents currently open in #PlumaApp.
*
- * Return value: a newly allocated list of #PlumaDocument objects
+ * Return value: (element-type Pluma.Document) (transfer container):
+ * a newly allocated list of #PlumaDocument objects
*/
GList *
pluma_app_get_documents (PlumaApp *app)
@@ -766,7 +768,8 @@ pluma_app_get_documents (PlumaApp *app)
*
* Returns all the views currently present in #PlumaApp.
*
- * Return value: a newly allocated list of #PlumaView objects
+ * Return value: (element-type Pluma.View) (transfer container):
+ * a newly allocated list of #PlumaView objects
*/
GList *
pluma_app_get_views (PlumaApp *app)