com gtk/php-gtk: Reflection info for some GtkAboutDialog setters: ext/gtk+/gtk.overrides

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    67c60789a37a58fbc416cec4a6bac71342432d3c
Author:    Christian Weiske <[email protected]>         Mon, 12 Jun 2006 18:49:59 +0000
Parents:   b7f1a138cbab4d5a1cfe48df57f114ba28fa3ad3
Branches:  master

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

Log:
Reflection info for some GtkAboutDialog setters

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


Diff:
67c60789a37a58fbc416cec4a6bac71342432d3c
diff --git a/ext/gtk+/gtk.overrides b/ext/gtk+/gtk.overrides
index c6d86b5..e704897 100644
--- a/ext/gtk+/gtk.overrides
+++ b/ext/gtk+/gtk.overrides
@@ -755,6 +755,13 @@ PHP_METHOD
 }
 
 %%
+add-arginfo GtkAboutDialog set_artists
+static
+ZEND_BEGIN_ARG_INFO(ARGINFO_NAME, 0)
+    ZEND_ARG_INFO(0, artists)
+ZEND_END_ARG_INFO();
+
+%%
 override gtk_about_dialog_set_artists
 PHP_METHOD
 {
@@ -785,6 +792,13 @@ PHP_METHOD
 }
 
 %%
+add-arginfo GtkAboutDialog set_authors
+static
+ZEND_BEGIN_ARG_INFO(ARGINFO_NAME, 0)
+    ZEND_ARG_INFO(0, authors)
+ZEND_END_ARG_INFO();
+
+%%
 override gtk_about_dialog_set_authors
 PHP_METHOD
 {
@@ -815,6 +829,13 @@ PHP_METHOD
 }
 
 %%
+add-arginfo GtkAboutDialog set_documenters
+static
+ZEND_BEGIN_ARG_INFO(ARGINFO_NAME, 0)
+    ZEND_ARG_INFO(0, documenters)
+ZEND_END_ARG_INFO();
+
+%%
 override gtk_about_dialog_set_documenters
 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.