~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to gdk-pixbuf/gdk-pixbuf-simple-anim.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-05 10:14:08 UTC
  • mto: (1.3.2) (4.1.4 sid) (33.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20110405101408-xmmvv2ug9rzyoiag
Tags: upstream-2.23.3
ImportĀ upstreamĀ versionĀ 2.23.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
G_BEGIN_DECLS
34
34
 
 
35
/**
 
36
 * GdkPixbufSimpleAnim:
 
37
 * 
 
38
 * An opaque struct representing a simple animation.
 
39
 */
35
40
typedef struct _GdkPixbufSimpleAnim GdkPixbufSimpleAnim;
36
41
typedef struct _GdkPixbufSimpleAnimClass GdkPixbufSimpleAnimClass;
37
42