apparently I forgot to add this in my earlier toolbar commit and nobody noticed

SVN revision: 63674
This commit is contained in:
Mike Blumenkrantz 2011-09-29 20:27:05 +00:00
parent 20ee0f9254
commit 99c09ca252
1 changed files with 12 additions and 0 deletions

View File

@ -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.
*