[Elementary.h.in] Rollback header file change.
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 11 Feb 2011 02:18:53 +0000 (11:18 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Fri, 11 Feb 2011 02:18:53 +0000 (11:18 +0900)
src/lib/Elementary.h.in

index b98a0bc..817b261 100644 (file)
@@ -3033,6 +3033,9 @@ extern "C" {
    EAPI void                      *elm_multibuttonentry_item_data_get(Elm_Multibuttonentry_Item *item);
    EAPI void                       elm_multibuttonentry_item_data_set(Elm_Multibuttonentry_Item *item, void *data);
    /* smart callback called:
+    * "selected" - This signal is emitted when the selected item of multibuttonentry is changed. 
+    * "added" - This signal is emitted when a new multibuttonentry item is added.
+    * "deleted" - This signal is emitted when a multibuttonentry item is deleted.
     * "expanded" - This signal is emitted when a multibuttonentry is expanded. 
     * "contracted" - This signal is emitted when a multibuttonentry is contracted. 
     * "contracted,state,changed" - This signal is emitted when the contracted state of multibuttonentry is changed.