summaryrefslogtreecommitdiffstats
path: root/fake_packages/Gtk3/Notify.pm
blob: c7dcfa0e3e32016c8a0f76be91be75f2ce79e8bf (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
33
34
35
package Gtk3::Notify;
sub get_app_name { }
sub get_server_caps { }
sub get_server_info { }
sub init { }
sub is_initted { }
sub set_app_name { }
sub uninit { }

package Gtk3::Notify::Notification;
sub add_action { }
sub clear_actions { }
sub clear_hints { }
sub close { }
sub get_closed_reason { }
sub new { }
sub set_app_name { }
sub set_category { }
sub set_hint { }
sub set_hint_byte { }
sub set_hint_byte_array { }
sub set_hint_double { }
sub set_hint_int32 { }
sub set_hint_string { }
sub set_hint_uint32 { }
sub set_icon_from_pixbuf { }
sub set_image_from_pixbuf { }
sub set_timeout { }
sub set_urgency { }
sub show { }
sub update { }

package Gtk3::Notify::NotificationClass;
sub parent_class { }
sub closed { }