aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-31 11:40:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-08-31 11:40:06 +0000
commit61988f3a30a6a8e76530c36482b1227571721fd4 (patch)
treef1d8004f6c84134a16aa551833c12d0478c53dea /libsylph
parent68814466894003778231a186f47ce885ec222593 (diff)
separated UI code from prefs_common.c and prefs_account.c.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@533 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libsylph/prefs.h b/libsylph/prefs.h
index 265bf190..1a77eccd 100644
--- a/libsylph/prefs.h
+++ b/libsylph/prefs.h
@@ -28,8 +28,6 @@ typedef struct _PrefFile PrefFile;
#define PREFSBUFSIZE 1024
-#define P_WID(wid) ((gpointer *)(wid))
-
typedef enum
{
P_STRING,
@@ -48,9 +46,7 @@ struct _PrefParam {
gchar *defval;
gpointer data;
PrefType type;
- gpointer *widget;
- DataSetFunc data_set_func;
- WidgetSetFunc widget_set_func;
+ gpointer ui_data;
};
struct _PrefFile {