add new file
[mim] / src / mim / gconf-change-cb.h
1 #ifndef GCONF_CHANGE_CB_H_
2 #define GCONF_CHANGE_CB_H_
3 #include <glib.h>
4 #include <gconf/gconf-client.h>
5
6 #define PATH "/apps/mimi/piny"
7 #define KEY "/apps/mimi/piny/eng_ch"
8
9 void
10 gconf_notify_func (GConfClient *client,
11                     guint        cnxn_id,
12                     GConfEntry  *entry,
13                     gpointer     user_data);
14
15 #endif /*GCONF_CHANGE_CB_H_*/