summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-11-28 22:41:29 +0000
committerMatt Wilson <msw@src.gnome.org>2001-11-28 22:41:29 +0000
commitfcd184efa4265361a5fabced51ad7be0963d263c (patch)
treeed0a02b583d84f5360189eebfdd0fd5346d0c0b1 /atk.defs
parentaa5113459041cf86db2243a1e47e6c19f9a57b9a (diff)
downloadpygtk-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.defs2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk.defs b/atk.defs
index 9ad3fc41..cf33328e 100644
--- a/atk.defs
+++ b/atk.defs
@@ -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")