dynamically allocate text for gtk_clist?



Looking at the 
gint        gtk_clist_append                (GtkCList *clist,
                                             gchar *text[]);
function, what is the text parameter supposed to be? must
it be dynamically allocated memory? When can I destroy it?
Or does the function duplicate the texts i send to it?

(and how should I know this?)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]