Squashed andy128k patch
[cl-gtk2.git] / gtk / gtk.selections.lisp
diff --git a/gtk/gtk.selections.lisp b/gtk/gtk.selections.lisp
new file mode 100644 (file)
index 0000000..d97d014
--- /dev/null
@@ -0,0 +1,9 @@
+(in-package :gtk)
+
+(define-g-boxed-cstruct target-entry "GtkTargetEntry"
+  (target :string :initform 0)
+  (flags target-flags :initform 0)
+  (info :uint :initform 0))
+
+(export (boxed-related-symbols 'target-entry))
+