aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-05-04 14:16:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-05-04 14:16:33 +0800
commit5801d079852bd2e877d9511e4c3ea8083066c58c (patch)
treeafafffc9c1c2fac6b5e18e737b9f762bb76c16c3 /widgets/shortcut-bar/ChangeLog
parentf8bfbef0a705629ae2aefa71dc06b7d64fbd5274 (diff)
downloadgsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.tar
gsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.tar.gz
gsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.tar.bz2
gsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.tar.lz
gsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.tar.xz
gsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.tar.zst
gsoc2013-evolution-5801d079852bd2e877d9511e4c3ea8083066c58c.zip
Fixed EShortcutBar API: the icon callback function now gets a `const
char *' url (instead of just a `char *') and a closure. svn path=/trunk/; revision=2790
Diffstat (limited to 'widgets/shortcut-bar/ChangeLog')
-rw-r--r--widgets/shortcut-bar/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/widgets/shortcut-bar/ChangeLog b/widgets/shortcut-bar/ChangeLog
index cbe187f9e4..d8b7d82022 100644
--- a/widgets/shortcut-bar/ChangeLog
+++ b/widgets/shortcut-bar/ChangeLog
@@ -1,3 +1,18 @@
+2000-05-04 Ettore Perazzoli <ettore@helixcode.com>
+
+ * test-shortcut-bar.c (icon_callback): Adapted to the new
+ `EShortcutBarIconCallback' typedef: get a @data parameter and get
+ a const-safe @url.
+
+ * e-shortcut-bar.c (e_shortcut_bar_set_icon_callback): New param
+ @data. Set `icon_callback_data' to it.
+ (e_shortcut_bar_get_image_from_url): Pass the callback data to the
+ callback.
+
+ * e-shortcut-bar.h: Changed `EShortcutBarIconCallback' to get a
+ const-safe @url parameter and a new @data parameter as a closure.
+ New member `data' in `EShortcutBar'.
+
2000-05-02 Matt Loper <matt@helixcode.com>
* Makefile.am: set G_LOG_DOMAIN.