![]() |
![]() |
![]() |
Swfdec Reference Manual | ![]() |
---|---|---|---|---|
SwfdecGtkLoader; SwfdecLoader* swfdec_gtk_loader_new (const char *uri);
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.
typedef struct _SwfdecGtkLoader SwfdecGtkLoader;
This is the object used to represent a loader. Since it may use varying backends, it is completely private.
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 |