summaryrefslogtreecommitdiff
path: root/src/include/mf-ug-cb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/mf-ug-cb.h')
-rwxr-xr-xsrc/include/mf-ug-cb.h50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/include/mf-ug-cb.h b/src/include/mf-ug-cb.h
new file mode 100755
index 0000000..f0bf01f
--- /dev/null
+++ b/src/include/mf-ug-cb.h
@@ -0,0 +1,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