com gtk/php-gtk: set_visible has reflection now: ex t/gtk+/gtk.overrides

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    6cb7f007948537eb79727f39f8bb8c90bf04ff2b
Author:    Christian Weiske <[email protected]>         Sat, 29 Apr 2006 12:58:57 +0000
Parents:   8b3248543874e3fd508ed920c280158eb4374c0c
Branches:  master

Link:       http://git.php.net/?p=gtk/php-gtk.git;a=commitdiff;h=6cb7f007948537eb79727f39f8bb8c90bf04ff2b

Log:
set_visible has reflection now

Changed paths:
  M  ext/gtk+/gtk.overrides


Diff:
6cb7f007948537eb79727f39f8bb8c90bf04ff2b
diff --git a/ext/gtk+/gtk.overrides b/ext/gtk+/gtk.overrides
index 948b87d..db57e14 100644
--- a/ext/gtk+/gtk.overrides
+++ b/ext/gtk+/gtk.overrides
@@ -3243,6 +3243,14 @@ PHP_METHOD
 }
 
 %%
+add-arginfo GtkWidget set_visible
+static
+ZEND_BEGIN_ARG_INFO_EX(ARGINFO_NAME, 0, 0, 1)
+    ZEND_ARG_INFO(0, visible)
+    ZEND_ARG_INFO(0, all)
+ZEND_END_ARG_INFO();
+
+%%
 add GtkWidget set_visible
 PHP_METHOD
 {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.