docs: use real <note> tags as they look nice in new gtk-doc

This commit is contained in:
Stefan Kost 2009-04-14 22:32:21 +03:00
parent 8dd2b4b591
commit dafde2ed66
2 changed files with 6 additions and 6 deletions

View file

@ -167,11 +167,11 @@ typedef gpointer GstClockID;
* @t: The #GstClockTime to convert
* @tv: The target timeval
*
* Note: on 32-bit systems, a timeval has a range of only 2^32 - 1 seconds,
* which is about 68 years. Expect trouble if you want to schedule stuff
* in your pipeline for 2038.
*
* Convert a #GstClockTime to a #GTimeVal
*
* <note>on 32-bit systems, a timeval has a range of only 2^32 - 1 seconds,
* which is about 68 years. Expect trouble if you want to schedule stuff
* in your pipeline for 2038.</note>
*/
#define GST_TIME_TO_TIMEVAL(t,tv) \
G_STMT_START { \

View file

@ -216,10 +216,10 @@ gst_param_spec_fraction (const gchar * name, const gchar * nick,
* avoid races, this function should be called with the object lock
* of @element held.
*
* Note: By the time this method returns, the state of the element might have
* <note>By the time this method returns, the state of the element might have
* changed already. Use this method only if you can control the state of the
* element between calling this method and setting the property, such as with a
* mutex.
* mutex.</note>
*
* Returns: TRUE if the property may be modified
*