diff options
author | Johan Dahlin <johan@gnome.org> | 2008-01-19 18:55:51 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-01-19 18:55:51 +0000 |
commit | bdb049a85bd76db64f75752a95c500920456f547 (patch) | |
tree | 5b844edc06ef06664e88c05d4bfdce311a90855c /gio/gio-types.defs | |
parent | 79bce1671d93093f8bbe26ef09f0a556d7d6e9ff (diff) | |
download | pygobject-bdb049a85bd76db64f75752a95c500920456f547.tar.gz |
New marshaller for async results (_wrap_g_input_stream_read_async): Impl.
2008-01-19 Johan Dahlin <johan@gnome.org>
* gio/gio.override (async_result_callback_marshal): New marshaller
for async results
(_wrap_g_input_stream_read_async): Impl.
* gio/gio-types.defs: Add SimpleAsyncRequest
* gio/giomodule.c: Register enums/constants
svn path=/trunk/; revision=735
Diffstat (limited to 'gio/gio-types.defs')
-rw-r--r-- | gio/gio-types.defs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gio/gio-types.defs b/gio/gio-types.defs index c78cb3c1..006d6fbe 100644 --- a/gio/gio-types.defs +++ b/gio/gio-types.defs @@ -171,6 +171,13 @@ (gtype-id "G_TYPE_FILE_OUTPUT_STREAM") ) +(define-object SimpleAsyncResult + (in-module "gio") + (parent "GObject") + (c-name "GSimpleAsyncResult") + (gtype-id "G_TYPE_SIMPLE_ASYNC_RESULT") +) + (define-object Vfs (in-module "gio") (parent "GObject") |