summaryrefslogtreecommitdiffstats
path: root/fake_packages
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-17 18:24:07 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-17 18:24:07 +0000
commit94e36d69035f027748b8bb591e654cb5cf83c508 (patch)
tree593680cea1664b26779fede8f961c3379fead32d /fake_packages
parentf6dedaf682c7f46cac50b610da3cf4c840cc87fc (diff)
downloadperl_checker-94e36d69035f027748b8bb591e654cb5cf83c508.tar
perl_checker-94e36d69035f027748b8bb591e654cb5cf83c508.tar.gz
perl_checker-94e36d69035f027748b8bb591e654cb5cf83c508.tar.bz2
perl_checker-94e36d69035f027748b8bb591e654cb5cf83c508.tar.xz
perl_checker-94e36d69035f027748b8bb591e654cb5cf83c508.zip
add Gtk2::Notify (which replaces Gtk2::NotificationBubble)
Diffstat (limited to 'fake_packages')
-rw-r--r--fake_packages/Gtk2/Notify.pm30
1 files changed, 30 insertions, 0 deletions
diff --git a/fake_packages/Gtk2/Notify.pm b/fake_packages/Gtk2/Notify.pm
new file mode 100644
index 0000000..8dfe2bf
--- /dev/null
+++ b/fake_packages/Gtk2/Notify.pm
@@ -0,0 +1,30 @@
+
+package Gtk2::Notify;
+our @ISA = qw();
+sub add_action { my ($_notification, $_action, $_label, $_callback, $_o_userdata) = @_ }
+sub attach_to_status_icon { my ($_notification, $_status_icon) = @_ }
+sub attach_to_widget { my ($_notification, $_attach) = @_ }
+sub clear_actions { my ($_notification) = @_ }
+sub clear_hints { my ($_notification) = @_ }
+sub close { my ($_notification) = @_ }
+sub get_app_name { my ($_class) = @_ }
+sub get_server_caps { my ($_class) = @_ }
+sub get_server_info { my ($_class) = @_ }
+sub init { my ($_class, $_app_name) = @_ }
+sub is_initted { my ($_class) = @_ }
+sub new { my ($_class, $_summary, $_o_body, $_o_icon, $_o_attach) = @_ }
+sub new_with_status_icon { my ($_class, $_summary, $_o_body, $_o_icon, $_o_status_icon) = @_ }
+sub set_category { my ($_notification, $_category) = @_ }
+sub set_geometry_hints { my ($_notification, $_screen, $_x, $_y) = @_ }
+sub set_hint { my ($_notification, $_key, $_value) = @_ }
+sub set_hint_byte { my ($_notification, $_key, $_value) = @_ }
+sub set_hint_byte_array { my ($_notification, $_key, $_value) = @_ }
+sub set_hint_double { my ($_notification, $_key, $_value) = @_ }
+sub set_hint_int32 { my ($_notification, $_key, $_value) = @_ }
+sub set_hint_string { my ($_notification, $_key, $_value) = @_ }
+sub set_icon_from_pixbuf { my ($_notification, $_icon) = @_ }
+sub set_timeout { my ($_notification, $_timeout) = @_ }
+sub set_urgency { my ($_notification, $_urgency) = @_ }
+sub show { my ($_notification) = @_ }
+sub uninit { my ($_class) = @_ }
+sub update { my ($_notification, $_summary, $_o_message, $_o_icon) = @_ }