~ubuntu-branches/debian/squeeze/redland-bindings/squeeze

« back to all changes in this revision

Viewing changes to docs/rdoc/classes/Redland/World.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2009-04-07 00:24:21 UTC
  • mfrom: (0.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090407002421-dce2r4otm5vqtheg
Tags: 1.0.8.1-2
* Use new sections ruby, php for librdf-ruby and php5-librdf respectively.
* Merge features from ubuntu packaging.  Thanks to Matthias Klose
  (not taking linker -Wl,--as-needed since that makes dyloading fail
  to pull in raptor symbols):
  debian/rules:
  - get python lib dir from distutils
  - make dh_pycentral use symlinks
  debian/python-librdf.examples:
  - add data/dc.rdf to examples dir and adjust example.py
    to point to it (Closes: #402612)
* Patch python/Makefile.in so it can allow the include dir to be
  overridden by the particular python version build in debian/rules
  using PYTHON_INCLUDES

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
</div>
73
73
<div id="method-list">
74
74
<h3 class="section-bar">Methods</h3>
75
 
<div class="name-list"><a href="#M000148">create_finalizer</a>&nbsp;&nbsp; <a href="#M000147">new</a>&nbsp;&nbsp;</div>
 
75
<div class="name-list"><a href="#M000156">create_finalizer</a>&nbsp;&nbsp; <a href="#M000155">new</a>&nbsp;&nbsp;</div>
76
76
</div>
77
77
</div>
78
78
<!-- if includes -->
92
92
<!-- if method_list -->
93
93
<div id="methods">
94
94
<h3 class="section-bar">Public Class methods</h3>
95
 
<div id="method-M000148" class="method-detail"><a name="M000148" id="M000148"></a>
96
 
<div class="method-heading"><a href="#M000148" class="method-signature"><span class="method-name">create_finalizer</span><span class="method-args">(world)</span></a></div>
 
95
<div id="method-M000156" class="method-detail"><a name="M000156" id="M000156"></a>
 
96
<div class="method-heading"><a href="#M000156" class="method-signature"><span class="method-name">create_finalizer</span><span class="method-args">(world)</span></a></div>
97
97
<div class="method-description">
98
 
<p><a class="source-toggle" href="#" onclick="toggleCode('M000148-source');return false;">[Source]</a></p>
99
 
<div class="method-source-code" id="M000148-source">
 
98
<p><a class="source-toggle" href="#" onclick="toggleCode('M000156-source');return false;">[Source]</a></p>
 
99
<div class="method-source-code" id="M000156-source">
100
100
<pre>
101
101
<span class="ruby-comment cmt"># File rdf/redland.rb, line 54</span>
102
102
    <span class="ruby-keyword kw">def</span> <span class="ruby-constant">World</span>.<span class="ruby-identifier">create_finalizer</span>(<span class="ruby-identifier">world</span>)
103
103
      <span class="ruby-identifier">proc</span> {<span class="ruby-operator">|</span><span class="ruby-identifier">id</span><span class="ruby-operator">|</span> <span class="ruby-node">"Finalizer on #{id}"</span>
104
104
<span class="ruby-comment cmt">#        log_final.info "closing world"</span>
 
105
        <span class="ruby-comment cmt"># This is commented out because Ruby fails to guarantee this</span>
 
106
        <span class="ruby-comment cmt"># is called after all other redland destructors</span>
105
107
        <span class="ruby-comment cmt">#Redland::librdf_free_world world</span>
106
108
      }
107
109
    <span class="ruby-keyword kw">end</span>
108
110
</pre></div>
109
111
</div>
110
112
</div>
111
 
<div id="method-M000147" class="method-detail"><a name="M000147" id="M000147"></a>
112
 
<div class="method-heading"><a href="#M000147" class="method-signature"><span class="method-name">new</span><span class="method-args">()</span></a></div>
 
113
<div id="method-M000155" class="method-detail"><a name="M000155" id="M000155"></a>
 
114
<div class="method-heading"><a href="#M000155" class="method-signature"><span class="method-name">new</span><span class="method-args">()</span></a></div>
113
115
<div class="method-description">
114
 
<p>Create <a href="World.html#M000147">new</a> RDF <a href="World.html">World</a> object (constructor)</p>
115
 
<p><a class="source-toggle" href="#" onclick="toggleCode('M000147-source');return false;">[Source]</a></p>
116
 
<div class="method-source-code" id="M000147-source">
 
116
<p>Create <a href="World.html#M000155">new</a> RDF <a href="World.html">World</a> object (constructor)</p>
 
117
<p><a class="source-toggle" href="#" onclick="toggleCode('M000155-source');return false;">[Source]</a></p>
 
118
<div class="method-source-code" id="M000155-source">
117
119
<pre>
118
120
<span class="ruby-comment cmt"># File rdf/redland.rb, line 48</span>
119
121
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>()
134
136
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
135
137
</div>
136
138
 
137
 
<p>(C) Copyright 2004-2007 <a href="http://purl.org/net/dajobe/" target="_parent">Dave Beckett</a>, (C) Copyright 2004-2005 <a href="http://www.bristol.ac.uk/" target="_parent">University of Bristol</a></p>
 
139
<p>(C) Copyright 2004-2008 <a href="http://www.dajobe.org/" target="_parent">Dave Beckett</a>, (C) Copyright 2004-2005 <a href="http://www.bristol.ac.uk/" target="_parent">University of Bristol</a></p>
138
140
 
139
141
</div> <!-- end outerBlock -->
140
142