diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-12 11:26:44 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-12 11:26:44 +0800 |
commit | f9ea4ba866e44ba394cbd7364555ebb0e3916a8a (patch) | |
tree | c79b5667f0f76633d2a02771da1cdc1a1fd9c5e4 /widgets/misc/e-dateedit.h | |
parent | 016bf0dc64a924e7c13bad98824e37bf1fe6ba47 (diff) | |
download | gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.tar gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.tar.gz gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.tar.bz2 gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.tar.lz gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.tar.xz gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.tar.zst gsoc2013-evolution-f9ea4ba866e44ba394cbd7364555ebb0e3916a8a.zip |
port to GObject.
2002-11-11 Chris Toshok <toshok@ximian.com>
* e-dateedit.[ch]: port to GObject.
svn path=/trunk/; revision=18717
Diffstat (limited to 'widgets/misc/e-dateedit.h')
-rw-r--r-- | widgets/misc/e-dateedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-dateedit.h b/widgets/misc/e-dateedit.h index dca79d3df1..2e6337c4c4 100644 --- a/widgets/misc/e-dateedit.h +++ b/widgets/misc/e-dateedit.h @@ -73,7 +73,7 @@ struct _EDateEditClass { void (* changed) (EDateEdit *dedit); }; -guint e_date_edit_get_type (void); +GType e_date_edit_get_type (void); GtkWidget* e_date_edit_new (void); /* Analogous to gtk_entry_set_editable. disable editing, while still |