diff options
author | Yakov Goldberg <yakov.g@samsung.com> | 2014-01-21 11:29:57 +0200 |
---|---|---|
committer | Yakov Goldberg <yakov.g@samsung.com> | 2014-01-21 11:30:39 +0200 |
commit | 2ab029a41303d45cf24546cfde3048d6a5446f24 (patch) | |
tree | 807f9e98505cd9dc082178e1ca613d9be27d0282 | |
parent | 2626d61185b3157378004de8dae6dcd6f06115bc (diff) |
widget: doxygen fix
-rw-r--r-- | src/lib/elm_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index 6ca272b81..834d68e76 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h | |||
@@ -1285,7 +1285,7 @@ typedef void * (*list_data_get_func_type)(const Eina_List * l); | |||
1285 | #define elm_wdg_disable(ret) ELM_WIDGET_ID(ELM_WIDGET_SUB_ID_DISABLE), EO_TYPECHECK(Eina_Bool *, ret) | 1285 | #define elm_wdg_disable(ret) ELM_WIDGET_ID(ELM_WIDGET_SUB_ID_DISABLE), EO_TYPECHECK(Eina_Bool *, ret) |
1286 | 1286 | ||
1287 | /** | 1287 | /** |
1288 | * @def elm_wdg_theme | 1288 | * @def elm_wdg_theme_apply |
1289 | * @since 1.8 | 1289 | * @since 1.8 |
1290 | * | 1290 | * |
1291 | * 'Virtual' function on the widget being re-themed. | 1291 | * 'Virtual' function on the widget being re-themed. |