Re: g_object_set_data()
David Necas (Yeti) (2006-04-12, 16:35): > On Wed, Apr 12, 2006 at 03:29:50PM +0200, jls wrote: > > > > I try to set a glist to a name > > What does it mean "set a glist to a name"? > You're right, it's not clear > > with
g_object_set_data()
Hi all ;), I try to set a glist to a name with the function g_object_set_data as follow : g_object_set_data(G_OBJECT(DirList),"dirlist",pWindow); when I try to get this object with the g_object_get_data function, GTK returns :