docs: fix some gtk-doc warnings

Deprecated entities found in documentation for xyz:Long_description
.
This commit is contained in:
Tim-Philipp Müller 2014-11-15 23:13:42 +00:00
parent 61e84bc435
commit 9c5d53c7e3
3 changed files with 5 additions and 5 deletions

View file

@ -33,8 +33,8 @@
* The following example writes the received data to a #GMemoryOutputStream. * The following example writes the received data to a #GMemoryOutputStream.
* |[ * |[
#include &lt;gst/gst.h&gt; #include <gst/gst.h>
#include &lt;gio/gio.h&gt; #include <gio/gio.h>
... ...

View file

@ -34,8 +34,8 @@
* The following example reads data from a #GMemoryInputStream. * The following example reads data from a #GMemoryInputStream.
* |[ * |[
#include &lt;gst/gst.h&gt; #include <gst/gst.h>
#include &lt;gio/gio.h&gt; #include <gio/gio.h>
... ...

View file

@ -154,7 +154,7 @@
* switch (GST_MESSAGE_TYPE (msg)) { * switch (GST_MESSAGE_TYPE (msg)) {
* case GST_MESSAGE_BUFFERING: { * case GST_MESSAGE_BUFFERING: {
* gint percent = 0; * gint percent = 0;
* gst_message_parse_buffering (msg, &amp;percent); * gst_message_parse_buffering (msg, &percent);
* g_print ("Buffering (%%u percent done)", percent); * g_print ("Buffering (%%u percent done)", percent);
* break; * break;
* } * }