Re: g_param_spec_ ??



On Mon, 2005-07-11 at 21:31 -0300, Arx Henrique wrote:
Hi all,

I'm buy the gnome developers guide and one of chapter talks about
gobject and oo, and have many functions to create a gparamspec
struture like g_param_spec_uint (to guint), but i have no idea what's
the g_param_spec_* that i need to GString type,
can anyone help-me ?

g_param_spec_object  with GType GString ??

GParamSpec* g_param_spec_object             (const gchar *name,
                                             const gchar *nick,
                                             const gchar *blurb,
                                             GType object_type,
                                             GParamFlags flags);
-- 
Iago Rubio <iago iagorubio com>



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