From 429b32fba6f5ad14db31fe2690974b57df858999 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 7 Oct 2011 18:55:01 +0000 Subject: make connect button a menu button with other profiles, also add a connection serial used to discard requests issued before a disconnect which get their callback invoked after a new one is established. add an experimental "repeater" flag on exec commands (eg. %{name}[, ]). --- src/trg-client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/trg-client.h') diff --git a/src/trg-client.h b/src/trg-client.h index 69424bd..0c35edb 100644 --- a/src/trg-client.h +++ b/src/trg-client.h @@ -62,14 +62,15 @@ typedef struct { int status; - char *raw; int size; + char *raw; JsonObject *obj; gpointer cb_data; } trg_response; typedef struct { + int connid; JsonNode *node; gchar *str; GSourceFunc callback; -- cgit v1.2.3