From b1a65af9a959b8d19046e8fe5990e0e3432104ac Mon Sep 17 00:00:00 2001 From: jaortega Date: Sun, 17 Dec 2000 15:12:37 +0000 Subject: bugs corrected --- mixlib/mix_code_file.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mixlib/mix_code_file.c') diff --git a/mixlib/mix_code_file.c b/mixlib/mix_code_file.c index ba53a64..c290150 100644 --- a/mixlib/mix_code_file.c +++ b/mixlib/mix_code_file.c @@ -316,5 +316,11 @@ mix_code_file_set_address (mix_code_file_t *file, mix_address_t address) } return TRUE; } - +/* get details about the source file */ +const gchar * +mix_code_file_get_source_path (const mix_code_file_t *file) +{ + g_return_val_if_fail (file != NULL, NULL); + return file->source_path; +} -- cgit v1.2.3