~ubuntu-branches/ubuntu/trusty/lasso/trusty

« back to all changes in this revision

Viewing changes to docs/reference/lasso/html/lasso-LassoWsAddrAttributedURI.html

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2014-01-07 13:22:21 UTC
  • mfrom: (1.1.11) (7.1.14 sid)
  • Revision ID: package-import@ubuntu.com-20140107132221-htp0go0s9z5lqvj8
Tags: 2.4.0-1
* New upstream version.
* debian/control, debian/rules: use autoreconf
* debian/source/version: switch to 3.0 (quilt)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>LassoWsAddrAttributedURI</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="Lasso Reference Manual">
8
8
<link rel="up" href="ws-addr.html" title="Object from the WS-* schemas">
9
9
<link rel="prev" href="lasso-LassoWsAddrAttributedUnsignedLong.html" title="LassoWsAddrAttributedUnsignedLong">
10
10
<link rel="next" href="lasso-LassoWsAddrEndpointReference.html" title="LassoWsAddrEndpointReference">
11
 
<meta name="generator" content="GTK-Doc V1.17 (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="lasso-LassoWsAddrAttributedURI.synopsis"></a><h2>Synopsis</h2>
40
40
<pre class="synopsis">struct              <a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI">LassoWsAddrAttributedURI</a>;
41
 
<a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> *  <a class="link" href="lasso-LassoWsAddrAttributedURI.html#lasso-wsa-attributed-uri-new" title="lasso_wsa_attributed_uri_new ()">lasso_wsa_attributed_uri_new</a>
42
 
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);
43
 
<a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> *  <a class="link" href="lasso-LassoWsAddrAttributedURI.html#lasso-wsa-attributed-uri-new-with-string" title="lasso_wsa_attributed_uri_new_with_string ()">lasso_wsa_attributed_uri_new_with_string</a>
 
41
<a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> * <a class="link" href="lasso-LassoWsAddrAttributedURI.html#lasso-wsa-attributed-uri-new" title="lasso_wsa_attributed_uri_new ()">lasso_wsa_attributed_uri_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
 
42
<a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> * <a class="link" href="lasso-LassoWsAddrAttributedURI.html#lasso-wsa-attributed-uri-new-with-string" title="lasso_wsa_attributed_uri_new_with_string ()">lasso_wsa_attributed_uri_new_with_string</a>
44
43
                                                        (<em class="parameter"><code>const <span class="type">char</span> *content</code></em>);
45
44
</pre>
46
45
</div>
64
63
<hr>
65
64
<div class="refsect2">
66
65
<a name="lasso-wsa-attributed-uri-new"></a><h3>lasso_wsa_attributed_uri_new ()</h3>
67
 
<pre class="programlisting"><a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> *  lasso_wsa_attributed_uri_new
68
 
                                                        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
66
<pre class="programlisting"><a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> * lasso_wsa_attributed_uri_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
69
67
<p>
70
68
Creates a new <a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="type">LassoWsAddrAttributedURI</span></a> object.
71
69
</p>
80
78
<hr>
81
79
<div class="refsect2">
82
80
<a name="lasso-wsa-attributed-uri-new-with-string"></a><h3>lasso_wsa_attributed_uri_new_with_string ()</h3>
83
 
<pre class="programlisting"><a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> *  lasso_wsa_attributed_uri_new_with_string
 
81
<pre class="programlisting"><a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="returnvalue">LassoWsAddrAttributedURI</span></a> * lasso_wsa_attributed_uri_new_with_string
84
82
                                                        (<em class="parameter"><code>const <span class="type">char</span> *content</code></em>);</pre>
85
83
<p>
86
84
Creates a new <a class="link" href="lasso-LassoWsAddrAttributedURI.html#LassoWsAddrAttributedURI" title="struct LassoWsAddrAttributedURI"><span class="type">LassoWsAddrAttributedURI</span></a> object and initializes it
104
102
</div>
105
103
<div class="footer">
106
104
<hr>
107
 
          Generated by GTK-Doc V1.17</div>
 
105
          Generated by GTK-Doc V1.18</div>
108
106
</body>
109
107
</html>
 
 
b'\\ No newline at end of file'