diff options
author | Tor Lillqvist <tml@iki.fi> | 2003-03-12 23:11:34 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2003-03-12 23:11:34 +0000 |
commit | add930d8f26829590309f29be70e0a39a491c3e0 (patch) | |
tree | 9d11838c4af86ac8c80a96f76189212560e4781b /atk | |
parent | 0972993284cf2c84d09d5ffea2d473c4ce499319 (diff) | |
download | atk-add930d8f26829590309f29be70e0a39a491c3e0.tar.gz |
Add one more missing export, thanks to Cedric Gustin.
2003-03-12 Tor Lillqvist <tml@iki.fi>
* atk/atk.def: Add one more missing export, thanks to Cedric
Gustin.
Diffstat (limited to 'atk')
-rw-r--r-- | atk/atk.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/atk/atk.def b/atk/atk.def index 3125cc5..fc569f1 100644 --- a/atk/atk.def +++ b/atk/atk.def @@ -91,6 +91,7 @@ EXPORTS atk_object_ref_relation_set atk_object_ref_state_set atk_object_remove_property_change_handler + atk_object_remove_relationship atk_object_set_description atk_object_set_name atk_object_set_parent |