diff options
author | Matt Wilson <msw@redhat.com> | 2001-11-28 22:41:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@src.gnome.org> | 2001-11-28 22:41:29 +0000 |
commit | fcd184efa4265361a5fabced51ad7be0963d263c (patch) | |
tree | ed0a02b583d84f5360189eebfdd0fd5346d0c0b1 /atk.defs | |
parent | aa5113459041cf86db2243a1e47e6c19f9a57b9a (diff) | |
download | pygtk-fcd184efa4265361a5fabced51ad7be0963d263c.tar.gz |
mark as constructor of AtkRelation (atk_no_op_object_factory_new): mark as
2001-11-28 Matt Wilson <msw@redhat.com>
* atk.defs (relation_new): mark as constructor of AtkRelation
(atk_no_op_object_factory_new): mark as constructor of
AtkNoOpObjectFactory
Diffstat (limited to 'atk.defs')
-rw-r--r-- | atk.defs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -716,6 +716,7 @@ (define-function atk_no_op_object_factory_new (c-name "atk_no_op_object_factory_new") (return-type "AtkObjectFactory*") + (is-constructor-of AtkNoOpObjectFactory) (parameters ) ) @@ -995,6 +996,7 @@ (define-function relation_new (c-name "atk_relation_new") (return-type "AtkRelation*") + (is-constructor-of AtkRelation) (parameters '("AtkObject**" "targets") '("gint" "n_targets") |