Skip to content

Commit

Permalink
Remove libnotify.vapi
Browse files Browse the repository at this point in the history
Issue: #369

Signed-off-by: Jiří Janoušek <janousek.jiri@gmail.com>
  • Loading branch information
jiri-janousek committed Aug 10, 2017
1 parent 77968cf commit 75d6dcc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class Notifications : GLib.Object, NotificationsInterface, NotificationIn
return_if_fail(!running);
running = true;
Notify.init(app.app_name);
unowned List<string> capabilities = Notify.get_server_caps();
List<string> capabilities = Notify.get_server_caps();
persistence_supported = capabilities.find_custom("persistence", strcmp) != null;
actions_supported = capabilities.find_custom("actions", strcmp) != null;
icons_supported = capabilities.find_custom("action-icons", strcmp) != null;
Expand Down
4 changes: 0 additions & 4 deletions vapi/libnotify.deps

This file was deleted.

73 changes: 0 additions & 73 deletions vapi/libnotify.vapi

This file was deleted.

0 comments on commit 75d6dcc

Please sign in to comment.