gst/gstsegment.h: And add a nice define too.

Original commit message from CVS:
* gst/gstsegment.h:
And add a nice define too.
This commit is contained in:
Wim Taymans 2005-11-21 19:00:28 +00:00
parent 5be62b88b8
commit 1cbf6f7027
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-11-21 Wim Taymans <wim@fluendo.com>
* gst/gstsegment.h:
And add a nice define too.
2005-11-21 Wim Taymans <wim@fluendo.com>
* gst/gstsegment.c: (gst_segment_copy), (gst_segment_get_type),

View file

@ -28,6 +28,8 @@
G_BEGIN_DECLS
#define GST_TYPE_SEGMENT (gst_segment_get_type())
typedef struct _GstSegment GstSegment;
/**