From: Carsten Haitzler Date: Fri, 11 Sep 2009 14:01:54 +0000 (+0000) Subject: get api in .h and fix return X-Git-Tag: v1.0.0~5260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=857a535b0a08a95ac7bad5e6d46a4f78d5f9dcd7;p=platform%2Fupstream%2Felementary.git get api in .h and fix return SVN revision: 42407 --- diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index a1df040..a0165e1 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -828,7 +828,10 @@ extern "C" { * "delay,changed" - when the selected index item changes, but after some small idle period * "selected" - when the user releases heir finger and selects an item */ - + + EAPI Evas_Object *elm_photocam_add(Evas_Object *parent); + EAPI void elm_photocam_file_set(Evas_Object *obj, const char *file); + #ifdef __cplusplus } #endif diff --git a/src/lib/elm_photocam.c b/src/lib/elm_photocam.c index fce4057..1f2f35d 100644 --- a/src/lib/elm_photocam.c +++ b/src/lib/elm_photocam.c @@ -350,7 +350,7 @@ elm_photocam_add(Evas_Object *parent) * * @ingroup Photocam */ -EAPI Elm_Genlist_Item * +EAPI void elm_photocam_file_set(Evas_Object *obj, const char *file) { Widget_Data *wd = elm_widget_data_get(obj);