From cca2005e1f6141c60a19fc75dac463e5607ad197 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 21 Feb 2012 00:33:36 +0000 Subject: [PATCH] elm elm_panes.h: Updated documentation. Signed-off-by: Daniel Juyung Seo SVN revision: 68177 --- legacy/elementary/src/lib/elm_panes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/elementary/src/lib/elm_panes.h b/legacy/elementary/src/lib/elm_panes.h index 5b68f7ce1e..f58c9fd20a 100644 --- a/legacy/elementary/src/lib/elm_panes.h +++ b/legacy/elementary/src/lib/elm_panes.h @@ -30,6 +30,11 @@ * If panes are displayed vertically, left content will be displayed on * top. * + * Supported elm_object common APIs. + * @li elm_object_part_content_set + * @li elm_object_part_content_get + * @li elm_object_part_content_unset + * * Here is an example on its usage: * @li @ref panes_example */