]> Pileus Git - ~andy/gtk/blob - docs/reference/gdk-pixbuf/tmpl/file-loading.sgml
[quartz] Delete the typedef of GdkDevicePrivate
[~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 &gdk-pixbuf; library provides a simple mechanism for loading
10     an 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 <!-- ##### SECTION Stability_Level ##### -->
29
30
31 <!-- ##### SECTION Image ##### -->
32
33
34 <!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### -->
35 <para>
36
37 </para>
38
39 @filename: 
40 @error: 
41 @Returns: <!--
42 Local variables:
43 mode: sgml
44 sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
45 End:
46 -->
47
48
49 <!-- ##### FUNCTION gdk_pixbuf_new_from_file_at_size ##### -->
50 <para>
51
52 </para>
53
54 @filename: 
55 @width: 
56 @height: 
57 @error: 
58 @Returns: 
59
60
61 <!-- ##### FUNCTION gdk_pixbuf_new_from_file_at_scale ##### -->
62 <para>
63
64 </para>
65
66 @filename: 
67 @width: 
68 @height: 
69 @preserve_aspect_ratio: 
70 @error: 
71 @Returns: 
72
73
74 <!-- ##### FUNCTION gdk_pixbuf_get_file_info ##### -->
75 <para>
76
77 </para>
78
79 @filename: 
80 @width: 
81 @height: 
82 @Returns: 
83
84
85 <!-- ##### FUNCTION gdk_pixbuf_new_from_stream ##### -->
86 <para>
87
88 </para>
89
90 @stream: 
91 @cancellable: 
92 @error: 
93 @Returns: 
94
95
96 <!-- ##### FUNCTION gdk_pixbuf_new_from_stream_at_scale ##### -->
97 <para>
98
99 </para>
100
101 @stream: 
102 @width: 
103 @height: 
104 @preserve_aspect_ratio: 
105 @cancellable: 
106 @error: 
107 @Returns: 
108
109