AtkHyperlink question



 Hi,

I was going through ATK again and was just wondering about a few inconsistencies.

1. Should the return value from 'atk_hyperlink_get_uri' be a G_CONST_RETURN ghar* rather than ghar*.

2. Should these two fucntion pointers declared in AtkObjectFactoryClass:

AtkObject* (* create_accessible) (GObject *obj);

GType (* get_accessible_type) (void);

actually be

AtkObject* (* create_accessible) (AtkObjectFactory *factory, GObject *obj);

GType (* get_accessible_type) (AtkObjectFactory *factory);

Jeff.





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