aboutsummaryrefslogtreecommitdiffstats
path: root/src/bookmarks/ephy-bookmarks.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-03-23 20:30:41 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-03-23 20:30:41 +0800
commitc325934e436073606e8ff5c725f1b068618d3797 (patch)
tree7eb87588f06c0de47747b69133b8038fc677a20e /src/bookmarks/ephy-bookmarks.h
parentf360f793d3c18a3d0e9870f05d0a9787066f7046 (diff)
downloadgsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.tar
gsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.tar.gz
gsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.tar.bz2
gsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.tar.lz
gsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.tar.xz
gsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.tar.zst
gsoc2013-epiphany-c325934e436073606e8ff5c725f1b068618d3797.zip
Complete implementation of the editor functionalities.
2003-03-23 Marco Pesenti Gritti <marco@it.gnome.org> * TODO: * data/ui/epiphany-bookmark-editor-ui.xml.in: * src/bookmarks/ephy-bookmarks-editor.c: (cmd_add_topic), (cmd_remove_topic), (cmd_close), (cmd_rename_topic), (cmd_rename_bookmark), (ephy_bookmarks_editor_construct): * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_remove_keyword): * src/bookmarks/ephy-bookmarks.h: * src/bookmarks/ephy-node-view.c: (cell_renderer_edited), (ephy_node_view_add_column), (ephy_node_view_init), (ephy_node_view_edit): * src/bookmarks/ephy-node-view.h: Complete implementation of the editor functionalities. [Still work to do ... I updated the TODO with some of the higher priority things. If you want to work on any of them let me know ... (to avoid conflicts, I plan to keep working on this stuff in the next days).]
Diffstat (limited to 'src/bookmarks/ephy-bookmarks.h')
-rw-r--r--src/bookmarks/ephy-bookmarks.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks.h b/src/bookmarks/ephy-bookmarks.h
index fa3232565..f8db9b961 100644
--- a/src/bookmarks/ephy-bookmarks.h
+++ b/src/bookmarks/ephy-bookmarks.h
@@ -89,6 +89,9 @@ EphyNode *ephy_bookmarks_find_keyword (EphyBookmarks *eb,
const char *name,
gboolean partial_match);
+void ephy_bookmarks_remove_keyword (EphyBookmarks *eb,
+ EphyNode *keyword);
+
gboolean ephy_bookmarks_has_keyword (EphyBookmarks *eb,
EphyNode *keyword,
EphyNode *bookmark);