From 526a406c2e8e340f0493cca4b50bc07342805a71 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 26 Jul 2004 17:45:10 +0000 Subject: [PATCH] corrected the comment about the struct poptOption workaround Original commit message from CVS: corrected the comment about the struct poptOption workaround --- gst/gst.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gst/gst.h b/gst/gst.h index 44c44b6b9d..a38e9835ca 100644 --- a/gst/gst.h +++ b/gst/gst.h @@ -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