[gtk-vnc] Add introspection annotation for vnc_display_send_keys



commit 2c0c674392c9ed51b9679262f114c49dbfdab0f6
Author: Cole Robinson <crobinso redhat com>
Date:   Thu Jan 31 10:16:20 2013 +0000

    Add introspection annotation for vnc_display_send_keys
    
    The vnc_display_send_keys method signature is too complex
    to be interpreted correctly without some annotations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691821
    
    Signed-off-by: Daniel P. Berrange <berrange redhat com>

 src/vncdisplay.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/src/vncdisplay.c b/src/vncdisplay.c
index 5c0e994..14df066 100644
--- a/src/vncdisplay.c
+++ b/src/vncdisplay.c
@@ -1615,6 +1615,16 @@ VncConnection * vnc_display_get_connection(VncDisplay *obj)
 }
 
 
+/**
+ * vnc_display_send_keys:
+ *
+ * @obj: The #VncDisplay
+ * @keyvals: (array length=nkeyvals): Keyval array
+ * @nkeyvals: Length of keyvals
+ *
+ * Send keyval click events to the display.
+ *
+ */
 void vnc_display_send_keys(VncDisplay *obj, const guint *keyvals, int nkeyvals)
 {
     vnc_display_send_keys_ex(obj, keyvals,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]