From: sachiel Date: Wed, 19 Oct 2011 15:44:45 +0000 (+0000) Subject: missing docs X-Git-Tag: REL_F_I9500_20120323_1~17^2~1586 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=989f08faa9a47a6868d07224f1bc9bf16c895cce;p=framework%2Fuifw%2Felementary.git missing docs git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@64180 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 241d73f..d761c9d 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -7374,6 +7374,9 @@ extern "C" { * Custom themes can of course invent new markup tags and style them any way * they like. * + * The following signals may be emitted by the label widget: + * @li "language,changed": The program's language changed. + * * See @ref tutorial_label for a demonstration of how to use a label widget. * @{ */ @@ -10866,6 +10869,7 @@ extern "C" { * @li "anchor,down": Mouse button has been pressed on an anchor. The event_info * parameter for the callback will be an #Elm_Entry_Anchor_Info. * @li "preedit,changed": The preedit string has changed. + * @li "language,changed": Program language changed. * * @section entry-examples * @@ -14155,6 +14159,7 @@ extern "C" { * * Smart callbacks one can listen to: * - "clicked" - when the user clicks on a toolbar item and becomes selected. + * - "language,changed" - when the program language changes * * Available styles for it: * - @c "default" @@ -15934,6 +15939,7 @@ extern "C" { * - "scroll,edge,bottom" - the list is scrolled until the bottom edge * - "scroll,edge,left" - the list is scrolled until the left edge * - "scroll,edge,right" - the list is scrolled until the right edge + * - "language,changed" - the program's language changed * * Available styles for it: * - @c "default" @@ -18067,6 +18073,8 @@ extern "C" { * pinched out. "- @c multi,pinch,in" - This is called when the genlist is * multi-touch pinched in. * - @c "swipe" - This is called when the genlist is swiped. + * - @c "language,changed" - This is called when the program's language is + * changed. * * @section Genlist_Examples Examples *