using a GArray as a class property



I'd like to use a GArray as a property of a class, but it doesn't look
to me like it can be done.  g_param_spec_boxed wants a type derived from
G_TYPE_BOXED as an argument, but GArray doesn't seem to be registered with
the type system.  There aren't any examples of GParamSpec's defined with
g_param_spec_pointer in the GTK library, so I'm not when to use this.  If
GArrays can be used as properties I'd appreciate it if someone could tell
me how.

Thanks,
Will

---------------------------------------------------------------
Bob: Looks like you've been missing quite a bit of work lately.
Peter: Well, I wouldn't say I've been MISSING it, Bob.






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