diff options
author | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-02 10:26:42 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@igalia.com> | 2012-04-02 14:19:17 +0800 |
commit | b92e5c74aed3d287455893021eb672b41ccb0835 (patch) | |
tree | a863898038255e31b56f358c7fb1a917f3ca157c /lib/ephy-file-helpers.c | |
parent | e507590777bad7c85bf681651b60cf4d12b3735c (diff) | |
download | gsoc2013-epiphany-b92e5c74aed3d287455893021eb672b41ccb0835.tar.gz gsoc2013-epiphany-b92e5c74aed3d287455893021eb672b41ccb0835.tar.zst gsoc2013-epiphany-b92e5c74aed3d287455893021eb672b41ccb0835.zip |
e-file-helpers: missing Returns: in comment
Diffstat (limited to 'lib/ephy-file-helpers.c')
-rw-r--r-- | lib/ephy-file-helpers.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 7c3612be9..b0f4e8a7a 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -868,6 +868,8 @@ ephy_file_browse_to (GFile *file, * @error: location to set any #GError * * Remove @path and its contents. Like calling rm -rf @path. + * + * Returns: %TRUE if delete succeeded **/ gboolean ephy_file_delete_dir_recursively (GFile *directory, GError **error) |