]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/file-loading.sgml
Removed gdk-pixbuf-io, since it is for internal use only.
[~andy/gtk] / docs / reference / gdk-pixbuf / tmpl / file-loading.sgml
1 <!-- ##### SECTION Title ##### -->
2 File Loading
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Loading a pixbuf from a file.
6
7 <!-- ##### SECTION Long_Description ##### -->
8   <para>
9     The GdkPixbuf library provides a simple mechanism for loading an
10     image from a file in synchronous fashion.  This means that the
11     library takes control of the application while the file is being
12     loaded; from the user's point of view, the application will block
13     until the image is done loading.
14   </para>
15
16   <para>
17     This interface can be used by applications in which blocking is
18     acceptable while an image is being loaded.  It can also be used to
19     load small images in general.  Applications that need progressive
20     loading can use the #GdkPixbufLoader functionality instead.
21   </para>
22
23 <!-- ##### SECTION See_Also ##### -->
24   <para>
25     #GdkPixbufLoader
26   </para>
27
28 <!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### -->
29 <para>
30
31 </para>
32
33 @filename: 
34 @Returns: 
35 <!--
36 Local variables:
37 mode: sgml
38 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
39 End:
40 -->
41
42