diff options
Diffstat (limited to 'gtk/gtk-2.14.defs')
-rw-r--r-- | gtk/gtk-2.14.defs | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gtk/gtk-2.14.defs b/gtk/gtk-2.14.defs index c786273c..e27080ca 100644 --- a/gtk/gtk-2.14.defs +++ b/gtk/gtk-2.14.defs @@ -717,11 +717,15 @@ (of-object "GtkSelectionData") (c-name "gtk_selection_data_get_data") (return-type "const-guchar*") - (parameters - '("guint*" "length") - ) ) +(define-method get_length + (of-object "GtkSelectionData") + (c-name "gtk_selection_data_get_length") + (return-type "gint") +) + + (define-method get_display (of-object "GtkSelectionData") (c-name "gtk_selection_data_get_display") |