Constructor

HandyValueObjectnew_collect

since: 1.0

Declaration [src]

HdyValueObject*
hdy_value_object_new_collect (
  GType type,
  ...
)

Description [src]

Creates a new HdyValueObject.

This is a convenience method which uses the G_VALUE_COLLECT macro internally.

Available since: 1.0

This method is not directly available to language bindings.

Parameters

type

Type: GType

The type of the value.

...

Type: 

The value to store.

Return value

Type: HdyValueObject

A new HdyValueObject

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