[Xfce4-commits] <xfce4-indicator-plugin:andrzejr/tmp3> Added comments.
Andrzej
noreply at xfce.org
Sat Mar 31 20:08:03 CEST 2012
Updating branch refs/heads/andrzejr/tmp3
to e79f2b355ddb6600fbea0ebebb03ade066807842 (commit)
from 44ef2fa54ba164b9b434b01d82ca739b4b49a9ce (commit)
commit e79f2b355ddb6600fbea0ebebb03ade066807842
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sun Apr 1 03:07:06 2012 +0900
Added comments.
panel-plugin/indicator-box.c | 9 +++++++++
panel-plugin/indicator-button.c | 10 ++++++++++
panel-plugin/indicator-dialog.c | 9 +++++++++
panel-plugin/indicator.c | 9 +++++++++
4 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/panel-plugin/indicator-box.c b/panel-plugin/indicator-box.c
index 700a218..0643a3f 100644
--- a/panel-plugin/indicator-box.c
+++ b/panel-plugin/indicator-box.c
@@ -15,6 +15,15 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+
+/*
+ * This file implements a container class for holding indicator buttons.
+ *
+ */
+
+
+
#include <glib.h>
#include <gtk/gtk.h>
#include <exo/exo.h>
diff --git a/panel-plugin/indicator-button.c b/panel-plugin/indicator-button.c
index 9763da5..c89bdaf 100644
--- a/panel-plugin/indicator-button.c
+++ b/panel-plugin/indicator-button.c
@@ -15,6 +15,16 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+
+/*
+ * This file implements an indicator button class corresponding to
+ * a single indicator object entry.
+ *
+ */
+
+
+
#include <glib.h>
#include <gtk/gtk.h>
#include <libxfce4panel/libxfce4panel.h>
diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c
index 0ad6c04..a2241c5 100644
--- a/panel-plugin/indicator-dialog.c
+++ b/panel-plugin/indicator-dialog.c
@@ -16,6 +16,15 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+
+/*
+ * This file implements a preferences dialog. The class extends GtkBuilder.
+ *
+ */
+
+
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index c51603e..9d2bc52 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -15,6 +15,15 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+
+
+/*
+ * This file implements the main plugin class.
+ *
+ */
+
+
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
More information about the Xfce4-commits
mailing list