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
- 
            Type: GtkSourceFileA GtkSourceFile.The data is owned by the caller of the function. 
- userdata
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GMountOperation
No description available.
| The data is owned by the called function. |