From 430ca528b9e316247a715ec862bcfe4d7a2b1395 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Wed, 16 May 2012 11:04:11 +0000 Subject: [PATCH] elm_layout: describe the signal that layout widget emits SVN revision: 71154 --- legacy/elementary/src/lib/elm_layout.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/legacy/elementary/src/lib/elm_layout.h b/legacy/elementary/src/lib/elm_layout.h index 3cb2c5e20b..dfc9f17bae 100644 --- a/legacy/elementary/src/lib/elm_layout.h +++ b/legacy/elementary/src/lib/elm_layout.h @@ -142,6 +142,12 @@ * @li @ref elm_object_part_content_get * @li @ref elm_object_part_content_unset * + * @section layout-signals Emitted signals + * + * This widget emits the following signals: + * + * @li "theme,changed": The theme was changed. + * * @section secExamples Examples * * Some examples of the Layout widget can be found here: