4b384fdda4607c7da8c8596bde047eaa98df5f19
[apps/home/gallery.git] / include / features / gl-albums.h
1 /*
2   * Copyright 2012  Samsung Electronics Co., Ltd
3   *
4   * Licensed under the Flora License, Version 1.0 (the "License");
5   * you may not use this file except in compliance with the License.
6   * You may obtain a copy of the License at
7   *
8   *     http://www.tizenopensource.org/license
9   *
10   * Unless required by applicable law or agreed to in writing, software
11   * distributed under the License is distributed on an "AS IS" BASIS,
12   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   * See the License for the specific language governing permissions and
14   * limitations under the License.
15   */
16
17 #ifndef _GL_ALBUMS_H_
18 #define _GL_ALBUMS_H_
19
20 #include <Elementary.h>
21 #include "gallery.h"
22
23 Evas_Object *gl_albums_create_view(void *data, Evas_Object * parent);
24 int gl_albums_update_view(void *data);
25 int gl_albums_sel_album(gl_cluster * album_item);
26 int gl_albums_update_items(void *data);
27 int gl_albums_comeback_from_view(void *data);
28 int gl_albums_change_to_view(void *data);
29 int gl_albums_remove_nocontents(void *data);
30 int gl_albums_del_grid_append_idler(void *data);
31 int gl_albums_free_cover_thumbs(void *data);
32 int gl_albums_free_data(void *data);
33
34 #endif /* _GL_ALBUMS_H_ */