On 11/7/06, Murray Cumming <[EMAIL PROTECTED]> wrote:
> GdaObject has several strange-looking signals:
>
> /* signals */
> void        (*changed)           (GdaObject *object);
> void        (*id_changed)        (GdaObject *object);
> void        (*name_changed)      (GdaObject *object);
> void        (*descr_changed)     (GdaObject *object);
> void        (*owner_changed)     (GdaObject *object);
>
> void        (*to_be_destroyed)   (GdaObject *object);
> void        (*destroyed)         (GdaObject *object);
>
> The first ones look like they should just be GObject properties, so you
> can connect to generic property notification signals.

Yes, your're right but it's still quite a lot of code to modify, so I
won't do it now (patches accepted...)

>
> I guess the *destroy stuff is useful internally, but should be
> documented as being private API.
>

Users can connect to those signals if they need to; I cant' say that
they are strictly private.

Vivien
_______________________________________________
gnome-db-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-db-list

Reply via email to