summaryrefslogtreecommitdiffstats
path: root/gtk/spice-client-gtk.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/spice-client-gtk.defs')
-rw-r--r--gtk/spice-client-gtk.defs22
1 files changed, 22 insertions, 0 deletions
diff --git a/gtk/spice-client-gtk.defs b/gtk/spice-client-gtk.defs
index 8c0eb18..6f791c0 100644
--- a/gtk/spice-client-gtk.defs
+++ b/gtk/spice-client-gtk.defs
@@ -322,6 +322,28 @@
+;; From spice-util.h
+
+(define-function spice_util_set_debug
+ (c-name "spice_util_set_debug")
+ (return-type "none")
+ (parameters
+ '("gboolean" "enabled")
+ )
+)
+
+(define-function spice_util_get_debug
+ (c-name "spice_util_get_debug")
+ (return-type "gboolean")
+)
+
+(define-function spice_util_get_version_string
+ (c-name "spice_util_get_version_string")
+ (return-type "const-gchar*")
+)
+
+
+
;; From channel-main.h
(define-function spice_main_channel_get_type