docs: be more firendly to gtk-doc limitted parsing capabilities
authorStefan Kost <ensonic@users.sf.net>
Thu, 6 May 2010 08:34:53 +0000 (11:34 +0300)
committerStefan Kost <ensonic@users.sf.net>
Thu, 6 May 2010 08:34:53 +0000 (11:34 +0300)
gst-libs/gst/rtsp/gstrtsptransport.h

index 5ceb567..9250b02 100644 (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;