aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-config.h')
-rw-r--r--e-util/e-config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-config.h b/e-util/e-config.h
index 5019acde00..338824ec95 100644
--- a/e-util/e-config.h
+++ b/e-util/e-config.h
@@ -74,6 +74,7 @@ typedef GtkWidget *
EConfigItem *item,
GtkWidget *parent,
GtkWidget *old,
+ gint position,
gpointer data);
/* ok so this is all a bit bogussy
@@ -328,6 +329,7 @@ struct _EConfigHookItemFactoryData {
EConfigTarget *target;
GtkWidget *parent;
GtkWidget *old;
+ gint position;
};
/**