Method

GgitDiffBinaryFileget_data

Declaration [src]

const guint8*
ggit_diff_binary_file_get_data (
  GgitDiffBinaryFile* file,
  gsize* size
)

Description [src]

Get the binary data. This data should not be modified.

Parameters

size gsize*
 

Location to return size of byte data.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: const guint8*
 

A pointer to the binary data, or NULL.

 The data is owned by the instance.