Method

AgsPortletsafe_get_property

since: 3.0.0

Declaration [src]

void
ags_portlet_safe_get_property (
  AgsPortlet* portlet,
  gchar* property_name,
  GValue* value
)

Description [src]

Get property thread safe.

Available since: 3.0.0

Parameters

property_name

Type: gchar*

Propertie’s name.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
value

Type: GValue

The GValue.

The data is owned by the caller of the function.