We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da1d7d commit d450cccCopy full SHA for d450ccc
include/qemu/osdep.h
@@ -588,7 +588,10 @@ char *qemu_get_local_state_pathname(const char *relative_pathname);
588
void qemu_init_exec_dir(const char *argv0);
589
590
/* Get the saved exec dir.
591
- * Caller needs to release the returned string by g_free() */
+ *
592
+ * The caller is responsible for releasing the value returned with g_free()
593
+ * after use.
594
+ */
595
char *qemu_get_exec_dir(void);
596
597
/**
0 commit comments