docs: fix gtk-doc warnings
authorStefan Kost <ensonic@users.sf.net>
Fri, 22 May 2009 09:24:22 +0000 (12:24 +0300)
committerStefan Kost <ensonic@users.sf.net>
Fri, 22 May 2009 09:53:11 +0000 (12:53 +0300)
Move MT safety to main description (it does not belong to Return: or Since:
statement). Add a few missing return docs. Downgrade a normal comment froma doc
comment. Fix a doc header to only contain symbol name.

gst/gstclock.c
gst/gstmessage.c
gst/gstpad.c
gst/gstquery.c
gst/gsttask.c

index 5ba16874286844fb1c8e8a439af668e06f8fca18..9baecaeb3509f2b46b8df3ce83690c5ae34e1fbd 100644 (file)
@@ -555,7 +555,7 @@ gst_clock_id_unschedule (GstClockID id)
 }
 
 
-/**
+/*
  * GstClock abstract base class implementation
  */
 G_DEFINE_TYPE (GstClock, gst_clock, GST_TYPE_OBJECT);
index f2e166b37dca8cad0faab7bda4e07639155a87f4..cad07e5e98410bace03ec7e11798f6b8cf66bb1a 100644 (file)
@@ -427,10 +427,10 @@ gst_message_new_warning (GstObject * src, GError * error, const gchar * debug)
  * Create a new info message. The message will make copies of @error and
  * @debug.
  *
- * Returns: The new info message.
- *
  * MT safe.
  *
+ * Returns: The new info message.
+ *
  * Since: 0.10.12
  */
 GstMessage *
@@ -488,10 +488,10 @@ gst_message_new_tag (GstObject * src, GstTagList * tag_list)
  * message with @percent set to 100, which can happen after the pipeline
  * completed prerolling. 
  *
- * Returns: The new buffering message.
- *
  * MT safe.
  *
+ * Returns: The new buffering message.
+ *
  * Since: 0.10.11
  */
 GstMessage *
index a2b996bdc38b52823b6790e6ecda7dd5c394754b..3eb8a41cec3a229e540093dbc1f95508ae7e3509 100644 (file)
@@ -3297,9 +3297,9 @@ no_parent:
  * inside of the parent element.
  * The caller must free this list after use.
  *
- * Returns: a newly allocated #GList of pads, free with g_list_free().
- *
  * Not MT safe.
+ *
+ * Returns: a newly allocated #GList of pads, free with g_list_free().
  * 
  * Deprecated: This function does not ref the pads in the list so that they
  * could become invalid by the time the application accesses them. It's also
@@ -4202,10 +4202,10 @@ gst_pad_chain (GstPad * pad, GstBuffer * buffer)
  * In all cases, success or failure, the caller loses its reference to @list
  * after calling this function.
  *
- * Returns: a #GstFlowReturn from the pad.
- *
  * MT safe.
  *
+ * Returns: a #GstFlowReturn from the pad.
+ *
  * Since: 0.10.24
  */
 GstFlowReturn
index b6e994c2b1b9e8f2fc23737fbb6763308428a4e9..dbac305a6eaced9f8289781711637ea78f1be71e 100644 (file)
@@ -832,7 +832,7 @@ gst_query_get_structure (GstQuery * query)
 }
 
 /**
- * gst_query_new_seeking (GstFormat *format)
+ * gst_query_new_seeking:
  * @format: the default #GstFormat for the new query
  *
  * Constructs a new query object for querying seeking properties of
index ea20073d20306577dd286727a69d2cbf2d286bcc..cc01792cf54116a70bed16e4d9d8f37515d9e362 100644 (file)
@@ -590,10 +590,10 @@ start_task (GstTask * task)
  * gst_task_set_lock() when going to GST_TASK_STARTED or GST_TASK_PAUSED or
  * this function will return %FALSE.
  *
- * Returns: %TRUE if the state could be changed.
- *
  * MT safe.
  *
+ * Returns: %TRUE if the state could be changed.
+ *
  * Since: 0.10.24
  */
 gboolean