[gtk-cffi-cvs] CVS gtk-cffi/gdk
CVS User rklochkov
rklochkov at common-lisp.net
Thu Mar 8 09:58:12 UTC 2012
Update of /project/gtk-cffi/cvsroot/gtk-cffi/gdk
In directory tiger.common-lisp.net:/tmp/cvs-serv18432/gdk
Modified Files:
color.lisp
Log Message:
GtkLabel* now is fully supported
added GtkOffscreenWindow
--- /project/gtk-cffi/cvsroot/gtk-cffi/gdk/color.lisp 2012/02/12 17:29:41 1.5
+++ /project/gtk-cffi/cvsroot/gtk-cffi/gdk/color.lisp 2012/03/08 09:58:11 1.6
@@ -7,8 +7,8 @@
(green :int16)
(blue :int16))
-(defcfun "gdk_color_parse" :boolean (str :string) (color color-struct))
-(defcfun "gdk_color_to_string" :string (color color-struct))
+(defcfun gdk-color-parse :boolean (str :string) (color color-struct))
+(defcfun gdk-color-to-string :string (color color-struct))
(defcfun gdk-color-free :void (color :pointer))
(define-foreign-type color-cffi (freeable)
More information about the gtk-cffi-cvs
mailing list