docs: hide this from the docs

This commit is contained in:
Stefan Kost 2011-05-23 23:40:20 +03:00
parent d0e95889c0
commit 1718abcbbb

View file

@ -714,7 +714,9 @@ struct _GstPad {
#ifndef GST_DISABLE_DEPRECATED #ifndef GST_DISABLE_DEPRECATED
GstPadIntLinkFunction intlinkfunc; GstPadIntLinkFunction intlinkfunc;
#else #else
#ifndef __GTK_DOC_IGNORE__
gpointer intlinkfunc; gpointer intlinkfunc;
#endif
#endif #endif
GstPadBufferAllocFunction bufferallocfunc; GstPadBufferAllocFunction bufferallocfunc;