summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk2/Notify.pm
blob: ce5a3a80b56ef7a1baa7b97b35ef187f12485b59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

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 dl_load_flags() {}
sub get_app_name { my ($_class) = @_ }
sub get_server_caps { my ($_class) = @_ }
sub get_server_info { my ($_class) = @_ }
sub import() {}
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) = @_ }