summaryrefslogtreecommitdiff
path: root/src/nautilus-bookmark.h
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>1999-12-30 19:14:07 +0000
committerJohn Sullivan <sullivan@src.gnome.org>1999-12-30 19:14:07 +0000
commit553e10a47b4708eca9a2b47f0d1613595c3ba308 (patch)
treefaf735c2ee2688c331cc121be6ab25d3f40ba4cc /src/nautilus-bookmark.h
parent10b8bbe720e2b832c406b4669de2de6493401e96 (diff)
downloadnautilus-553e10a47b4708eca9a2b47f0d1613595c3ba308.tar.gz
Fixed bug with activating bookmarks in any but the first window.
Added working but simple Edit Bookmarks window that allows changing name & uri, reordering, and deleting bookmarks.
Diffstat (limited to 'src/nautilus-bookmark.h')
-rw-r--r--src/nautilus-bookmark.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nautilus-bookmark.h b/src/nautilus-bookmark.h
index 3becbf7f2..e54e8bd09 100644
--- a/src/nautilus-bookmark.h
+++ b/src/nautilus-bookmark.h
@@ -56,9 +56,9 @@ typedef struct _NautilusBookmarkClass NautilusBookmarkClass;
GtkType nautilus_bookmark_get_type (void);
NautilusBookmark *nautilus_bookmark_new (const gchar *name,
const gchar *uri);
-NautilusBookmark *nautilus_bookmark_copy (const NautilusBookmark *);
-const gchar *nautilus_bookmark_get_name (const NautilusBookmark *);
-const gchar *nautilus_bookmark_get_uri (const NautilusBookmark *);
+NautilusBookmark *nautilus_bookmark_copy (const NautilusBookmark *bookmark);
+const gchar *nautilus_bookmark_get_name (const NautilusBookmark *bookmark);
+const gchar *nautilus_bookmark_get_uri (const NautilusBookmark *bookmark);
gint nautilus_bookmark_compare_with (gconstpointer a, gconstpointer b);