Hi, On Thu, 2009-07-02 at 22:14 -0400, Adam Turcotte wrote: > On Thu, Jul 2, 2009 at 4:34 PM, Sven Neumann<[email protected]> wrote: > > You should make GeglMatrix2 a boxed type and use g_param_spec_boxed() > > for it. gegl-utils.c has code that does this for GeglRectangle. > > Should the GType be declared inside gegl-matrix.h? > > Should the required methods for this new Boxed Type be included in > gegl-utils.c?
Keep them all in a single place. The GeglRectangle code should actually be moved out of gegl-utils.[ch] to new files gegl-rectangle.[ch]. Sven _______________________________________________ Gegl-developer mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

