Function
GtkSourceMountOperationFactory
Declaration
GMountOperation*
(* GtkSourceMountOperationFactory) (
GtkSourceFile* file,
gpointer userdata
)
Description
Type definition for a function that will be called to create a
GMountOperation
. This is useful for creating a GtkMountOperation
.
Parameters
file |
GtkSourceFile |
A |
|
The data is owned by the caller of the function. | |
userdata |
gpointer |
User data. |
Return value
Returns: | GMountOperation |
No description available. | |
The data is owned by the called function. |