From 5a4dc61b3d5599842daef9004cb4a61c28c4dffa Mon Sep 17 00:00:00 2001 From: James Willcox Date: Thu, 6 Feb 2003 01:55:50 +0000 Subject: Added the ability to import galeon and konqueror bookmarks. 2003-02-05 James Willcox * data/starthere/section.xsl: * embed/mozilla/StartHereProtocolHandler.cpp: * lib/ephy-start-here.c: (galeon_bookmarks), (attach_content): * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_single_bookmark), (xbel_parse_folder), (xbel_parse_bookmarks), (ephy_bookmarks_import_mozilla), (ephy_bookmarks_import_xbel): * src/bookmarks/ephy-bookmarks-import.h: * src/ephy-shell.c: (ephy_shell_command_cb): Added the ability to import galeon and konqueror bookmarks. --- src/bookmarks/ephy-bookmarks-import.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bookmarks/ephy-bookmarks-import.h') diff --git a/src/bookmarks/ephy-bookmarks-import.h b/src/bookmarks/ephy-bookmarks-import.h index 3280af4c1..79f83c897 100644 --- a/src/bookmarks/ephy-bookmarks-import.h +++ b/src/bookmarks/ephy-bookmarks-import.h @@ -26,6 +26,10 @@ G_BEGIN_DECLS gboolean ephy_bookmarks_import_mozilla (EphyBookmarks *bookmarks, const char *filename); +gboolean ephy_bookmarks_import_xbel (EphyBookmarks *bookmarks, + const char *filename, + const char *default_keyword); + G_END_DECLS #endif -- cgit v1.2.3