blob: 03f6e06bc3e7924854e8ef88cc5f6cfa32851af2 (
plain) (
blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
--- ./libnotify/libnotifymm/notification.h.orig 2010-04-23 11:36:40.000000000 -0400
+++ ./libnotify/libnotifymm/notification.h 2010-04-23 11:37:20.000000000 -0400
@@ -191,7 +191,7 @@
* location. If @a attach is <tt>0</tt>, the widget will be unset.
* @param attach The widget to attach to, or <tt>0</tt>.
*/
- void attach_to_widget(Gtk::Widget& attach);;
+ void attach_to_widget(Gtk::Widget& attach);
/** Attaches the notification to a Gtk::StatusIcon. This will set hints on the
* notification requesting that the notification point to the status icon's
@@ -303,17 +303,16 @@
* specified callback function will be called.
*/
void add_action(const Glib::ustring& action, const Glib::ustring& label, const SlotInvokeAction& slot);
- ;
/** Clears all hints from the notification.
*/
- void clear_hints();;
+ void clear_hints();
/** Clears all actions from the notification.
*/
- void clear_actions();;
+ void clear_actions();
/** Tells the notification server to hide the notification on the screen.
* @return <tt>true</tt> if successful. On error, this will return <tt>false</tt> and set
@@ -324,16 +323,14 @@
#else
void close(std::auto_ptr<Glib::Error>& error);
#endif //GLIBMM_EXCEPTIONS_ENABLED
-;
-
-
+
+
/**
* @par Prototype:
* <tt>void on_my_%closed()</tt>
*/
Glib::SignalProxy0< void > signal_closed();
-;
//gtkmmproc error: id : property defs lookup failed.
#ifdef GLIBMM_PROPERTIES_ENABLED
|