Function

GLibnullify_pointer

Declaration

void
g_nullify_pointer (
  gpointer* nullify_location
)

Description

Set the pointer at the specified location to NULL.

Parameters

nullify_location

Type: gpointer*

The memory address of the pointer.

The data is owned by the caller of the function.