aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/ephy-spinner.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets/ephy-spinner.h')
-rw-r--r--lib/widgets/ephy-spinner.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h
index c573488e6..a2d0ad3a5 100644
--- a/lib/widgets/ephy-spinner.h
+++ b/lib/widgets/ephy-spinner.h
@@ -23,6 +23,7 @@
*
* This is the header file for the throbber on the location bar
*
+ * $Id$
*/
#ifndef EPHY_SPINNER_H
@@ -45,6 +46,8 @@ typedef struct EphySpinnerDetails EphySpinnerDetails;
struct EphySpinner {
GtkEventBox parent;
+
+ /*< private >*/
EphySpinnerDetails *details;
};
@@ -53,14 +56,16 @@ struct EphySpinnerClass {
};
GType ephy_spinner_get_type (void);
+
GtkWidget *ephy_spinner_new (void);
+
void ephy_spinner_start (EphySpinner *throbber);
+
void ephy_spinner_stop (EphySpinner *throbber);
+
void ephy_spinner_set_small_mode (EphySpinner *spinner,
gboolean new_mode);
G_END_DECLS
#endif /* EPHY_SPINNER_H */
-
-