introspection: Skip gst_init_get_option_group
authorJohan Dahlin <johan@gnome.org>
Mon, 29 Aug 2011 16:54:21 +0000 (13:54 -0300)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 19 Oct 2011 08:23:57 +0000 (10:23 +0200)
It uses GOptionGroup which is not wrappable

https://bugzilla.gnome.org/show_bug.cgi?id=657640

gst/gst.c

index 1136381..3d8d12e 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -283,7 +283,7 @@ DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
 #endif
 
 /**
- * gst_init_get_option_group:
+ * gst_init_get_option_group: (skip)
  *
  * Returns a #GOptionGroup with GStreamer's argument specifications. The
  * group is set up to use standard GOption callbacks, so when using this