[ Version ( since = "3.8" ) ]
public List<DataCalView> list_views ()
Returns a list of DataCalView instances added with add_view.
The views returned in the list are referenced for thread-safety. They must each be unreferenced with unref when finished with them. Free the returned list itself with g_list_free.
An easy way to free the list properly in one step is as follows:
g_list_free_full (list, g_object_unref);
| this |
an CalBackend |
|
a list of cal views |