diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | gio/gio.defs | 9 |
2 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> + * gio/gio.defs: add g_cancellable_make_pollfd + +2009-03-08 Gian Mario Tagliaretti <gianmt@gnome.org> + * docs/Makefile.am: * docs/reference/pyglib-classes.xml * docs/reference/pygobject-ref.xml diff --git a/gio/gio.defs b/gio/gio.defs index ed163c2..9aa2ad9 100644 --- a/gio/gio.defs +++ b/gio/gio.defs @@ -498,6 +498,15 @@ (return-type "int") ) +(define-method make_pollfd + (of-object "GCancellable") + (c-name "g_cancellable_make_pollfd") + (return-type "none") + (parameters + '("GPollFD*" "pollfd") + ) +) + (define-function cancellable_get_current (c-name "g_cancellable_get_current") (return-type "GCancellable*") |
