PixbufModule.moduleName

string moduleName() @property nothrow

Get moduleName field.

Returns

the name of the module, usually the same as the

usual file extension for images of this type, eg. "xpm", "jpeg" or "png".

void moduleName(string propval) @property nothrow

Set moduleName field.

Parameters

propvalthe name of the module, usually the same as the usual file extension for images of this type, eg. "xpm", "jpeg" or "png".