Add GdkImage declaration stub and documentation stub for it
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 09:11:34 +0000 (13:11 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sun, 13 Sep 2009 09:11:34 +0000 (13:11 +0400)
doc/gdk.objects.texi
gdk/gdk.objects.lisp

index fab004d..d150835 100644 (file)
@@ -3,6 +3,7 @@
 * drag-context::
 * drawable::
 * gdk-colormap::
+* gdk-image::
 * gdk-window::
 * graphics-context::
 * keymap::
@@ -83,6 +84,19 @@ Signals:
 @end itemize
 
 
+@node gdk-image
+@section gdk-image
+@Class gdk-image
+Superclass: @ref{g-object}
+
+Slots:
+@itemize
+@end itemize
+
+
+Signals:
+@itemize
+@end itemize
 
 
 @node gdk-window
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)