summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fake_packages/Gtk3/Notify.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/fake_packages/Gtk3/Notify.pm b/fake_packages/Gtk3/Notify.pm
index c7dcfa0..73611c9 100644
--- a/fake_packages/Gtk3/Notify.pm
+++ b/fake_packages/Gtk3/Notify.pm
@@ -1,4 +1,9 @@
package Gtk3::Notify;
+sub EXPIRES_DEFAULT { }
+sub EXPIRES_NEVER { }
+sub VERSION_MAJOR { }
+sub VERSION_MICRO { }
+sub VERSION_MINOR { }
sub get_app_name { }
sub get_server_caps { }
sub get_server_info { }
@@ -31,5 +36,6 @@ sub show { }
sub update { }
package Gtk3::Notify::NotificationClass;
-sub parent_class { }
sub closed { }
+sub parent_class { }
+