On Ter, 2006-12-19 at 14:18 +0100, Tim Janik wrote:
> hey All.
> 
> here's a refined proposal for pluggable widgets, incorporating the recent
> comments from Damon Chaplin and Paul Pogonyshev. the motivation for
> pluggable widgets is supplied in the original proposal:
>    http://mail.gnome.org/archives/gtk-devel-list/2006-November/msg00125.html
> and the corresponding bug report:
>    http://bugzilla.gnome.org/show_bug.cgi?id=356864
> 
> 
> unless any serious objections come up, the new plan is to introduce
> this new libgobject API:
> 
>    gpointer g_factory_create         (GType        type,
>                                       const gchar *first_property_name,
>                                       ...);

Think of the poor language bindings!  Please add this API to the list:

  gpointer g_factory_createv (GType           object_type,
                              guint           n_parameters,
                              GParameter     *parameters);

Regards,

-- 
Gustavo J. A. M. Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic.

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to