summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_cmd_dispatcher.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-08 22:27:45 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-08 22:27:45 +0000
commitdcecb720e3f2409add20c2606d70260d41e23508 (patch)
treefa6fb0357aaa5d5d535bd1a6f85e463e1ef7680b /mixgtk/mixgtk_cmd_dispatcher.c
parent8b066a1f0a6bc9d8cb9a44e6c45f5e97f505ebb1 (diff)
downloadmdk-dcecb720e3f2409add20c2606d70260d41e23508.tar.gz
mdk-dcecb720e3f2409add20c2606d70260d41e23508.tar.bz2
edit and compile menu entries added
Diffstat (limited to 'mixgtk/mixgtk_cmd_dispatcher.c')
-rw-r--r--mixgtk/mixgtk_cmd_dispatcher.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_cmd_dispatcher.c b/mixgtk/mixgtk_cmd_dispatcher.c
index 5076727..240cf9e 100644
--- a/mixgtk/mixgtk_cmd_dispatcher.c
+++ b/mixgtk/mixgtk_cmd_dispatcher.c
@@ -374,6 +374,13 @@ mixgtk_cmd_dispatcher_get_vm (void)
return (mix_vm_t *) mix_vm_cmd_dispatcher_get_vm (dis_data_.dispatcher);
}
+/* get the current source file */
+const gchar *
+mixgtk_cmd_dispatcher_get_src_path (void)
+{
+ return mix_vm_cmd_dispatcher_get_src_file_path (dis_data_.dispatcher);
+}
+
/* process commands */
void
complete_command_ (void)