Wiki page elm_layout changed with summary [Remove redundant text] by Shuhrat Dehkanov

This commit is contained in:
Shuhrat Dehkanov 2016-03-22 03:57:04 -07:00 committed by apache
parent fea4c1cd22
commit 2e9d619057
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Elm can send Edje signals to the EDC part by using the
Use the following code to listen to any signals sent by the layout:
<code c>
elm_layout_signal_callback_add(layout, "*", "*", _signal_cb, NULL);jj
elm_layout_signal_callback_add(layout, "*", "*", _signal_cb, NULL);
static void
_signal_cb(void *data, Evas_Object *obj, const char *emission, const char *source)