diff --git a/ChangeLog b/ChangeLog index 709a309856..0da2e3855e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-22 Stefan Kost + + * sys/ximage/ximagesink.h: + * sys/xvimage/xvimagesink.h: + Don't mark as gtk-doc docs as they aren't public. + 2008-10-22 Stefan Kost * sys/xvimage/xvimagesink.c: diff --git a/sys/ximage/ximagesink.h b/sys/ximage/ximagesink.h index a471e795c7..531b24e807 100644 --- a/sys/ximage/ximagesink.h +++ b/sys/ximage/ximagesink.h @@ -60,7 +60,7 @@ typedef struct _GstXImageBufferClass GstXImageBufferClass; typedef struct _GstXImageSink GstXImageSink; typedef struct _GstXImageSinkClass GstXImageSinkClass; -/** +/* * GstXContext: * @disp: the X11 Display of this context * @screen: the default Screen of Display @disp @@ -110,7 +110,7 @@ struct _GstXContext { GstCaps *caps; }; -/** +/* * GstXWindow: * @win: the Window ID of this X11 window * @width: the width in pixels of Window @win diff --git a/sys/xvimage/xvimagesink.h b/sys/xvimage/xvimagesink.h index 84ae006413..328d928b25 100644 --- a/sys/xvimage/xvimagesink.h +++ b/sys/xvimage/xvimagesink.h @@ -64,7 +64,7 @@ typedef struct _GstXvImageBufferClass GstXvImageBufferClass; typedef struct _GstXvImageSink GstXvImageSink; typedef struct _GstXvImageSinkClass GstXvImageSinkClass; -/** +/* * GstXContext: * @disp: the X11 Display of this context * @screen: the default Screen of Display @disp @@ -130,7 +130,7 @@ struct _GstXContext { gint last_format; }; -/** +/* * GstXWindow: * @win: the Window ID of this X11 window * @width: the width in pixels of Window @win