diff options
Diffstat (limited to 'lib/widgets/ephy-spinner.c')
-rw-r--r-- | lib/widgets/ephy-spinner.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/widgets/ephy-spinner.c b/lib/widgets/ephy-spinner.c index 068a36a8e..6540d0cb2 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()) |