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

« back to all changes in this revision

Viewing changes to docs/rdoc/classes/Redland/HashOpen.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:
71
71
</div>
72
72
<div id="method-list">
73
73
<h3 class="section-bar">Methods</h3>
74
 
<div class="name-list"><a href="#M000036">new</a>&nbsp;&nbsp;</div>
 
74
<div class="name-list"><a href="#M000040">new</a>&nbsp;&nbsp;</div>
75
75
</div>
76
76
</div>
77
77
<!-- if includes -->
78
78
<div id="section"><!-- if method_list -->
79
79
<div id="methods">
80
80
<h3 class="section-bar">Public Class methods</h3>
81
 
<div id="method-M000036" class="method-detail"><a name="M000036" id="M000036"></a>
82
 
<div class="method-heading"><a href="#M000036" class="method-signature"><span class="method-name">new</span><span class="method-args">(name)</span></a></div>
 
81
<div id="method-M000040" class="method-detail"><a name="M000040" id="M000040"></a>
 
82
<div class="method-heading"><a href="#M000040" class="method-signature"><span class="method-name">new</span><span class="method-args">(name)</span></a></div>
83
83
<div class="method-description">
84
 
<p><a class="source-toggle" href="#" onclick="toggleCode('M000036-source');return false;">[Source]</a></p>
85
 
<div class="method-source-code" id="M000036-source">
 
84
<p><a class="source-toggle" href="#" onclick="toggleCode('M000040-source');return false;">[Source]</a></p>
 
85
<div class="method-source-code" id="M000040-source">
86
86
<pre>
87
87
<span class="ruby-comment cmt"># File rdf/redland/store.rb, line 101</span>
88
88
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">name</span>)
101
101
<a href="/docs/ruby.html" target="_parent">Ruby API Home</a>
102
102
</div>
103
103
 
104
 
<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>
 
104
<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>
105
105
 
106
106
</div> <!-- end outerBlock -->
107
107