diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2013-04-06 15:37:22 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2013-04-06 15:44:27 +0900 |
commit | af4ff2a61ff6f3c70dffd91e4b37dc2d326851ec (patch) | |
tree | 40a5397c3ec07022f56d044f347f22e1c5589890 /gladeui/glade-xml-utils.h | |
parent | d5a2961ae77ce23aedcf92da2935ba9bfd4c8de1 (diff) | |
download | glade-af4ff2a61ff6f3c70dffd91e4b37dc2d326851ec.tar.gz |
Added GladeWidgetAdaptor destroy_object method.
The destroy_object method gives the chance to plugins to undo
anything which might have added a reference to the object.
Diffstat (limited to 'gladeui/glade-xml-utils.h')
-rw-r--r-- | gladeui/glade-xml-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gladeui/glade-xml-utils.h b/gladeui/glade-xml-utils.h index c7b116fa..ede8054b 100644 --- a/gladeui/glade-xml-utils.h +++ b/gladeui/glade-xml-utils.h @@ -91,6 +91,7 @@ typedef struct _GladeProject GladeProject; #define GLADE_TAG_REPLACE_CHILD_FUNCTION "replace-child-function" #define GLADE_TAG_CREATE_WIDGET_FUNCTION "create-widget-function" #define GLADE_TAG_CONSTRUCT_OBJECT_FUNCTION "construct-object-function" +#define GLADE_TAG_DESTROY_OBJECT_FUNCTION "destroy-object-function" #define GLADE_TAG_DEEP_POST_CREATE_FUNCTION "deep-post-create-function" #define GLADE_TAG_POST_CREATE_FUNCTION "post-create-function" #define GLADE_TAG_GET_INTERNAL_CHILD_FUNCTION "get-internal-child-function" |