Add an "aborted" signal to abort a mount operation from the backend side.

* gmountoperation.[hc]: Add an "aborted" signal to abort a
        mount operation from the backend side.

        * gvolume.h: Add docs regarding the "aborted" signal.


svn path=/trunk/; revision=7866
This commit is contained in:
Matthias Clasen
2009-02-17 00:02:06 +00:00
parent e8c635841a
commit 49cb04caf0
4 changed files with 34 additions and 2 deletions

View File

@@ -73,6 +73,8 @@ struct _GMountOperationClass
void (* reply) (GMountOperation *op,
GMountOperationResult result);
void (* aborted) (GMountOperation *op);
/*< private >*/
/* Padding for future expansion */
void (*_g_reserved1) (void);
@@ -86,7 +88,6 @@ struct _GMountOperationClass
void (*_g_reserved9) (void);
void (*_g_reserved10) (void);
void (*_g_reserved11) (void);
void (*_g_reserved12) (void);
};
GType g_mount_operation_get_type (void) G_GNUC_CONST;