diff options
author | gliang.wang <gliang.wang@samsung.com> | 2012-09-04 08:35:53 +0800 |
---|---|---|
committer | gliang.wang <gliang.wang@samsung.com> | 2012-09-04 08:35:53 +0800 |
commit | b5cd76875ed767e133f4077321d411654a5674a0 (patch) | |
tree | 3392eba68ecfbc05525cfdcde662dae53ea4c476 /src/include/mf-ug-util.h | |
parent | 95ec5bfcb8c52ecc651e4947ea74dfbd2cf715c0 (diff) | |
download | ug-myfile-efl-b5cd76875ed767e133f4077321d411654a5674a0.tar.gz ug-myfile-efl-b5cd76875ed767e133f4077321d411654a5674a0.tar.bz2 ug-myfile-efl-b5cd76875ed767e133f4077321d411654a5674a0.zip |
[SR][s1-8344] vconf bs
Diffstat (limited to 'src/include/mf-ug-util.h')
-rw-r--r-- | src/include/mf-ug-util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/mf-ug-util.h b/src/include/mf-ug-util.h index e8e9bc3..43cd830 100644 --- a/src/include/mf-ug-util.h +++ b/src/include/mf-ug-util.h @@ -230,6 +230,13 @@ enum _mf_ug_file_name_type_e { FILE_NAME_NONE, }; +typedef enum __mf_ug_thumbnail_type_e mf_ug_thumbnail_type_e; +enum __mf_ug_thumbnail_type_e { + MF_UG_THUMBNAIL_TYPE_DEFAULT, + MF_UG_THUMBNAIL_TYPE_THUMBNAIL, + MF_UG_THUMBNAIL_TYPE_MAX +}; + bool mf_ug_util_is_mass_storage_on(); int mf_ug_util_create_dir_monitor(void *data); int mf_ug_util_set_mmc_state_cb(void *data); |