From fcd184efa4265361a5fabced51ad7be0963d263c Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Wed, 28 Nov 2001 22:41:29 +0000 Subject: mark as constructor of AtkRelation (atk_no_op_object_factory_new): mark as 2001-11-28 Matt Wilson * atk.defs (relation_new): mark as constructor of AtkRelation (atk_no_op_object_factory_new): mark as constructor of AtkNoOpObjectFactory --- atk.defs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atk.defs') 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") -- cgit v1.2.1