mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 17:05:52 +00:00
corrected the comment about the struct poptOption workaround
Original commit message from CVS: corrected the comment about the struct poptOption workaround
This commit is contained in:
parent
e4c86da4f5
commit
526a406c2e
1 changed files with 4 additions and 2 deletions
|
@ -70,8 +70,10 @@
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
/* make our own type for poptOption because the struct poptOption
|
/* make our own type for poptOption because gtkdoc (1.2) can not handle functions with
|
||||||
* definition is iffy */
|
* return types like 'struct abc'
|
||||||
|
* Filed as http://bugzilla.gnome.org/show_bug.cgi?id=148507
|
||||||
|
*/
|
||||||
typedef struct poptOption GstPoptOption;
|
typedef struct poptOption GstPoptOption;
|
||||||
|
|
||||||
#ifndef GST_DISABLE_REGISTRY
|
#ifndef GST_DISABLE_REGISTRY
|
||||||
|
|
Loading…
Reference in a new issue