Method
GtkSourceFileset_mount_operation_factory
Declaration
void
gtk_source_file_set_mount_operation_factory (
GtkSourceFile* file,
GtkSourceMountOperationFactory callback,
gpointer user_data,
GDestroyNotify notify
)
Description
Sets a MountOperationFactory function that will be called when a
GMountOperation
must be created.
This is useful for creating a GtkMountOperation
with the parent GtkWindow
.
If a mount operation factory isn’t set, g_mount_operation_new()
will be called.
Parameters
callback |
GtkSourceMountOperationFactory |
A |
|
user_data |
gpointer |
The data to pass to the |
|
notify |
GDestroyNotify |
Function to call on |