summaryrefslogtreecommitdiff
path: root/siv.h
diff options
context:
space:
mode:
Diffstat (limited to 'siv.h')
-rw-r--r--siv.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/siv.h b/siv.h
index 9d9f80d..744a51b 100644
--- a/siv.h
+++ b/siv.h
@@ -42,7 +42,8 @@ void app_unregister_window (App *app,
SivWindow *window);
gboolean app_get_meta_data (App *app,
const char *file,
- MetaData *data);
+ const char *key,
+ int *value);
void app_set_meta_data (App *data,
const char *filename,
int window_x,