38 #ifndef GNC_GOBJECT_UTILS_H 39 #define GNC_GOBJECT_UTILS_H 42 #include <glib-object.h> const GList * gnc_gobject_tracking_get_list(const gchar *name)
Get a list of all known objects of a specified type.
void gnc_gobject_tracking_dump(void)
Dump the entire object tracking database via the g_log() family of functions.
void gnc_gobject_tracking_forget(GObject *object)
Tell gnucash to drop this object from the database.
void gnc_gobject_tracking_remember(GObject *object)
Tell gnucash to remember this object in the database.