~ubuntu-branches/ubuntu/trusty/evolution-exchange/trusty

« back to all changes in this revision

Viewing changes to docs/reference/html/evolution-exchange-E2kRestriction-(vaporware).html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2012-06-20 06:48:27 UTC
  • mfrom: (1.1.80) (0.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120620064827-yzlmon3kc8gzd7pf
Tags: 3.4.3-2
* Team upload.

[ Jeremy Bicha ]
* Drop debian/exchange-connector-setup-2.26.1:
  - The manpage doesn't have any useful information and wasn't
    being installed anyway.

[ Michael Biebl ]
* Strip debian/tmp/ from .install file.
* List missing files on installation.
* Update Vcs-* URLs.
* Drop obsolete Build-Depends on liborbit2-dev and group the evo/eds
  Build-Depends together.
* Drop obsolete workaround to set -fPIC explicitly via CFLAGS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch06.html" title="libexchange vaporware API reference">
9
9
<link rel="prev" href="evolution-exchange-e2k-freebusy.html" title="E2kFreebusy">
10
10
<link rel="next" href="evolution-exchange-e2k-rule.html" title="E2kRule">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
38
38
<div class="refsynopsisdiv">
39
39
<a name="evolution-exchange-E2kRestriction-(vaporware).synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">enum                <a class="link" href="evolution-exchange-E2kRestriction-(vaporware).html#E2kRestrictionType" title="enum E2kRestrictionType">E2kRestrictionType</a>;
41
 
<span class="returnvalue">gboolean</span>            <a class="link" href="evolution-exchange-E2kRestriction-(vaporware).html#e2k-restriction-extract" title="e2k_restriction_extract ()">e2k_restriction_extract</a>             (<em class="parameter"><code><span class="type">guint8</span> **data</code></em>,
42
 
                                                         <em class="parameter"><code><span class="type">gint</span> *len</code></em>,
 
41
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="evolution-exchange-E2kRestriction-(vaporware).html#e2k-restriction-extract" title="e2k_restriction_extract ()">e2k_restriction_extract</a>             (<em class="parameter"><code><span class="type">guint8</span> **data</code></em>,
 
42
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *len</code></em>,
43
43
                                                         <em class="parameter"><code><a class="link" href="evolution-exchange-e2k-restriction.html#E2kRestriction" title="struct E2kRestriction"><span class="type">E2kRestriction</span></a> **rn</code></em>);
44
 
<span class="returnvalue">void</span>                <a class="link" href="evolution-exchange-E2kRestriction-(vaporware).html#e2k-restriction-append" title="e2k_restriction_append ()">e2k_restriction_append</a>              (<em class="parameter"><code><span class="type">GByteArray</span> *ba</code></em>,
 
44
<span class="returnvalue">void</span>                <a class="link" href="evolution-exchange-E2kRestriction-(vaporware).html#e2k-restriction-append" title="e2k_restriction_append ()">e2k_restriction_append</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *ba</code></em>,
45
45
                                                         <em class="parameter"><code><a class="link" href="evolution-exchange-e2k-restriction.html#E2kRestriction" title="struct E2kRestriction"><span class="type">E2kRestriction</span></a> *rn</code></em>);
46
46
</pre>
47
47
</div>
74
74
<hr>
75
75
<div class="refsect2">
76
76
<a name="e2k-restriction-extract"></a><h3>e2k_restriction_extract ()</h3>
77
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            e2k_restriction_extract             (<em class="parameter"><code><span class="type">guint8</span> **data</code></em>,
78
 
                                                         <em class="parameter"><code><span class="type">gint</span> *len</code></em>,
 
77
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e2k_restriction_extract             (<em class="parameter"><code><span class="type">guint8</span> **data</code></em>,
 
78
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *len</code></em>,
79
79
                                                         <em class="parameter"><code><a class="link" href="evolution-exchange-e2k-restriction.html#E2kRestriction" title="struct E2kRestriction"><span class="type">E2kRestriction</span></a> **rn</code></em>);</pre>
80
80
<p>
81
81
Attempts to extract a restriction from *<em class="parameter"><code>data</code></em>, which contains
111
111
<hr>
112
112
<div class="refsect2">
113
113
<a name="e2k-restriction-append"></a><h3>e2k_restriction_append ()</h3>
114
 
<pre class="programlisting"><span class="returnvalue">void</span>                e2k_restriction_append              (<em class="parameter"><code><span class="type">GByteArray</span> *ba</code></em>,
 
114
<pre class="programlisting"><span class="returnvalue">void</span>                e2k_restriction_append              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> *ba</code></em>,
115
115
                                                         <em class="parameter"><code><a class="link" href="evolution-exchange-e2k-restriction.html#E2kRestriction" title="struct E2kRestriction"><span class="type">E2kRestriction</span></a> *rn</code></em>);</pre>
116
116
<p>
117
117
Appends <em class="parameter"><code>rn</code></em> to <em class="parameter"><code>ba</code></em> as part of a server-side rule.
135
135
</div>
136
136
<div class="footer">
137
137
<hr>
138
 
          Generated by GTK-Doc V1.18.1</div>
 
138
          Generated by GTK-Doc V1.18</div>
139
139
</body>
140
140
</html>
 
 
b'\\ No newline at end of file'