Function

GumCloakclip_range

Declaration [src]

GArray*
gum_cloak_clip_range (
  const GumMemoryRange* range
)

Description [src]

Determines how much of the given memory range is currently visible. May return an empty array if the entire range is cloaked, or NULL if it is entirely visible.

Parameters

range

Type: GumMemoryRange

The range to determine the visible parts of.

The data is owned by the caller of the function.

Return value

Type: An array of const GumMemoryRange*

NULL if all visible, or visible parts.

The caller of the function takes ownership of the data, and is responsible for freeing it.