summaryrefslogtreecommitdiff
path: root/gst/gstbufferlist.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2015-11-09 17:59:16 +0000
committerTim-Philipp Müller <tim@centricular.com>2015-11-09 17:59:16 +0000
commit220dbfc13ccd09e5c373117f51982f7be5e0bb75 (patch)
tree760911db2e46838841ea4d4c55f1107077aa9196 /gst/gstbufferlist.h
parent45fa81e564fa2fc8130705e77e69a1d90c132068 (diff)
docs: remove dummy function declarations with G_INLINE_FUNCTION for gtk-doc
gtk-doc can handle static inline functions just fine these days, there's no need for this stuff any more.
Diffstat (limited to 'gst/gstbufferlist.h')
-rw-r--r--gst/gstbufferlist.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gst/gstbufferlist.h b/gst/gstbufferlist.h
index 96ea72761a..df5c0c4304 100644
--- a/gst/gstbufferlist.h
+++ b/gst/gstbufferlist.h
@@ -73,10 +73,6 @@ typedef gboolean (*GstBufferListFunc) (GstBuffer **buffer, guint idx,
*
* Returns: (transfer full): @list
*/
-#ifdef _FOOL_GTK_DOC_
-G_INLINE_FUNC GstBufferList * gst_buffer_list_ref (GstBufferList * list);
-#endif
-
static inline GstBufferList *
gst_buffer_list_ref (GstBufferList * list)
{
@@ -91,10 +87,6 @@ gst_buffer_list_ref (GstBufferList * list)
* Decreases the refcount of the buffer list. If the refcount reaches 0, the
* buffer list will be freed.
*/
-#ifdef _FOOL_GTK_DOC_
-G_INLINE_FUNC void gst_buffer_list_unref (GstBufferList * list);
-#endif
-
static inline void
gst_buffer_list_unref (GstBufferList * list)
{
@@ -112,10 +104,6 @@ gst_buffer_list_unref (GstBufferList * list)
*
* Returns: (transfer full): a new copy of @list.
*/
-#ifdef _FOOL_GTK_DOC_
-G_INLINE_FUNC GstBufferList * gst_buffer_list_copy (const GstBufferList * list);
-#endif
-
static inline GstBufferList *
gst_buffer_list_copy (const GstBufferList * list)
{