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

« back to all changes in this revision

Viewing changes to doc/tmpl/util.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
Utilities
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Utility and miscellaneous convenience functions.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
  <para>
 
9
    These functions provide miscellaneous utilities for manipulating
 
10
    pixbufs.  The pixel data in pixbufs may of course be manipulated
 
11
    directly by applications, but several common operations can be
 
12
    performed by these functions instead.
 
13
  </para>
 
14
 
 
15
<!-- ##### SECTION See_Also ##### -->
 
16
  <para>
 
17
    #GdkPixbuf
 
18
  </para>
 
19
 
 
20
<!-- ##### FUNCTION gdk_pixbuf_add_alpha ##### -->
 
21
<para>
 
22
 
 
23
</para>
 
24
 
 
25
@pixbuf: 
 
26
@substitute_color: 
 
27
@r: 
 
28
@g: 
 
29
@b: 
 
30
@Returns: 
 
31
 
 
32
 
 
33
<!-- ##### FUNCTION gdk_pixbuf_copy_area ##### -->
 
34
<para>
 
35
 
 
36
</para>
 
37
 
 
38
@src_pixbuf: 
 
39
@src_x: 
 
40
@src_y: 
 
41
@width: 
 
42
@height: 
 
43
@dest_pixbuf: 
 
44
@dest_x: 
 
45
@dest_y: <!--
 
46
Local variables:
 
47
mode: sgml
 
48
sgml-parent-document: ("../gdk-pixbuf.sgml" "book" "refsect2" "")
 
49
End:
 
50
-->
 
51
 
 
52