summaryrefslogtreecommitdiff
path: root/src/include/mf-ug-cb.h
blob: f0bf01f2271e6f2095e3ea0bf60222a02834d621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
 * Copyright 2012  Samsung Electronics Co., Ltd
 *
 * Licensed under the Flora License, Version 1.0 (the "License");
 *
 * You may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * http://www.tizenopensource.org/license
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *
 * See the License for the specific language governing permissions and limitations under the License.
 */






#ifndef __DEF_MF_UG_CB_H_
#define __DEF_MF_UG_CB_H_

#include <Elementary.h>
#include <vconf.h>
#include "mf-ug-main.h"
#include "mf-ug-util.h"
#include "mf-ug-inotify-handle.h"

void mf_ug_cb_back_button_cb(void *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_add_button_cb(void *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_goto_myfile_button_cb(void *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_mass_storage_popup_cb(void *data);
void mf_ug_cb_tab_bar_cb(void *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_ctrl_bar_button_cb(void *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_list_play_cb(ugListItemData *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_select_info_show_cb(void *data, Evas *e, Evas_Object *obj, void *event_info);
void mf_ug_cb_select_info_hide_cb(void *data, Evas *e, Evas_Object *obj, void *event_info);
void mf_ug_cb_select_info_timeout_cb(void *data, Evas_Object *obj, void *event_info);
void mf_ug_cb_mmc_changed_cb(keynode_t *key, void *data);
void mf_ug_cb_dir_update_cb(mf_ug_inotify_event event, char *name, void *data);
void mf_ug_cb_dir_pipe_cb(void *data, void *buffer, unsigned int nbyte);
Eina_Bool mf_ug_cb_thumb_timer_cb(void *data);
int mf_ug_cb_set_mass_storage_state_cb(void *data);
void mf_ug_cb_mass_storage_changed_cb(keynode_t *key, void *data);
void mf_ug_cb_upper_click_cb(void *data, Evas_Object * obj, void *event_info);
void mf_ug_cb_home_button_cb(void *data, Evas_Object * obj, void *event_info);

#endif