[ Version ( since = "3.34" ) ]
public SList<Recurrence>? get_rrules ()
Queries the list of recurrence rule properties of a calendar component object.
Free the returned list with g_slist_free_full (slist, g_object_unref);, when no longer needed.
this |
A calendar component object. |
a SList of recurrence rules as Recurrence structures, or null, when none exist. |