Merge branch 'mgorse'
[platform/core/uifw/at-spi2-atk.git] / tests / dummyatk / resources_storage.h
1 #ifndef RESOURCES_STORAGE_H
2 #define RESOURCES_STORAGE_H
3
4 #include <glib.h>
5
6 void resource_storage_init();
7
8 void resource_storage_free();
9
10 void resource_storage_add(const gchar* name, AtkObject* resource);
11
12 AtkObject* resource_storage_get(const gchar* name);
13
14 void resources_storage_remove(const gchar* name);
15
16 #endif /*RESOURCES_STORAGE_H*/