Then how global variable `Data' was declared in your code?
--- kuleshovm...@gmail.com wrote:
From: Alexander Kuleshov
To: gtk-app-devel-list@gnome.org
Subject: Global GList in gtk+ application
Date: Sat, 12 Jun 2010 12:03:40 +0600
Hello,
I need in global list in my gtk+ application, i use for
Le 12/06/2010 08:03, Alexander Kuleshov a écrit :
> [snip]
>
> I have a function bulid my list:
> gboolean build_list()
> {
>Data->list = g_list_append(Data->list, "First ");
>Data->list = g_list_append(Data->list, "Second ");
>Data->list = g_list_append(Data->list, "Third ");
>
>g_
If you want to show code, at least show something that compiles and
exhibits your problem (if any), i.e. a minimal but complete sample.
Anyway, I don't see what your problem has to do with GTK+.
--tml
___
gtk-app-devel-list mailing list
gtk-app-devel-lis