com gtk/php-gtk: GtkAboutDialog::set_* methods aren 't static.: ext/gtk+/gtk.overrides

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

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

Log:
GtkAboutDialog::set_* methods aren't static.

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


Diff:
8da794abb31c6db9257ea8747ed4fb9d42abb279
diff --git a/ext/gtk+/gtk.overrides b/ext/gtk+/gtk.overrides
index e704897..eb20cef 100644
--- a/ext/gtk+/gtk.overrides
+++ b/ext/gtk+/gtk.overrides
@@ -770,6 +770,8 @@ PHP_METHOD
     zval **data;
     int i, arr_count;
 
+    NOT_STATIC_METHOD();
+
     if (!php_gtk_parse_args(ZEND_NUM_ARGS(), "a", &arr)) {
         return;
     }
@@ -807,6 +809,8 @@ PHP_METHOD
     zval **data;
     int i, arr_count;
 
+    NOT_STATIC_METHOD();
+
     if (!php_gtk_parse_args(ZEND_NUM_ARGS(), "a", &arr)) {
         return;
     }
@@ -844,6 +848,8 @@ PHP_METHOD
     zval **data;
     int i, arr_count;
 
+    NOT_STATIC_METHOD();
+
     if (!php_gtk_parse_args(ZEND_NUM_ARGS(), "a", &arr)) {
         return;
     }
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.