~ubuntu-branches/ubuntu/maverick/gdk-pixbuf/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-07-23 11:26:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100723112625-owhl395g8ifk2wtn
Tags: 2.21.6-2ubuntu1
* Rebase on Debian
* debian/control, debian/gir1.0-gdkpixbuf-2.0.install, debian/rules:
  - build a gir1.0-gdkpixbuf-2.0 gir binary

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