From 99c09ca252ffacfd2781a3fbfc3214dd27ee8694 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 29 Sep 2011 20:27:05 +0000 Subject: [PATCH] apparently I forgot to add this in my earlier toolbar commit and nobody noticed SVN revision: 63674 --- legacy/elementary/src/lib/Elementary.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index f410156ef2..aa5cc0cef1 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/src/lib/Elementary.h.in @@ -13693,6 +13693,18 @@ extern "C" { */ EAPI const char *elm_toolbar_item_icon_get(const Elm_Toolbar_Item *item) EINA_ARG_NONNULL(1); + /** + * Get the icon object of @p item. + * + * @param item The toolbar item. + * @return The icon object + * + * @see elm_toolbar_item_icon_set() or elm_toolbar_item_icon_memfile_set() for details. + * + * @ingroup Toolbar + */ + EAPI Evas_Object *elm_toolbar_item_icon_object_get(Elm_Toolbar_Item *item) EINA_ARG_NONNULL(1); + /** * Set the icon associated with @p item to an image in a binary buffer. *