AtkHyperlink question
- From: Jeff Franks <jcf tpg com au>
- To: gtk-devel-list gnome org
- Subject: AtkHyperlink question
- Date: Tue, 12 Mar 2002 02:16:04 +1100
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]