AgsDestroyUtil

AgsDestroyUtil — destroy util

Stability Level

Stable, unless otherwise indicated

Functions

Types and Values

Object Hierarchy

    GBoxed
    ╰── AgsDestroyUtil

Includes

#include <ags/util/ags_destroy_util.h>

Description

Destroying items utility.

Functions

ags_destroy_util_dispose_and_unref ()

void
ags_destroy_util_dispose_and_unref (GObject *gobject);

Run dispose and unref gobject .

Parameters

gobject

the GObject to destroy.

[transfer full]

Since: 3.0.0


ags_destroy_util_get_type ()

GType
ags_destroy_util_get_type (void);

Types and Values

AGS_TYPE_DESTROY_UTIL

#define AGS_TYPE_DESTROY_UTIL         (ags_destroy_util_get_type())

struct AgsDestroyUtil

struct AgsDestroyUtil {
  //empty
};