Constructor

Adw.ValueObject.new

Declaration [src]

AdwValueObject*
adw_value_object_new (
  const GValue* value
)

Description [src]

Create a new AdwValueObject from value.

Parameters

value const GValue*
 

the value to store

 Ownership is not transferred to the callee

Return value

Returns: AdwValueObject

the newly created AdwValueObject

Ownership of the data is transferred to the caller