elementary - fixed typo. moved a define to proper place.
authorChunEon Park <hermet@hermet.pe.kr>
Thu, 6 Oct 2011 01:15:52 +0000 (01:15 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Thu, 6 Oct 2011 01:15:52 +0000 (01:15 +0000)
SVN revision: 63862

src/lib/Elementary.h.in

index e2512ea..a87540a 100644 (file)
@@ -1078,7 +1078,7 @@ extern "C" {
 #define elm_object_item_content_unset(it) elm_object_item_content_part_unset((it), NULL)
 
    /**
-    * Set a label of an objec itemt
+    * Set a label of an object item
     *
     * @param it The Elementary object item
     * @param part The text part name to set (NULL for the default label)
@@ -1105,6 +1105,8 @@ extern "C" {
     */
    EAPI const char *elm_object_item_text_part_get(const Elm_Object_Item *it, const char *part);
 
+#define elm_object_item_text_get(it) elm_object_item_text_part_get((it), NULL)
+
    /**
     * Set the text to read out when in accessibility mode
     *
@@ -1125,9 +1127,6 @@ extern "C" {
     */
    EAPI void elm_object_item_access_info_set(Elm_Object_Item *it, const char *txt);
 
-
-#define elm_object_item_text_get(it) elm_object_item_text_part_get((it), NULL)
-
    /**
     * Get the data associated with an object item
     * @param it The object item