initial upload for tizen 2.0 beta
[apps/home/gallery.git] / ug / ug-gallery-efl / include / ge-thumb.h
1 /*
2  *  ug-gallery-efl
3  *
4  * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
5  *
6  * Contact: Sangjin Han <sjhan.han@samsung.com>,
7  *                      Jiansong Jin <jiansong.jin@samsung.com>,
8  *                      Jonghyuk Lee <jhyuk47.lee@samsung.com>,
9  *                      Chaolong Lin <chaolong.lin@samsung.com>,
10  *                      Yongjun Zhao <yj123.zhao@samsung.com>
11  *
12  * Licensed under the Apache License, Version 2.0 (the "License");
13  * you may not use this file except in compliance with the License.
14  * You may obtain a copy of the License at
15  *
16  * http://www.apache.org/licenses/LICENSE-2.0
17  *
18  * Unless required by applicable law or agreed to in writing, software
19  * distributed under the License is distributed on an "AS IS" BASIS,
20  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
21  * See the License for the specific language governing permissions and
22  * limitations under the License.
23  *
24  */
25
26 #ifndef _GE_THUMB_H_
27 #define _GE_THUMB_H_
28
29 Evas_Object *_ge_thumb_show_part_icon_image(Evas_Object *obj, char *path,
30                                             unsigned int orient,bool is_expired_drm,
31                                             int item_size);
32 Evas_Object *_ge_thumb_show_part_icon_video(Evas_Object *obj, char *path,
33                                             unsigned int v_dur, int bk_len,
34                                             bool is_expired_drm,
35                                             int item_size);
36 #endif
37