hermet pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3c25b810c0d014e5ad304214756a35757da9af9e

commit 3c25b810c0d014e5ad304214756a35757da9af9e
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Mon Sep 29 19:00:09 2014 +0900

    elm_object_item: add a convenient macro api.
    
    elm_object_item_translatable_set().
---
 src/lib/elm_object_item.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/elm_object_item.h b/src/lib/elm_object_item.h
index 6a46712..6e4f550 100644
--- a/src/lib/elm_object_item.h
+++ b/src/lib/elm_object_item.h
@@ -200,6 +200,8 @@ EAPI void 
elm_object_item_domain_part_text_translatable_set(Elm_Object_Item *it,
 
 #define elm_object_item_domain_text_translatable_set(it, domain, translatable) 
elm_object_item_domain_part_text_translatable_set((it), NULL, (domain), 
(translatable))
 
+#define elm_object_item_text_translatable_set(it, translatable) 
elm_object_item_domain_part_text_translatable_set((it), NULL, NULL, 
(translatable))
+
 /**
  * Set the text to read out when in accessibility mode
  *

-- 


Reply via email to