forked from AuroraMiddleware/gtk
567305020d
1999-11-04 Federico Mena Quintero <federico@redhat.com> * doc/tmpl/gdk-pixbuf.sgml: Populated. * doc/tmpl/refcounting.sgml: Populated. * doc/tmpl/file-loading.sgml: Populated. * src/gdk-pixbuf.c: Added documentation comments. * src/gdk-pixbuf-io.c (gdk_pixbuf_new_from_file): Added documentation comments.
69 lines
921 B
Plaintext
69 lines
921 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
Creating a Pixbuf from Data in Memory
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Creating a pixbuf from image data that is already in memory.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_new_from_art_pixbuf ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@art_pixbuf:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@format:
|
|
@has_alpha:
|
|
@bits_per_sample:
|
|
@width:
|
|
@height:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_new_from_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@data:
|
|
@format:
|
|
@has_alpha:
|
|
@width:
|
|
@height:
|
|
@rowstride:
|
|
@dfunc:
|
|
@dfunc_data:
|
|
@Returns:
|
|
|
|
|
|
<!-- ##### FUNCTION gdk_pixbuf_new_from_xpm_data ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@data:
|
|
@Returns:
|
|
|
|
<!--
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
|
|
End:
|
|
-->
|