Function

GtkSourceMountOperationFactory

Declaration

GMountOperation*
MountOperationFactory (
  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.

Parameters

file GtkSourceFile
 

A GtkSourceFile.

 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.