~ubuntu-branches/ubuntu/vivid/gdk-pixbuf/vivid

« back to all changes in this revision

Viewing changes to doc/tmpl/file-loading.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-10-06 22:10:04 UTC
  • Revision ID: james.westby@ubuntu.com-20041006221004-rma9deknj8qctu67
Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
<!-- ##### FUNCTION gdk_pixbuf_new_from_file ##### -->
 
29
<para>
 
30
 
 
31
</para>
 
32
 
 
33
@filename: 
 
34
@Returns: <!--
 
35
Local variables:
 
36
mode: sgml
 
37
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
 
38
End:
 
39
-->
 
40
 
 
41