fix improper use of guint as GType
2002-04-11 jacob berkman <jacob@ximian.com> * (various files): fix improper use of guint as GType
This commit is contained in:
parent
1f98e3e646
commit
64a0eee134
38 changed files with 59 additions and 55 deletions
|
@ -47,10 +47,10 @@ static widget_desc_t widget_desc[] = {
|
|||
static void prefs_widget_app_init (PrefsWidgetApp *prefs_widget_app);
|
||||
static void prefs_widget_app_class_init (PrefsWidgetAppClass *class);
|
||||
|
||||
guint
|
||||
GType
|
||||
prefs_widget_app_get_type (void)
|
||||
{
|
||||
static guint prefs_widget_app_type = 0;
|
||||
static GType prefs_widget_app_type = 0;
|
||||
|
||||
if (!prefs_widget_app_type) {
|
||||
GtkTypeInfo prefs_widget_app_info = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue