mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
annotations: add annotations to gst_init_check too
This commit is contained in:
parent
b66a4dbd42
commit
cfebdcd452
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue