File: gimpcolormanaged.xml

package info (click to toggle)
gimp 2.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 130,648 kB
  • ctags: 50,475
  • sloc: ansic: 607,353; xml: 48,593; lisp: 10,881; sh: 9,811; makefile: 9,583; python: 3,333; perl: 2,683; yacc: 523; lex: 340
file content (109 lines) | stat: -rw-r--r-- 4,752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">

<refentry id="libgimpcolor-GimpColorManaged">
<refmeta>
<refentrytitle role="top_of_page" id="libgimpcolor-GimpColorManaged.top_of_page">GimpColorManaged</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>LIBGIMPCOLOR Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>GimpColorManaged</refname>
<refpurpose></refpurpose>
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
</refnamediv>

<refsynopsisdiv id="libgimpcolor-GimpColorManaged.synopsis" role="synopsis">
<title role="synopsis.title">Synopsis</title>

<synopsis>
                    <link linkend="GimpColorManaged">GimpColorManaged</link>;
                    <link linkend="GimpColorManagedInterface">GimpColorManagedInterface</link>;
const <link linkend="guint8">guint8</link>*       <link linkend="gimp-color-managed-get-icc-profile">gimp_color_managed_get_icc_profile</link>  (<link linkend="GimpColorManaged">GimpColorManaged</link> *managed,
                                                         <link linkend="gsize">gsize</link> *len);
<link linkend="void">void</link>                <link linkend="gimp-color-managed-profile-changed">gimp_color_managed_profile_changed</link>  (<link linkend="GimpColorManaged">GimpColorManaged</link> *managed);
</synopsis>
</refsynopsisdiv>









<refsect1 id="libgimpcolor-GimpColorManaged.description" role="desc">
<title role="desc.title">Description</title>
<para>

</para>
</refsect1>

<refsect1 id="libgimpcolor-GimpColorManaged.details" role="details">
<title role="details.title">Details</title>
<refsect2 id="GimpColorManaged" role="struct">
<title>GimpColorManaged</title>
<indexterm zone="GimpColorManaged"><primary>GimpColorManaged</primary></indexterm><programlisting>typedef struct _GimpColorManaged GimpColorManaged;</programlisting>
<para>

</para></refsect2>
<refsect2 id="GimpColorManagedInterface" role="struct">
<title>GimpColorManagedInterface</title>
<indexterm zone="GimpColorManagedInterface"><primary>GimpColorManagedInterface</primary></indexterm><programlisting>typedef struct {
  GTypeInterface  base_iface;

  /*  virtual functions  */
  const guint8 * (* get_icc_profile) (GimpColorManaged *managed,
                                      gsize            *len);

  /*  signals  */
  void           (* profile_changed) (GimpColorManaged *managed);
} GimpColorManagedInterface;
</programlisting>
<para>

</para></refsect2>
<refsect2 id="gimp-color-managed-get-icc-profile" role="function" condition="since:GIMP 2.4">
<title>gimp_color_managed_get_icc_profile ()</title>
<indexterm zone="gimp-color-managed-get-icc-profile" role="GIMP 2.4"><primary>gimp_color_managed_get_icc_profile</primary></indexterm><programlisting>const <link linkend="guint8">guint8</link>*       gimp_color_managed_get_icc_profile  (<link linkend="GimpColorManaged">GimpColorManaged</link> *managed,
                                                         <link linkend="gsize">gsize</link> *len);</programlisting>
<para>
</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>managed</parameter>&nbsp;:</term>
<listitem><simpara> an object the implements the <link linkend="GimpColorManaged"><type>GimpColorManaged</type></link> interface
</simpara></listitem></varlistentry>
<varlistentry><term><parameter>len</parameter>&nbsp;:</term>
<listitem><simpara>     return location for the number of bytes in the profile data
</simpara></listitem></varlistentry>
<varlistentry><term><emphasis>Returns</emphasis>&nbsp;:</term><listitem><simpara> A pointer to a blob of data that represents an ICC
              color profile.

</simpara></listitem></varlistentry>
</variablelist><para role="since">Since  GIMP 2.4
</para></refsect2>
<refsect2 id="gimp-color-managed-profile-changed" role="function" condition="since:GIMP 2.4">
<title>gimp_color_managed_profile_changed ()</title>
<indexterm zone="gimp-color-managed-profile-changed" role="GIMP 2.4"><primary>gimp_color_managed_profile_changed</primary></indexterm><programlisting><link linkend="void">void</link>                gimp_color_managed_profile_changed  (<link linkend="GimpColorManaged">GimpColorManaged</link> *managed);</programlisting>
<para>
Emits the "profile-changed" signal.</para>
<para>

</para><variablelist role="params">
<varlistentry><term><parameter>managed</parameter>&nbsp;:</term>
<listitem><simpara> an object the implements the <link linkend="GimpColorManaged"><type>GimpColorManaged</type></link> interface
</simpara></listitem></varlistentry>
</variablelist><para role="since">Since  GIMP 2.4
</para></refsect2>

</refsect1>




</refentry>