diff options
-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, |