Function

CdkPixbufPixbufModuleFillVtableFunc

since: 2.2

Declaration

void
(* CdkPixbufModuleFillVtableFunc) (
  CdkPixbufModule* module
)

Description [src]

Defines the type of the function used to set the vtable of a CdkPixbufModule when it is loaded.

Available since: 2.2

Parameters

module

Type: CdkPixbufModule

A CdkPixbufModule.

The data is owned by the caller of the function.