SwfdecGtkLoader

SwfdecGtkLoader — advanced loader able to load network ressources

Synopsis




                    SwfdecGtkLoader;
SwfdecLoader*       swfdec_gtk_loader_new               (const char *uri);

Object Hierarchy


  GObject
   +----SwfdecLoader
         +----SwfdecFileLoader
               +----SwfdecGtkLoader

Description

SwfdecGtkLoader is a SwfdecLoader that is intended as an easy way to be access ressources that are not stored in files, such as HTTP. It can however be compiled with varying support for different protocols, so don't rely on support for a particular protocol being available. If you need this, code your own SwfdecLoader subclass.

Details

SwfdecGtkLoader

typedef struct _SwfdecGtkLoader SwfdecGtkLoader;

This is the object used to represent a loader. Since it may use varying backends, it is completely private.


swfdec_gtk_loader_new ()

SwfdecLoader*       swfdec_gtk_loader_new               (const char *uri);

Creates a new loader for the given URI. The uri must be a valid UTF-8-encoded URL.

uri : The location of the file to open
Returns : a new SwfdecGtkLoader

See Also

SwfdecLoader