Function

GObject-2.0GObjecttype_class_getSince 2.84

  • Retrieves the type class of the given type.

    This function will create the class on demand if it does not exist already.

    If you don't want to create the class, use g_type_class_peek() instead.

    Parameters

    • type: GType

      type ID of a classed type

    Returns TypeClass

    the class structure for the type

    2.84