GLib.nullify_pointer (original) (raw)
GLib
API Version: 2.0
Library Version: 2.85.0
Functions
Generated by gi-docgen 2024.1
Function
GLibnullify_pointer
Declaration [src]
void
g_nullify_pointer (
gpointer* nullify_location
)
Description [src]
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.