Function notify_get_server_caps
Synchronously queries the server for its capabilities and returns them in a GList.
extern(C) glib .glist .GList* notify_get_server_caps();
Returns
a GList of server capability strings. Free the list elements with g_free() and the list itself with g_list_free().