Method

CdkPixbufPixbufget_rowstride

Declaration [src]

int
cdk_pixbuf_get_rowstride (
  const CdkPixbuf* pixbuf
)

Description [src]

Queries the rowstride of a pixbuf, which is the number of bytes between the start of a row and the start of the next row.

Return value

Type: int

Distance between row starts.