[gst-cvs] gstreamer: annotations: add annotations to gst_init_check too

Stefan Kost ensonic at kemper.freedesktop.org
Wed Oct 28 01:16:29 PDT 2009


Module: gstreamer
Branch: master
Commit: cfebdcd452483f04d22abb03bbc97706dedd1b8b
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=cfebdcd452483f04d22abb03bbc97706dedd1b8b

Author: Stefan Kost <ensonic at users.sf.net>
Date:   Wed Oct 28 10:14:36 2009 +0200

annotations: add annotations to gst_init_check too

---

 gst/gst.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst/gst.c b/gst/gst.c
index 8ab3918..a59ea5a 100644
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -391,8 +391,8 @@ gst_init_get_option_group (void)
 
 /**
  * gst_init_check:
- * @argc: pointer to application's argc
- * @argv: pointer to application's argv
+ * @argc: (inout): pointer to application's argc
+ * @argv: (inout) (array length=argc) (allow-none): pointer to application's argv
  * @err: pointer to a #GError to which a message will be posted on error
  *
  * Initializes the GStreamer library, setting up internal path lists,





More information about the Gstreamer-commits mailing list