docs: fix two gtk-doc warnings
authorStefan Sauer <ensonic@users.sf.net>
Mon, 29 Dec 2014 10:52:22 +0000 (11:52 +0100)
committerStefan Sauer <ensonic@users.sf.net>
Mon, 29 Dec 2014 11:05:27 +0000 (12:05 +0100)
One by correcting the end-of-comment marker and one by making sure the function
prototype in the header is in sync with the c file and doc-blob.

gst/gstinfo.h

index a162cef9e428a86aa9222d97d468a37268ddd159..71cfa41ef6b11f4cff4fe93ac44f2ba796782409 100644 (file)
@@ -113,7 +113,7 @@ typedef enum {
  * maximum debug level. Any debug statements above that level will be compiled out.
  *
  * Since: 1.6
- * */
+ */
 #ifndef GST_LEVEL_MAX
 #define GST_LEVEL_MAX GST_LEVEL_COUNT
 #endif
@@ -354,7 +354,7 @@ void            gst_debug_log_default    (GstDebugCategory * category,
                                           gint               line,
                                           GObject          * object,
                                           GstDebugMessage  * message,
-                                          gpointer           unused) G_GNUC_NO_INSTRUMENT;
+                                          gpointer           user_data) G_GNUC_NO_INSTRUMENT;
 
 const gchar *   gst_debug_level_get_name (GstDebugLevel level);