Method

FoundryVcsContentdup_bytes

unstable since: 1.3

Declaration [src]

GBytes*
foundry_vcs_content_dup_bytes (
  FoundryVcsContent* self
)

Description [src]

Gets the captured bytes for this content.

Available since: 1.3

Return value

Type: GBytes

The captured bytes, or NULL if absent.

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