~ubuntu-branches/ubuntu/trusty/swfdec0.6/trusty

« back to all changes in this revision

Viewing changes to swfdec/swfdec_buffer.h

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Garcia Mantinan
  • Date: 2008-07-29 23:30:05 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080729233005-k05tu7pnfyb8vcog
Tags: 0.6.8-1
* New upstream version. Fixes several crashes.
* Setting urgency as high to try to get all these fixes to lenny.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <glib.h>
26
26
#include <glib-object.h>
27
27
 
 
28
G_BEGIN_DECLS
 
29
 
28
30
typedef struct _SwfdecBuffer SwfdecBuffer;
29
31
typedef struct _SwfdecBufferQueue SwfdecBufferQueue;
30
32
 
85
87
SwfdecBuffer *swfdec_buffer_queue_peek_buffer (SwfdecBufferQueue * queue);
86
88
SwfdecBufferQueue *swfdec_buffer_queue_ref (SwfdecBufferQueue * queue);
87
89
void swfdec_buffer_queue_unref (SwfdecBufferQueue * queue);
 
90
 
 
91
G_END_DECLS
88
92
#endif
89
93