From 71219970c53e84d98edc9ac59ef22c8b07fdffa8 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 2 Jan 2003 20:24:53 +0000 Subject: Use gtk icons for dnd. Basic implementation of bookmarks importing. Still 2003-01-02 Marco Pesenti Gritti * lib/ephy-string.c: (ephy_str_replace_substring): * lib/ephy-string.h: * lib/widgets/eggtreemultidnd.c: (egg_tree_multi_drag_motion_event): * src/bookmarks/Makefile.am: Use gtk icons for dnd. Basic implementation of bookmarks importing. Still not used but functional. --- lib/ephy-string.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/ephy-string.h') diff --git a/lib/ephy-string.h b/lib/ephy-string.h index cc60bd638..3c57d08de 100644 --- a/lib/ephy-string.h +++ b/lib/ephy-string.h @@ -57,6 +57,11 @@ char **ephy_strsplit_multiple_delimiters_with_quotes (const gchar *string gint max_tokens, const gchar *quotes); +char *ephy_str_replace_substring (const char *string, + const char *substring, + const char *replacement); + + G_END_DECLS -- cgit v1.2.3