util_component_dup_x_property


Description:


[ Version ( since = "3.34" ) ]
public string? util_component_dup_x_property (Component icalcomp, string x_name)

Searches for an X property named x_name within X properties of icalcomp and returns its value as a newly allocated string.

Free it with g_free, when no longer needed.

Parameters:

icalcomp

an Component

x_name

name of the X property

Returns:

Newly allocated value of the first x_name X property in icalcomp, or null, if not found.


Namespace: ECal
Package: libecal-2.0