diff options
| author | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-12-17 02:24:45 +0100 |
|---|---|---|
| committer | Gian Mario Tagliaretti <gianmt@gnome.org> | 2009-12-17 02:24:45 +0100 |
| commit | b630c8d4b1e55938dac89729768c4a877b305215 (patch) | |
| tree | ca30d00b9f36453154489a43baf444e7e7cfa188 | |
| parent | 38e89942d29f2a1dba47ab4a8d5edc84322707cd (diff) | |
| download | pygobject-b630c8d4b1e55938dac89729768c4a877b305215.tar.gz pygobject-b630c8d4b1e55938dac89729768c4a877b305215.tar.xz pygobject-b630c8d4b1e55938dac89729768c4a877b305215.zip | |
Properly define Connectable as interface type and not object type
| -rw-r--r-- | 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") |
