diff options
Diffstat (limited to 'gvfs/gcancellable.h')
-rw-r--r-- | gvfs/gcancellable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gvfs/gcancellable.h b/gvfs/gcancellable.h index 62d91b50..07b9e59a 100644 --- a/gvfs/gcancellable.h +++ b/gvfs/gcancellable.h @@ -18,6 +18,8 @@ typedef struct _GCancellableClass GCancellableClass; struct _GCancellableClass { GObjectClass parent_class; + + void (* cancelled) (GCancellable *cancellable); }; GType g_cancellable_get_type (void) G_GNUC_CONST; |