Constructor

HandyEnumValueObjectnew

since: 1.0

Declaration [src]

HdyEnumValueObject*
hdy_enum_value_object_new (
  GEnumValue* enum_value
)

Description [src]

Creates a new HdyEnumValueObject.

Available since: 1.0

Parameters

enum_value

Type: GEnumValue

No description available.

The data is owned by the caller of the function.

Return value

Type: HdyEnumValueObject

The newly created HdyEnumValueObject

The caller of the function takes ownership of the data, and is responsible for freeing it.