Added args and signals data files - Federico

This commit is contained in:
Arturo Espinosa 1999-11-09 20:59:30 +00:00
parent 6c57e51ac9
commit a1a2b8f0eb
2 changed files with 33 additions and 4 deletions

View File

@ -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>

View 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:
-->