Class

GimpFileProcedure

[]

Description [src]

abstract class Gimp.FileProcedure : Gimp.Procedure {
  parent_instance: GimpProcedure
}

File procedures implement file support. They cannot be created directly. Instead, you will create an instance of one of the sublasses (such as export or load procedures). This provides a common interface for file-related functions on these objects.

[]

Hierarchy

hierarchy this GimpFileProcedure ancestor_0 GimpProcedure ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0
[]

Instance methods

gimp_file_procedure_get_extensions

Returns the procedure’s extensions as set with gimp_file_procedure_set_extensions().

since: 3.0

gimp_file_procedure_get_format_name

Returns the procedure’s format name, as set with gimp_file_procedure_set_format_name().

since: 3.0

gimp_file_procedure_get_handles_remote

Returns the procedure’s ‘handles remote’ flags as set with gimp_file_procedure_set_handles_remote().

since: 3.0

gimp_file_procedure_get_magics

Returns the procedure’s magics as set with gimp_file_procedure_set_magics().

since: 3.0

gimp_file_procedure_get_mime_types

Returns the procedure’s mime-type as set with gimp_file_procedure_set_mime_types().

since: 3.0

gimp_file_procedure_get_prefixes

Returns the procedure’s prefixes as set with gimp_file_procedure_set_prefixes().

since: 3.0

gimp_file_procedure_get_priority

Returns the procedure’s priority as set with gimp_file_procedure_set_priority().

since: 3.0

gimp_file_procedure_set_extensions

Registers the given list of extensions as something this procedure can handle.

since: 3.0

gimp_file_procedure_set_format_name

Associates a format name with a file handler procedure.

since: 3.0

gimp_file_procedure_set_handles_remote

Registers a file procedure as capable of handling arbitrary remote URIs via GIO.

since: 3.0

gimp_file_procedure_set_magics

Registers the list of magic file information this procedure can handle.

since: 3.0

gimp_file_procedure_set_mime_types

Associates MIME types with a file handler procedure.

since: 3.0

gimp_file_procedure_set_prefixes

It should almost never be necessary to register prefixes with file procedures, because most sorts of URIs should be handled by GIO.

since: 3.0

gimp_file_procedure_set_priority

Sets the priority of a file handler procedure.

since: 3.0

Methods inherited from GimpProcedure (146)
Methods inherited from GObject (43)
[]

Properties

Properties inherited from GimpProcedure (3)
[]

Signals

Signals inherited from GObject (1)

Class structure