docs: fix various gtk-doc warnings

e.g. "warning: multi-line since docs found"
This commit is contained in:
Tim-Philipp Müller 2016-08-26 12:35:23 +01:00
parent 89f5df1782
commit 26797d0714
3 changed files with 1 additions and 17 deletions

View file

@ -1841,8 +1841,6 @@ _gst_element_error_printf (const gchar * format, ...)
* #GST_MESSAGE_INFO. * #GST_MESSAGE_INFO.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
void gst_element_message_full_with_details void gst_element_message_full_with_details
(GstElement * element, GstMessageType type, (GstElement * element, GstMessageType type,

View file

@ -407,8 +407,6 @@ gst_message_new_eos (GstObject * src)
* Returns: (transfer full): the new error message. * Returns: (transfer full): the new error message.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
GstMessage * GstMessage *
gst_message_new_error_with_details (GstObject * src, GError * error, 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. * The returned structure must not be freed.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
void void
gst_message_parse_error_details (GstMessage * message, 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. * Returns: (transfer full): the new warning message.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
GstMessage * GstMessage *
gst_message_new_warning_with_details (GstObject * src, GError * error, 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. * The returned structure must not be freed.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
void void
gst_message_parse_warning_details (GstMessage * message, 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. * Returns: (transfer full): the new warning message.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
GstMessage * GstMessage *
gst_message_new_info_with_details (GstObject * src, GError * error, 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. * The returned structure must not be freed.
* *
* Since: 1.10 * Since: 1.10
*
* MT safe.
*/ */
void void
gst_message_parse_info_details (GstMessage * message, gst_message_parse_info_details (GstMessage * message,

View file

@ -19,9 +19,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
/** /* Tracing subsystem:
* SECTION:gsttracerutils
* @short_description: Tracing subsystem
* *
* The tracing subsystem provides hooks in the core library and API for modules * The tracing subsystem provides hooks in the core library and API for modules
* to attach to them. * to attach to them.