fileselector: added more description to is_save_set api.

This commit is contained in:
Daniel Juyung Seo 2014-02-28 02:45:28 +09:00
parent 3011093658
commit 770e87bcdf
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ EAPI Evas_Object *elm_fileselector_add(Evas_Object *parent);
*
* @param obj The file selector object
* @param is_save @c EINA_TRUE to make the file selector a "saving
* dialog", @c EINA_FALSE otherwise
* dialog", @c EINA_FALSE otherwise. Default is @c EINA_TRUE.
*
* Having the entry editable is useful on file saving dialogs on
* applications, where one gives a file name to save contents to,