summaryrefslogtreecommitdiffstats
path: root/ext/pango/gsttimeoverlay.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
commit5acffea623eaa95469a8fb77260c85240c6c0a41 (patch)
tree5d1eb5b3c6cbe7ff7888cfe0b2f972f7e509e99d /ext/pango/gsttimeoverlay.h
parentf878cc16402dcc70f31861bb120f435f3157c518 (diff)
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
Diffstat (limited to 'ext/pango/gsttimeoverlay.h')
-rw-r--r--ext/pango/gsttimeoverlay.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/ext/pango/gsttimeoverlay.h b/ext/pango/gsttimeoverlay.h
index a591bd6a..505f8f04 100644
--- a/ext/pango/gsttimeoverlay.h
+++ b/ext/pango/gsttimeoverlay.h
@@ -29,6 +29,7 @@
G_BEGIN_DECLS
+
#define GST_TYPE_TIMEOVERLAY \
(gst_timeoverlay_get_type())
#define GST_TIMEOVERLAY(obj) \
@@ -39,11 +40,11 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_INSTANCE_TYPE((obj),GST_TYPE_TIMEOVERLAY))
#define GST_IS_TIMEOVERLAY_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_TIMEOVERLAY))
+
typedef struct _GstTimeoverlay GstTimeoverlay;
typedef struct _GstTimeoverlayClass GstTimeoverlayClass;
-struct _GstTimeoverlay
-{
+struct _GstTimeoverlay {
GstVideofilter videofilter;
PangoFontDescription *font_description;
@@ -51,12 +52,13 @@ struct _GstTimeoverlay
};
-struct _GstTimeoverlayClass
-{
+struct _GstTimeoverlayClass {
GstVideofilterClass parent_class;
};
-GType gst_timeoverlay_get_type (void);
+GType gst_timeoverlay_get_type(void);
G_END_DECLS
+
#endif /* __GST_TIMEOVERLAY_H__ */
+