From e349e571543fa3c45033faff85b8d2adc987874c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 19 Jan 2012 11:43:53 +0000 Subject: [PATCH] docs: fix typo in bus docs --- gst/gstbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbus.c b/gst/gstbus.c index 37ae070..fb09439 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -549,7 +549,7 @@ beach: * Returns: (transfer full): the #GstMessage that is on the bus after the * specified timeout or NULL if the bus is empty after the timeout expired. * The message is taken from the bus and needs to be unreffed with - * gst_message_unre:f() after usage. + * gst_message_unref() after usage. * * MT safe. * -- 2.7.4