Constructor

AdwValueObjectnew

Declaration [src]

AdwValueObject*
adw_value_object_new (
  const GValue* value
)

Description [src]

Create a new AdwValueObject from value.

Available since:1.0

Parameters

value const GValue*
 

The value to store.

 The data is owned by the caller of the function.

Return value

Returns: AdwValueObject
 

The newly created AdwValueObject

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