mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
cfb0266518
1999-11-10 Federico Mena Quintero <federico@redhat.com> * doc/tmpl/gdk-pixbuf-loader.sgml: Populated. * doc/gdk-pixbuf.signals: Put in the real names of signal arguments. * src/gdk-pixbuf-loader.c: Improved documentation comments.
23 lines
369 B
Plaintext
23 lines
369 B
Plaintext
<SIGNAL>
|
|
<NAME>GdkPixbufLoader::area-updated</NAME>
|
|
<RETURNS>void</RETURNS>
|
|
GdkPixbufLoader *loader
|
|
gint x
|
|
gint y
|
|
gint width
|
|
gint height
|
|
</SIGNAL>
|
|
|
|
<SIGNAL>
|
|
<NAME>GdkPixbufLoader::area-prepared</NAME>
|
|
<RETURNS>void</RETURNS>
|
|
GdkPixbufLoader *loader
|
|
</SIGNAL>
|
|
|
|
<SIGNAL>
|
|
<NAME>GdkPixbufLoader::closed</NAME>
|
|
<RETURNS>void</RETURNS>
|
|
GdkPixbufLoader *loader
|
|
</SIGNAL>
|
|
|