summaryrefslogtreecommitdiff
path: root/gtk/gtkstatusbar.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-06-08 19:44:56 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-06-08 19:48:15 -0400
commite17b9f282fb6cfb413de598350e273a68031994b (patch)
treeb71e1591805451a8f03961755b4d3ed2d81f124c /gtk/gtkstatusbar.h
parent814701993030bb1280d0eb354ab52fec1becdfc7 (diff)
downloadgtk+-e17b9f282fb6cfb413de598350e273a68031994b.tar.gz
Get rid of templates that gtk-doc touches during distcheck
In an attempt to make distcheck not touch any files under source control.
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r--gtk/gtkstatusbar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h
index 875d80d65b..62c655dd3a 100644
--- a/gtk/gtkstatusbar.h
+++ b/gtk/gtkstatusbar.h
@@ -44,6 +44,12 @@ G_BEGIN_DECLS
#define GTK_STATUSBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_STATUSBAR, GtkStatusbarClass))
+/**
+ * GtkStatusbar:
+ *
+ * Contains private data that should be modified with the functions
+ * described below.
+ */
typedef struct _GtkStatusbar GtkStatusbar;
typedef struct _GtkStatusbarClass GtkStatusbarClass;