Method

GioIOExtensionPointset_required_type

Declaration

void
g_io_extension_point_set_required_type (
  GIOExtensionPoint* extension_point,
  GType type
)

Description

Sets the required type for extension_point to type. All implementations must henceforth have this type.

Parameters

type

Type: GType

The GType to require.