com gtk/php-gtk: Fixed GtkMenu::popup reflection info: ext/gtk+/gtk.overrides

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    b7566668e36b9d7b1ce64caa8c569a6ac80e065f
Author:    Christian Weiske <[email protected]>         Tue, 16 May 2006 19:54:48 +0000
Parents:   4d780226603527b1e8580fb478fb8716fc7a02b0
Branches:  master

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

Log:
Fixed GtkMenu::popup reflection info

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


Diff:
b7566668e36b9d7b1ce64caa8c569a6ac80e065f
diff --git a/ext/gtk+/gtk.overrides b/ext/gtk+/gtk.overrides
index 2a7c7d4..afb1fb2 100644
--- a/ext/gtk+/gtk.overrides
+++ b/ext/gtk+/gtk.overrides
@@ -2161,10 +2161,12 @@ PHP_METHOD(GtkListItem, __construct)
 %%
 add-arginfo GtkMenu popup
 static
-ZEND_BEGIN_ARG_INFO_EX(ARGINFO_NAME, 0, 0, 2)
-    ZEND_ARG_INFO(0, x)
-    ZEND_ARG_INFO(0, y)
-    ZEND_ARG_INFO(0, data)
+ZEND_BEGIN_ARG_INFO_EX(ARGINFO_NAME, 0, 0, 0)
+    ZEND_ARG_OBJ_INFO(0, parent_menu_shell, GtkWidget, 1)
+    ZEND_ARG_OBJ_INFO(0, parent_menu_item, GtkWidget, 1)
+    ZEND_ARG_INFO(0, position_callback)
+    ZEND_ARG_INFO(0, button)
+    ZEND_ARG_INFO(0, time)
 ZEND_END_ARG_INFO();
 
 %%
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.