From 6cc7e0498941f307daf43c38fb25946b77c003a8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 25 Dec 2003 09:42:56 +0000 Subject: [PATCH] fix GST_DEBUG_CATEGORY_INIT description Original commit message from CVS: fix GST_DEBUG_CATEGORY_INIT description --- ChangeLog | 4 +++- gst/gstinfo.h | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b6d726b..6044325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,8 @@ 2003-12-25 Thomas Vander Stichele - * docs/gst/tmpl/gstreamer-unused.sgml: + * gst/gstinfo.h: + fix GST_DEBUG_CATEGORY_INIT gtk-doc description + * docs/gst/tmpl/gstreamer-unused.sgml: removed all traces of cvs conflicts 2003-12-24 Thomas Vander Stichele diff --git a/gst/gstinfo.h b/gst/gstinfo.h index dad7a33..7d7e692 100644 --- a/gst/gstinfo.h +++ b/gst/gstinfo.h @@ -235,8 +235,9 @@ GstDebugCategory *_gst_debug_category_new (gchar * name, * @color: the colors to use for a color representation or 0 for no color. * @description: optional description of the category. * - * Returns: a new #GstDebugCategory with the given properties and set to + * Initializes a new #GstDebugCategory with the given properties and set to * the default threshold. + * * * * This macro expands to nothing if debugging is disabled. -- 2.7.4