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
|
@ -41,10 +41,10 @@ static GtkVBoxClass *parent_class;
|
|||
|
||||
static GtkTargetEntry drop_types[] = { { "text/uri-list", 0, 0 } };
|
||||
|
||||
guint
|
||||
GType
|
||||
nautilus_mime_type_icon_entry_get_type (void)
|
||||
{
|
||||
static guint icon_entry_type = 0;
|
||||
static GType icon_entry_type = 0;
|
||||
|
||||
if (!icon_entry_type) {
|
||||
GtkTypeInfo icon_entry_info = {
|
||||
|
|
|
@ -46,7 +46,7 @@ struct _NautilusMimeIconEntryClass {
|
|||
};
|
||||
|
||||
|
||||
guint nautilus_mime_type_icon_entry_get_type (void);
|
||||
GType nautilus_mime_type_icon_entry_get_type (void);
|
||||
GtkWidget *nautilus_mime_type_icon_entry_new (const gchar *history_id,
|
||||
const gchar *browse_dialog_title);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue