From e99e12428d46db3be2878f6c2ca63bd7510149f4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 22 May 2008 17:27:48 +0000 Subject: ** Fixes bug #534360 2008-05-22 Matthew Barnes ** Fixes bug #534360 Migrate from deprecated GtkObject symbols to GObject equivalents. Touches over 150 files in all components; too many to list. svn path=/trunk/; revision=35526 --- widgets/misc/e-dateedit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widgets/misc/e-dateedit.c') diff --git a/widgets/misc/e-dateedit.c b/widgets/misc/e-dateedit.c index acfd0dfcc9..ca3c683cbe 100644 --- a/widgets/misc/e-dateedit.c +++ b/widgets/misc/e-dateedit.c @@ -125,7 +125,7 @@ struct _EDateEditPrivate { EDateEditGetTimeCallback time_callback; gpointer time_callback_data; - GtkDestroyNotify time_callback_destroy; + GDestroyNotify time_callback_destroy; gboolean twodigit_year_can_future; }; @@ -219,7 +219,7 @@ static GtkHBoxClass *parent_class; /** * e_date_edit_get_type: * - * Returns the GtkType for the EDateEdit widget + * Returns the GType for the EDateEdit widget */ GType e_date_edit_get_type (void) @@ -261,7 +261,7 @@ e_date_edit_class_init (EDateEditClass *class) G_STRUCT_OFFSET (EDateEditClass, changed), NULL, NULL, g_cclosure_marshal_VOID__VOID, - GTK_TYPE_NONE, 0); + G_TYPE_NONE, 0); object_class->dispose = e_date_edit_dispose; @@ -2153,7 +2153,7 @@ void e_date_edit_set_get_time_callback (EDateEdit *dedit, EDateEditGetTimeCallback cb, gpointer data, - GtkDestroyNotify destroy) + GDestroyNotify destroy) { EDateEditPrivate *priv; -- cgit v1.2.3