summaryrefslogtreecommitdiff
path: root/glib/gbookmarkfile.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@cvs.gnome.org>2006-06-12 17:19:13 +0000
committerEmmanuele Bassi <ebassi@src.gnome.org>2006-06-12 17:19:13 +0000
commitcc37f43d1d635fa2494f35f17159199ea88d31d2 (patch)
tree72f5c016a19767389c8eaacfd62dfd1082e44944 /glib/gbookmarkfile.h
parente39b7933419f6728af65be892e5adc703686c9fc (diff)
downloadglib-cc37f43d1d635fa2494f35f17159199ea88d31d2.tar.gz
Return a boolean instead of void.
2006-06-12 Emmanuele Bassi <ebassi@cvs.gnome.org> * glib/gbookmarkfile.h: * glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return a boolean instead of void. * tests/bookmarkfile-test.c (test_modify): Add a test case for g_bookmark_file_remove_item().
Diffstat (limited to 'glib/gbookmarkfile.h')
-rw-r--r--glib/gbookmarkfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gbookmarkfile.h b/glib/gbookmarkfile.h
index 154f96cb2..2448e4a36 100644
--- a/glib/gbookmarkfile.h
+++ b/glib/gbookmarkfile.h
@@ -174,7 +174,7 @@ gboolean g_bookmark_file_remove_application (GBookmarkFile *bookmark,
const gchar *uri,
const gchar *name,
GError **error);
-void g_bookmark_file_remove_item (GBookmarkFile *bookmark,
+gboolean g_bookmark_file_remove_item (GBookmarkFile *bookmark,
const gchar *uri,
GError **error);
gboolean g_bookmark_file_move_item (GBookmarkFile *bookmark,