From 208c9faf34d41e46b027235bd83e04da13be7448 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 1 Sep 2008 22:30:09 +0000 Subject: update with latest API changes in GTK+ and require GTK+ 2.13.8 svn path=/trunk/; revision=3035 --- gtk/gtk-2.14.defs | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'gtk/gtk-2.14.defs') 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") -- cgit v1.2.1