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 <[EMAIL PROTECTED]>
_______________________________________________
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