From aa1b530f66e9909176ee1a26789e94563688eb41 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Wed, 26 Jul 2017 17:22:31 -0700 Subject: curl: curlqueue: add symbol name to avoid confusing gtkdoc --- ext/curl/gstcurlqueue.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/curl') diff --git a/ext/curl/gstcurlqueue.c b/ext/curl/gstcurlqueue.c index 5d6df70bf..bfe6da957 100644 --- a/ext/curl/gstcurlqueue.c +++ b/ext/curl/gstcurlqueue.c @@ -46,6 +46,8 @@ #include "gstcurlqueue.h" /** + * gst_curl_http_src_add_queue_item: + * * Function to add an item to a queue. If the queue is empty (i.e. NULL), then * it creates the new head of the queue, otherwise it scans to the end and adds * the entry there. @@ -87,6 +89,8 @@ gst_curl_http_src_add_queue_item (GstCurlHttpSrcQueueElement ** queue, } /** + * gst_curl_http_src_remove_queue_item: + * * Function to remove an item from a queue. * @param queue The queue to remove an item from. * @param s The item to be removed. @@ -127,6 +131,8 @@ gst_curl_http_src_remove_queue_item (GstCurlHttpSrcQueueElement ** queue, } /** + * gst_curl_http_src_remove_queue_handle: + * * Convenience function to remove an item from a queue by it's contained curl * handle. Only ever called from within the multi loop when the CURL handle * returns, so it's safe to assume that the transfer completed and the result -- cgit v1.2.3