Method

GObjectObjectrun_dispose

Declaration

void
g_object_run_dispose (
  GObject* object
)

Description

Releases all references to other objects. This can be used to break reference cycles.

This function should only be called from object system implementations.