Function

GLibnullify_pointer

since: 2.0

Declaration

void
g_nullify_pointer (
  gpointer* nullify_location
)

Description

Set the pointer at the specified location to NULL.

Available since: 2.0

Parameters

nullify_location

Type: gpointer*

The memory address of the pointer.

The data is owned by the caller of the function.