Re: GtkBuilder Public API - Last call



Hi;

> typedef void (*GtkBuilderConnectFunc) (GtkBuilder  *builder,
>                                        const gchar *handler_name,
>                                        GObject     *object,
>                                        const gchar *signal_name,
>                                        GObject     *connect_object,
>                                        gboolean     after,
>                                        gpointer     user_data);

Could we have "GConnectFlags flags" instead of "gboolean after" here, so
this could also support swapped handlers in future?

> void         gtk_builder_connect_signals_full    (GtkBuilder   *builder,
>                                                   GtkBuilderConnectFunc func,
>                                                   gpointer      user_data);

Why does this have no GDestroyNotify parameter for the user_data ?

Regards,
	Christian






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