From 67634c3b82d6baf3442e7cce875b82dbc080289d Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Mon, 30 Dec 2013 00:31:04 +0900 Subject: [PATCH] fileselector: Added a description for Elm_Fileselector_Filter_Func. --- legacy/elementary/src/lib/elc_fileselector_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/lib/elc_fileselector_common.h b/legacy/elementary/src/lib/elc_fileselector_common.h index 8b12c92..5c22fd9 100644 --- a/legacy/elementary/src/lib/elc_fileselector_common.h +++ b/legacy/elementary/src/lib/elc_fileselector_common.h @@ -22,4 +22,6 @@ typedef enum ELM_FILESELECTOR_SORT_LAST /**< sentinel (helper) value, not used */ } Elm_Fileselector_Sort; -typedef Eina_Bool (*Elm_Fileselector_Filter_Func)(const char *path, Eina_Bool dir, void *data); +typedef Eina_Bool (*Elm_Fileselector_Filter_Func)(const char *path, /*<< File path */ + Eina_Bool dir, /*<< A flag to show if path is a directory or not. True if the path is a directory. */ + void *data /*<< A user data that was given by elm_fileselector_custom_filter_append. */); -- 2.7.4