mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
docs: fix various gtk-doc warnings
e.g. "warning: multi-line since docs found"
This commit is contained in:
parent
89f5df1782
commit
26797d0714
3 changed files with 1 additions and 17 deletions
|
@ -1841,8 +1841,6 @@ _gst_element_error_printf (const gchar * format, ...)
|
|||
* #GST_MESSAGE_INFO.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
void gst_element_message_full_with_details
|
||||
(GstElement * element, GstMessageType type,
|
||||
|
|
|
@ -407,8 +407,6 @@ gst_message_new_eos (GstObject * src)
|
|||
* Returns: (transfer full): the new error message.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
GstMessage *
|
||||
gst_message_new_error_with_details (GstObject * src, GError * error,
|
||||
|
@ -463,8 +461,6 @@ gst_message_new_error (GstObject * src, GError * error, const gchar * debug)
|
|||
* The returned structure must not be freed.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
void
|
||||
gst_message_parse_error_details (GstMessage * message,
|
||||
|
@ -497,8 +493,6 @@ gst_message_parse_error_details (GstMessage * message,
|
|||
* Returns: (transfer full): the new warning message.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
GstMessage *
|
||||
gst_message_new_warning_with_details (GstObject * src, GError * error,
|
||||
|
@ -551,8 +545,6 @@ gst_message_new_warning (GstObject * src, GError * error, const gchar * debug)
|
|||
* The returned structure must not be freed.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
void
|
||||
gst_message_parse_warning_details (GstMessage * message,
|
||||
|
@ -585,8 +577,6 @@ gst_message_parse_warning_details (GstMessage * message,
|
|||
* Returns: (transfer full): the new warning message.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
GstMessage *
|
||||
gst_message_new_info_with_details (GstObject * src, GError * error,
|
||||
|
@ -639,8 +629,6 @@ gst_message_new_info (GstObject * src, GError * error, const gchar * debug)
|
|||
* The returned structure must not be freed.
|
||||
*
|
||||
* Since: 1.10
|
||||
*
|
||||
* MT safe.
|
||||
*/
|
||||
void
|
||||
gst_message_parse_info_details (GstMessage * message,
|
||||
|
|
|
@ -19,9 +19,7 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* SECTION:gsttracerutils
|
||||
* @short_description: Tracing subsystem
|
||||
/* Tracing subsystem:
|
||||
*
|
||||
* The tracing subsystem provides hooks in the core library and API for modules
|
||||
* to attach to them.
|
||||
|
|
Loading…
Reference in a new issue