Private


Description:

public Private (DestroyNotify? destroy_func = null)

Creates a new Private.

Note:

dynamic allocation of Private is a bad idea. Use static storage and G_PRIVATE_INIT instead.

Parameters:

notify

a DestroyNotify

Returns:

a newly allocated Private (which can never be destroyed)