diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-06-08 19:44:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-06-08 19:48:15 -0400 |
commit | e17b9f282fb6cfb413de598350e273a68031994b (patch) | |
tree | b71e1591805451a8f03961755b4d3ed2d81f124c /gtk/gtkstatusbar.h | |
parent | 814701993030bb1280d0eb354ab52fec1becdfc7 (diff) | |
download | gtk+-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.h | 6 |
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; |