docs: be more firendly to gtk-doc limitted parsing capabilities

This commit is contained in:
Stefan Kost 2010-05-06 11:34:53 +03:00
parent 639e1ab2b5
commit 18f07f03d1

View file

@ -103,8 +103,7 @@ GType gst_rtsp_lower_trans_get_type (void);
*
* A type to specify a range.
*/
typedef struct
{
typedef struct _GstRTSPRange {
gint min;
gint max;
} GstRTSPRange;