On 7/28/05, Tim Müller <[EMAIL PROTECTED]> wrote:
> So what GTypes are those columns, ie. what does your gtk_tree_store_new() line
> look like?
> 
> What type does your calc() function return? float? int? something else?
> 
> What type is g_fs.used?
> 

This is tree_store_new:

        GtkTreeStore * mdl = gtk_tree_store_new(10, 
                                        G_TYPE_STRING,
                                        G_TYPE_STRING,
                                        GDK_TYPE_PIXBUF,
                                        G_TYPE_FLOAT,
                                        G_TYPE_STRING,
                                        G_TYPE_DOUBLE,
                                        G_TYPE_STRING,
                                        G_TYPE_INT,
                                        G_TYPE_STRING,
                                        G_TYPE_DOUBLE);

Function calc() returns a gchar* , while g_fs.used is a guint64.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to