From 72c04749363df17f9ffb1bccf9117eaa6b9f5ce7 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 12 Aug 2010 22:08:44 +0300 Subject: [PATCH] info: xrefs glib symbol in docs --- gst/gstinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstinfo.c b/gst/gstinfo.c index f64d11e1cb..9b9293da22 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -1040,7 +1040,7 @@ gst_debug_level_get_name (GstDebugLevel level) * @data: user data * * Adds the logging function to the list of logging functions. - * Be sure to use G_GNUC_NO_INSTRUMENT on that function, it is needed. + * Be sure to use #G_GNUC_NO_INSTRUMENT on that function, it is needed. */ void gst_debug_add_log_function (GstLogFunction func, gpointer data)