mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +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
|
||||
|
||||
/* make our own type for poptOption because the struct poptOption
|
||||
* definition is iffy */
|
||||
/* make our own type for poptOption because gtkdoc (1.2) can not handle functions with
|
||||
* return types like 'struct abc'
|
||||
* Filed as http://bugzilla.gnome.org/show_bug.cgi?id=148507
|
||||
*/
|
||||
typedef struct poptOption GstPoptOption;
|
||||
|
||||
#ifndef GST_DISABLE_REGISTRY
|
||||
|
|
Loading…
Reference in a new issue