mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 13:06:23 +00:00
bytewriter: Use correct gtk-doc workaround
This commit is contained in:
parent
fbbb671e54
commit
2e05ca5de4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ GstBuffer *gst_byte_writer_reset_and_get_buffer (GstByteWriter *writer);
|
|||
*
|
||||
* Since: 0.10.26
|
||||
*/
|
||||
#ifdef _FOOL_GTK_DOC
|
||||
#ifdef _FOOL_GTK_DOC_
|
||||
G_INLINE_FUNC guint gst_byte_writer_get_pos (const GstByteWriter *writer);
|
||||
G_INLINE_FUNC gboolean gst_byte_writer_set_pos (const GstByteWriter *writer, guint pos);
|
||||
G_INLINE_FUNC guint gst_byte_writer_get_size (const GstByteWriter *writer);
|
||||
|
|
Loading…
Reference in a new issue