LibnotifyLoader: add notify_get_server_caps support
This commit is contained in:
parent
4e7f478d1e
commit
a22dc8676f
2 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,7 @@ class LibNotifyLoader {
|
|||
|
||||
decltype(&::notify_is_initted) notify_is_initted;
|
||||
decltype(&::notify_init) notify_init;
|
||||
decltype(&::notify_get_server_caps) notify_get_server_caps;
|
||||
decltype(&::notify_get_server_info) notify_get_server_info;
|
||||
decltype(&::notify_notification_new) notify_notification_new;
|
||||
decltype(&::notify_notification_add_action) notify_notification_add_action;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue