aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks.h
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-01-31 07:02:35 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-01-31 07:02:35 +0800
commit5a25f384ec84c94e89e07558296620dc74681e7b (patch)
tree21464a9c77288b240f7ca52a23a18627acc5cbdf /src/bookmarks/ephy-bookmarks.h
parent7d08bb7e103b567fd9fc707d4625be9a1335f3fd (diff)
downloadgsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.tar
gsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.tar.gz
gsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.tar.bz2
gsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.tar.lz
gsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.tar.xz
gsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.tar.zst
gsoc2013-epiphany-5a25f384ec84c94e89e07558296620dc74681e7b.zip
src/bookmarks/ephy-bookmark-properties.c src/bookmarks/ephy-bookmarks.c
2006-01-30 Peter Harvey <peter.a.harvey@gmail.com> * src/bookmarks/ephy-bookmark-properties.c * src/bookmarks/ephy-bookmarks.c * src/bookmarks/ephy-bookmarks.h Made the 'Similar' button show more bookmarks, and separate into 'identical' and 'similar'.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks.h')
-rw-r--r--src/bookmarks/ephy-bookmarks.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/bookmarks/ephy-bookmarks.h b/src/bookmarks/ephy-bookmarks.h
index 774fa2a62..bc3f75ce6 100644
--- a/src/bookmarks/ephy-bookmarks.h
+++ b/src/bookmarks/ephy-bookmarks.h
@@ -88,11 +88,10 @@ EphyNode *ephy_bookmarks_add (EphyBookmarks *eb,
EphyNode* ephy_bookmarks_find_bookmark (EphyBookmarks *eb,
const char *url);
-GPtrArray *ephy_bookmarks_find_duplicates (EphyBookmarks *eb,
- EphyNode *bookmark);
-
-gint ephy_bookmarks_count_duplicates (EphyBookmarks *eb,
- EphyNode *bookmark);
+gint ephy_bookmarks_get_similar (EphyBookmarks *eb,
+ EphyNode *bookmark,
+ GPtrArray *identical,
+ GPtrArray *similar);
void ephy_bookmarks_set_icon (EphyBookmarks *eb,
const char *url,