added cffi type translator for GdkAtom
[cl-gtk2.git] / gdk / gdk.functions.lisp
index 4d6f0bf..96a5bf1 100644 (file)
   (x :int)
   (y :int)
   (layout (g-object pango-layout)))
+
+(defcfun gdk-atom-name (glib:g-string :free-from-foreign t)
+  (atom gdk-atom))
+
+(defcfun gdk-atom-intern gdk-atom
+  (name :string)
+  (only-if-exists :boolean))
\ No newline at end of file