hermet pushed a commit to branch master.

commit 19301296c986ec53bed4cfc53d2d48bd9bf81756
Author: ChunEon Park <[email protected]>
Date:   Wed Mar 6 21:50:14 2013 +0900

    elementary - trivial change.
---
 src/lib/elm_general.h     | 7 -------
 src/lib/elm_object.h      | 4 ++--
 src/lib/elm_object_item.h | 9 +++++++++
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/src/lib/elm_general.h b/src/lib/elm_general.h
index 620ceb7..b87481b 100644
--- a/src/lib/elm_general.h
+++ b/src/lib/elm_general.h
@@ -115,13 +115,6 @@ typedef enum
    ELM_OBJECT_SELECT_MODE_MAX
 } Elm_Object_Select_Mode;
 
-/**
- * @typedef Elm_Object_Item
- * An Elementary Object item handle.
- * @ingroup General
- */
-typedef struct _Elm_Object_Item Elm_Object_Item;
-
 typedef Eina_Bool             (*Elm_Event_Cb)(void *data, Evas_Object *obj, 
Evas_Object *src, Evas_Callback_Type type, void *event_info); /**< Function 
prototype definition for callbacks on input events happening on Elementary 
widgets. @a data will receive the user data pointer passed to 
elm_object_event_callback_add(). @a src will be a pointer to the widget on 
which the input event took place. @a type will get the type of this event and 
@a event_info, the struct with details on this event. */
 
 #ifndef ELM_LIB_QUICKLAUNCH
diff --git a/src/lib/elm_object.h b/src/lib/elm_object.h
index 0ffd44a..377ec42 100644
--- a/src/lib/elm_object.h
+++ b/src/lib/elm_object.h
@@ -234,7 +234,7 @@ EAPI const char  *elm_object_style_get(const Evas_Object 
*obj);
  * This sets the state for the widget, either disabling it or
  * enabling it back.
  *
- * @ingroup Styles
+ * @ingroup General 
  */
 EAPI void         elm_object_disabled_set(Evas_Object *obj, Eina_Bool 
disabled);
 
@@ -247,7 +247,7 @@ EAPI void         elm_object_disabled_set(Evas_Object *obj, 
Eina_Bool disabled);
  *
  * This gets the state of the widget, which might be enabled or disabled.
  *
- * @ingroup Styles
+ * @ingroup General
  */
 EAPI Eina_Bool    elm_object_disabled_get(const Evas_Object *obj);
 
diff --git a/src/lib/elm_object_item.h b/src/lib/elm_object_item.h
index f4d29e9..6b98583 100644
--- a/src/lib/elm_object_item.h
+++ b/src/lib/elm_object_item.h
@@ -1,4 +1,11 @@
 /**
+ * @typedef Elm_Object_Item
+ * An Elementary Object item handle.
+ * @ingroup General
+ */
+typedef struct _Elm_Object_Item Elm_Object_Item;
+
+/**
  * @typedef Elm_Object_Item_Signal_Cb
  *
  * Elm_Object_Item Signal Callback functions' prototype definition. @c data
@@ -9,6 +16,8 @@
  *
  * @see elm_object_item_signal_callback_add()
  * @since 1.8
+ *
+ * @ingroup General
  */
 typedef void                  (*Elm_Object_Item_Signal_Cb)(void *data, 
Elm_Object_Item *it, const char *emission, const char *source);
 

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to