com gtk/php-gtk: Somebody forgot the arginfo: ext/gtk+/gtk.overrides
[email protected] (David Soria Parra) Tue, 14 Mar 2006 09:17:50 +0000
| Newsgroups | php.gtk.cvs |
|---|---|
| Message-ID | <[email protected]> |
Commit: 2441795c669df64e4a4a243ae8c4b698ca1a99f3 Author: Christian Weiske <[email protected]> Tue, 14 Mar 2006 09:17:50 +0000 Parents: 5c0549db96827f99b905d627be36dfe6895af60e Branches: master Link: http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=2441795c669df64e4a4a243ae8c4b698ca1a99f3 Log: Somebody forgot the arginfo Changed paths: M ext/gtk+/gtk.overrides Diff: 2441795c669df64e4a4a243ae8c4b698ca1a99f3 diff --git a/ext/gtk+/gtk.overrides b/ext/gtk+/gtk.overrides index 648a9bc..b77fbf7 100644 --- a/ext/gtk+/gtk.overrides +++ b/ext/gtk+/gtk.overrides @@ -1357,7 +1357,12 @@ PHP_METHOD %% {{{ GtkFileSelection - +%% +add-arginfo GtkFileSelection get_filename +static +ZEND_BEGIN_ARG_INFO_EX(ARGINFO_NAME, 0, 0, 0) + ZEND_ARG_INFO(0, convert) +ZEND_END_ARG_INFO(); %% override gtk_file_selection_get_filename @@ -1396,6 +1401,13 @@ PHP_METHOD } %% +add-arginfo GtkFileSelection get_selections +static +ZEND_BEGIN_ARG_INFO_EX(ARGINFO_NAME, 0, 0, 0) + ZEND_ARG_INFO(0, convert) +ZEND_END_ARG_INFO(); + +%% override gtk_file_selection_get_selections PHP_METHOD {