com gtk/php-gtk: Update arg info to reflect PHP-GTK reality.: ext/gtk+/atk.overrides
[email protected] (David Soria Parra)
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 62c714ae05e7c307158518bb284fbaede0ef7198 Author: Steph Fox <[email protected]> Sat, 24 Jun 2006 17:06:44 +0000 Parents: 4c0ef1c1192a5fc9e4ebedf1c40d0c4326ff4f72 Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=62c714ae05e7c307158518bb284fbaede0ef7198 Log: Update arg info to reflect PHP-GTK reality. Changed paths: M ext/gtk+/atk.overrides Diff: 62c714ae05e7c307158518bb284fbaede0ef7198 diff --git a/ext/gtk+/atk.overrides b/ext/gtk+/atk.overrides index 2b25a1e..02a0613 100644 --- a/ext/gtk+/atk.overrides +++ b/ext/gtk+/atk.overrides @@ -17,7 +17,6 @@ add-arginfo AtkRelation __construct static ZEND_BEGIN_ARG_INFO(ARGINFO_NAME, 0) ZEND_ARG_INFO(0, targets) - ZEND_ARG_INFO(0, n_targets) ZEND_ARG_INFO(0, relationship) ZEND_END_ARG_INFO();