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
|
@ -55,7 +55,7 @@ struct _BackendListClass
|
|||
POA_ConfigArchiver_BackendList__epv epv;
|
||||
};
|
||||
|
||||
guint backend_list_get_type (void);
|
||||
GType backend_list_get_type (void);
|
||||
|
||||
BonoboObject *backend_list_new (gboolean is_global);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue