]> Pileus Git - ~andy/gtk/commitdiff
Added args and signals data files - Federico
authorArturo Espinosa <unammx@src.gnome.org>
Tue, 9 Nov 1999 20:59:30 +0000 (20:59 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Tue, 9 Nov 1999 20:59:30 +0000 (20:59 +0000)
docs/reference/gdk-pixbuf/gdk-pixbuf.signals [new file with mode: 0644]
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml

diff --git a/docs/reference/gdk-pixbuf/gdk-pixbuf.signals b/docs/reference/gdk-pixbuf/gdk-pixbuf.signals
new file mode 100644 (file)
index 0000000..d53d607
--- /dev/null
@@ -0,0 +1,22 @@
+<SIGNAL>
+<NAME>GdkPixbufLoader::area-updated</NAME>
+<RETURNS>void</RETURNS>
+GdkPixbufLoader *gdkpixbufloader
+gint  arg1
+gint  arg2
+gint  arg3
+gint  arg4
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GdkPixbufLoader::area-prepared</NAME>
+<RETURNS>void</RETURNS>
+GdkPixbufLoader *gdkpixbufloader
+</SIGNAL>
+
+<SIGNAL>
+<NAME>GdkPixbufLoader::closed</NAME>
+<RETURNS>void</RETURNS>
+GdkPixbufLoader *gdkpixbufloader
+</SIGNAL>
+
index 56af53f7d8bfe0de1558eb750361ae4dad511ef2..bed4d338db26caf1e6054549dd0aae2b6f41174d 100644 (file)
@@ -2,12 +2,13 @@
 GdkPixbufLoader
 
 <!-- ##### SECTION Short_Description ##### -->
-
+Application-driven image loading.
 
 <!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
+  <para>
+    #GdkPIxbufLoader provides a way for applications to drive the
+    process of loading an image.  
+  </para>
 
 <!-- ##### SECTION See_Also ##### -->
 <para>
@@ -83,3 +84,9 @@ GdkPixbufLoader
 
 @gdkpixbufloader: the object which received the signal.
 
+<!--
+Local variables:
+mode: sgml
+sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
+End:
+-->