X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fgfxsource.h;fp=lib%2Fgfxsource.h;h=3ca38715383d6ea8f92ddb00c310f24db60cd623;hb=db1647cfff16c47a8744bbab4c8ddc638c2301d3;hp=95204a2303f03feaf0af56ef740f44d200dfb0f9;hpb=7c555fb68b5f447d0cd285d8a4fbcabedf66327d;p=swftools.git diff --git a/lib/gfxsource.h b/lib/gfxsource.h index 95204a2..3ca3871 100644 --- a/lib/gfxsource.h +++ b/lib/gfxsource.h @@ -45,6 +45,7 @@ typedef struct _gfxdocument void* (*get)(struct _gfxdocument*gfx, char*name); void (*destroy)(struct _gfxdocument*gfx); void (*set_parameter)(struct _gfxdocument*gfx, char*name, char*value); + char* (*getinfo)(struct _gfxdocument*gfx, char*key); struct _gfxpage* (*getpage)(struct _gfxdocument*gfx, int page); void*internal; } gfxdocument_t;