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