Add GdkImage declaration stub and documentation stub for it
[cl-gtk2.git] / gdk / gdk.objects.lisp
index c95d800..5881e3b 100644 (file)
      (pixels pixbuf-pixels "pixels" "gpointer" t nil)))
 
 (define-g-object-class "GdkPixbufAnimation" pixbuf-animation ()
-    nil) 
\ No newline at end of file
+    nil) 
+
+(define-g-object-class "GdkImage" gdk-image
+  (:superclass g-object :export t :interfaces
+               nil :type-initializer
+               "gdk_image_get_type")
+  nil)