[pygobject] Properly define Connectable as interface type and not object type



commit b630c8d4b1e55938dac89729768c4a877b305215
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date:   Thu Dec 17 02:24:45 2009 +0100

    Properly define Connectable as interface type and not object type

 gio/gio-types.defs |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gio/gio-types.defs b/gio/gio-types.defs
index 3ce72c6..ecbd39b 100644
--- a/gio/gio-types.defs
+++ b/gio/gio-types.defs
@@ -72,6 +72,12 @@
   (gtype-id "G_TYPE_SEEKABLE")
 )
 
+(define-interface SocketConnectable
+  (in-module "gio")
+  (c-name "GSocketConnectable")
+  (gtype-id "G_TYPE_SOCKET_CONNECTABLE")
+)
+
 (define-interface Volume
   (in-module "gio")
   (c-name "GVolume")
@@ -255,12 +261,6 @@
   (gtype-id "G_TYPE_SOCKET_CLIENT")
 )
 
-(define-object SocketConnectable
-  (in-module "gio")
-  (c-name "GSocketConnectable")
-  (gtype-id "G_TYPE_SOCKET_CONNECTABLE")
-)
-
 (define-object SocketConnection
   (in-module "gio")
   (parent "GIOStream")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]