[epiphany/origin/master: 4/19] docs: ephy-spinner
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [epiphany/origin/master: 4/19] docs: ephy-spinner
- Date: Fri, 4 Dec 2009 03:08:47 +0000 (UTC)
commit e8824fe156f428de11613a2c1535103a6a28bdfb
Author: Diego Escalante Urrelo <diegoe gnome org>
Date: Tue Dec 1 14:12:39 2009 -0500
docs: ephy-spinner
lib/widgets/ephy-spinner.c | 9 +++++++++
lib/widgets/ephy-spinner.h | 4 ++--
2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c
index 068a36a..6540d0c 100644
--- a/lib/widgets/ephy-spinner.c
+++ b/lib/widgets/ephy-spinner.c
@@ -33,6 +33,15 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gtk/gtk.h>
+/**
+ * SECTION:ephy-spinner
+ * @short_description: A spinning 'loading' widget
+ *
+ * #EphySpinner implements an animated 'loading' indicator.
+ *
+ * Note that this is to be deprecated in favour of #GtkSpinner widget.
+ */
+
/* Spinner cache implementation */
#define EPHY_TYPE_SPINNER_CACHE (ephy_spinner_cache_get_type())
diff --git a/lib/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h
index c137d35..bf376db 100644
--- a/lib/widgets/ephy-spinner.h
+++ b/lib/widgets/ephy-spinner.h
@@ -60,9 +60,9 @@ GType ephy_spinner_get_type (void);
GtkWidget *ephy_spinner_new (void);
-void ephy_spinner_start (EphySpinner *throbber);
+void ephy_spinner_start (EphySpinner *spinner);
-void ephy_spinner_stop (EphySpinner *throbber);
+void ephy_spinner_stop (EphySpinner *spinner);
void ephy_spinner_set_size (EphySpinner *spinner,
GtkIconSize size);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]