clock: document that GstClockEntry should be treated as ana opaque structure.

This commit is contained in:
Alessandro Decina 2010-07-05 18:45:55 +02:00 committed by Alessandro Decina
parent 819780acf7
commit a02fcb0478

View file

@ -335,6 +335,8 @@ typedef enum {
*
* All pending timeouts or periodic notifies are converted into
* an entry.
* Note that GstClockEntry should be treated as an opaque structure. It must
* not be extended or allocated using a custom allocator.
*/
struct _GstClockEntry {
gint refcount;