Method

GomCursordup_column_bytes

Declaration

GBytes*
gom_cursor_dup_column_bytes (
  GomCursor* self,
  guint column
)

Description

Gets the column data as bytes.

Parameters

column

Type: guint

No description available.

Return value

Type: GBytes

No description available.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.