Surface.getMimeData - multiple declarations

Function Surface.getMimeData

Return mime data previously attached to surface using the specified mime type. If no data has been attached with the given mime type, data is set null.

Prototype

void getMimeData(
  string type,
  out ubyte* data,
  out ulong length
);

Parameters

NameDescription
type the mime type of the image data

TODO

More D-like API

Note

Only use this if you know what your doing! Make sure you get memory management of the data right!

Function Surface.getMimeData

Return mime data previously attached to surface using the specified mime type. If no data has been attached with the given mime type, data is set null.

Prototype

void getMimeData(
  string type,
  out ubyte* data,
  out ulong length
);

Parameters

NameDescription
type the mime type of the image data

TODO

More D-like API

Note

Only use this if you know what your doing! Make sure you get memory management of the data right!

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1