From 2677fbd10be242a58b4d3f0436bfe78e6a0d17a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 27 Apr 2015 22:46:31 +0200 Subject: [PATCH] Add a light description of LinphoneStatusIcon and BcStatusNotifier --- gtk/status_icon.h | 5 +++++ gtk/status_notifier.h | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/gtk/status_icon.h b/gtk/status_icon.h index 07d7a34a4..233733724 100644 --- a/gtk/status_icon.h +++ b/gtk/status_icon.h @@ -17,6 +17,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* + * LinphoneStatusIcon is an singleton interface which abstracts the + * technology used to manage the status icon. + */ + #include #include diff --git a/gtk/status_notifier.h b/gtk/status_notifier.h index c357b20b0..b8067fdeb 100644 --- a/gtk/status_notifier.h +++ b/gtk/status_notifier.h @@ -17,6 +17,13 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/** + * BcStatusNotifier is an implementation of the StatusNotiferItem standard defined by freedesktop.org. + * It is a new way to manage status icons on GNU/Linux systems by using D-Bus. It is implemented by + * Unity desktop environmemt and it is the only way to create status icons on KDE 5. + * Visit http://freedesktop.org/wiki/Specifications/StatusNotifierItem/ for more information. + */ + #ifndef STATUS_NOTIFIER_H #define STATUS_NOTIFIER_H