mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
sys/: Don't mark as gtk-doc docs as they aren't public.
Original commit message from CVS: * sys/ximage/ximagesink.h: * sys/xvimage/xvimagesink.h: Don't mark as gtk-doc docs as they aren't public.
This commit is contained in:
parent
6b3c69fa01
commit
2aaf298543
3 changed files with 10 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-10-22 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* 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 <ensonic@users.sf.net>
|
||||
|
||||
* sys/xvimage/xvimagesink.c:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue