diff options
author | monsta <[email protected]> | 2016-12-01 16:31:13 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-12-01 16:31:13 +0300 |
commit | eee4c1d2a7c2673ecfff58daa01fc3a0ecf5d39a (patch) | |
tree | 0ae1ea5dc8f609d88fd8e83afd128c9168509ff6 | |
parent | b9a3360ee86441189c8091836dae6d1e97544db8 (diff) | |
download | pluma-eee4c1d2a7c2673ecfff58daa01fc3a0ecf5d39a.tar.bz2 pluma-eee4c1d2a7c2673ecfff58daa01fc3a0ecf5d39a.tar.xz |
remove a couple of invalid annotations
-rw-r--r-- | pluma/pluma-commands-file.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pluma/pluma-commands-file.c b/pluma/pluma-commands-file.c index 5407c212..c2cfb6cf 100644 --- a/pluma/pluma-commands-file.c +++ b/pluma/pluma-commands-file.c @@ -310,8 +310,6 @@ load_uri_list (PlumaWindow *window, * @line_pos: * * Do nothing if uri does not exist - * - * Returns: (transfer container): */ void pluma_commands_load_uri (PlumaWindow *window, @@ -343,7 +341,7 @@ pluma_commands_load_uri (PlumaWindow *window, * * Ignore non-existing URIs * - * Returns: (transfer container): + * Returns: */ gint pluma_commands_load_uris (PlumaWindow *window, |