com gtk/php-gtk: Moving devices_list to GdkDevice::li st_devices and list_visuals to GdkVisual::list _visuals: ext/gtk+/gdk.defs

[email protected] (David Soria Parra)
Newsgroups php.gtk.cvs
Message-ID <[email protected]>
Commit:    d06109acdd98d3dad8888e2bd5998525f50f101c
Author:    Christian Weiske <[email protected]>         Sun, 11 Jun 2006 05:54:38 +0000
Parents:   6b73504b60bacdbd4684c06452a29e0410b68c4d
Branches:  master

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

Log:
Moving devices_list to GdkDevice::list_devices and
list_visuals to GdkVisual::list_visuals

Changed paths:
  M  ext/gtk+/gdk.defs


Diff:
d06109acdd98d3dad8888e2bd5998525f50f101c
diff --git a/ext/gtk+/gdk.defs b/ext/gtk+/gdk.defs
index 1caff89..3dc23f1 100644
--- a/ext/gtk+/gdk.defs
+++ b/ext/gtk+/gdk.defs
@@ -345,9 +345,11 @@
   )
 )
 
-(define-function devices_list
+(define-method list_devices
+  (of-object "GdkDevice")
   (c-name "gdk_devices_list")
   (return-type "GList*")
+  (static #t)
 )
 
 (define-method add_client_message_filter
@@ -1959,9 +1961,11 @@
   )
 )
 
-(define-function list_visuals
+(define-method list_visuals
+  (of-object "GdkVisual")
   (c-name "gdk_list_visuals")
   (return-type "GList*")
+  (static #t)
 )
 
 (define-method add_alpha
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.