com gtk/php-gtk: - Bring atk defs into line with the other defs layouts - correct typo that had us constructing something called 'AtkSetSet' :) (okay okay I'll do the usernotes next...): ext/gtk+/atk.defs
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 7370b235355d913561d4a415470de366d4293c80 Author: Steph Fox <[email protected]> Fri, 23 Jun 2006 17:34:02 +0000 Parents: 9e301bcc79a2e245718a01061ccd3e1ba064ea81 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=7370b235355d913561d4a415470de366d4293c80 Log: - Bring atk defs into line with the other defs layouts - correct typo that had us constructing something called 'AtkSetSet' :) (okay okay I'll do the usernotes next...) Changed paths: M ext/gtk+/atk.defs Diff: 7370b235355d913561d4a415470de366d4293c80 diff --git a/ext/gtk+/atk.defs b/ext/gtk+/atk.defs index 726869f..819039b 100644 --- a/ext/gtk+/atk.defs +++ b/ext/gtk+/atk.defs @@ -433,9 +433,9 @@ ) (define-function atk_no_op_object_factory_new + (is-constructor-of AtkNoOpObjectFactory) (c-name "atk_no_op_object_factory_new") (return-type "AtkObjectFactory*") - (is-constructor-of AtkNoOpObjectFactory) (parameters ) ) @@ -450,9 +450,9 @@ ) (define-function atk_no_op_object_new + (is-constructor-of AtkNoOpObject) (c-name "atk_no_op_object_new") (return-type "AtkNoOpObject*") - (is-constructor-of AtkNoOpObject) (parameters '("GObject*" "obj") ) @@ -713,9 +713,9 @@ ) (define-function relation_new + (is-constructor-of AtkRelation) (c-name "atk_relation_new") (return-type "AtkRelation*") - (is-constructor-of AtkRelation) (parameters '("AtkObject**" "targets") '("gint" "n_targets") @@ -745,8 +745,8 @@ ) (define-function relation_set_new - (c-name "atk_relation_set_new") (is-constructor-of AtkRelationSet) + (c-name "atk_relation_set_new") (return-type "AtkRelationSet*") ) @@ -903,9 +903,9 @@ ) (define-function atk_state_set_new + (is-constructor-of AtkStateSet) (c-name "atk_state_set_new") (return-type "AtkStateSet*") - (is-constructor-of AtkSetSet) ) (define-method is_empty