From 83c25d7eb267f866968c7806c4afacf00fdfead5 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 6 Mar 2008 17:58:06 +0100 Subject: * Initial working version of the flash gui - Renamed to goxf - Needs 'sudo' to be enabled to the user without password - Identify and ban piece files while including them in the list - Support for flashing multiple piece files - progressbar and warn/error messages handled - Supports reboot mobo command * Make qmode be functional * Lot of hardcore fixups on squeue_open - Should work now everywhere fine asumid UID 1000 as allowed user - Reduce timeouts - Add push2 method --- src/squeue/squeue.vapi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/squeue/squeue.vapi') diff --git a/src/squeue/squeue.vapi b/src/squeue/squeue.vapi index b8d82d4..0f66713 100644 --- a/src/squeue/squeue.vapi +++ b/src/squeue/squeue.vapi @@ -19,6 +19,8 @@ namespace SQueues { public static SQueue* open(string file, int mode); [CCode (cname = "squeue_push")] public int push(string msg, int l); + [CCode (cname = "squeue_push2")] + public int push2(string cmd, string msg, int l); [CCode (cname = "squeue_get")] public weak string get(int l); [CCode (cname = "squeue_pop")] -- cgit v1.2.3