summaryrefslogtreecommitdiff
path: root/gtk/gtk-boxed.defs
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>2000-10-25 23:38:46 +0000
committerTim Janik <timj@src.gnome.org>2000-10-25 23:38:46 +0000
commit49631b2900247f3f64517977da9098eebdee92de (patch)
treec3234502bd03a3712807d642f91e0af92b9e1295 /gtk/gtk-boxed.defs
parentd69496c06092c0b8943b7240761ae27401c65e9f (diff)
downloadgtk+-49631b2900247f3f64517977da9098eebdee92de.tar.gz
use g_value_set_static_{string|boxed} where applicable.
Thu Oct 26 00:51:52 2000 Tim Janik <timj@gtk.org> * gtk/gtksignal.c: (gtk_signal_emitv): use g_value_set_static_{string|boxed} where applicable. * gtk/gtk-boxed.defs (GtkSelectionData): specify gtk_selection_data_copy and gtk_selection_data_free do GtkSelectionData work as params in signals.
Diffstat (limited to 'gtk/gtk-boxed.defs')
-rw-r--r--gtk/gtk-boxed.defs3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtk-boxed.defs b/gtk/gtk-boxed.defs
index 23f82b65cf..68c636d2b1 100644
--- a/gtk/gtk-boxed.defs
+++ b/gtk/gtk-boxed.defs
@@ -14,7 +14,8 @@
gtk_accel_group_unref)
(define-boxed GtkSelectionData
-)
+ gtk_selection_data_copy
+ gtk_selection_data_free)
(define-boxed GtkCTreeNode
)