aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-timezone-dialog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-28 08:23:47 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-28 08:23:47 +0800
commitc28f63f86123b6735b863e3e019c34de58b59bac (patch)
tree6687f00cffba64c5722d1a2a08c79ccc0db4a0c9 /widgets/e-timezone-dialog
parentd671e29102193b74bf977ac068a2adea2fc12a6c (diff)
downloadgsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar
gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.gz
gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.bz2
gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.lz
gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.xz
gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.tar.zst
gsoc2013-evolution-c28f63f86123b6735b863e3e019c34de58b59bac.zip
New prototype here.
* e-timezone-dialog/e-timezone-dialog.h (e_timezone_dialog_reparent): New prototype here. svn path=/trunk/; revision=12496
Diffstat (limited to 'widgets/e-timezone-dialog')
-rw-r--r--widgets/e-timezone-dialog/e-timezone-dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/e-timezone-dialog/e-timezone-dialog.h b/widgets/e-timezone-dialog/e-timezone-dialog.h
index 949cba7909..72ba84eafb 100644
--- a/widgets/e-timezone-dialog/e-timezone-dialog.h
+++ b/widgets/e-timezone-dialog/e-timezone-dialog.h
@@ -75,6 +75,9 @@ GtkWidget* e_timezone_dialog_get_toplevel (ETimezoneDialog *etd);
void e_timezone_dialog_reparent (ETimezoneDialog *etd,
GtkWidget *new_parent);
+void e_timezone_dialog_reparent (ETimezoneDialog *etd,
+ GtkWidget *new_parent);
+
#endif /* __E_TIMEZONE_DIALOG_H__ */