Struct

GioIOExtension

since: 2.0

Description

struct GIOExtension {
  /* No available fields */
}

GIOExtension is an opaque data structure and can only be accessed using the following functions.

Available since: 2.0

Instance methods

g_io_extension_get_name

Gets the name under which extension was registered.

since: 2.0

g_io_extension_get_priority

Gets the priority with which extension was registered.

since: 2.0

g_io_extension_get_type

Gets the type associated with extension.

since: 2.0

g_io_extension_ref_class

Gets a reference to the class for the type that is associated with extension.

since: 2.0