Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > d5107a51881bd9da3e41b22d3401eaf0 > files > 54

slv2-devel-0.6.6-6.fc14.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>SLV2: world.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<h1>world.h</h1>  </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* SLV2</span>
<a name="l00002"></a>00002 <span class="comment"> * Copyright (C) 2007-2009 Dave Robillard &lt;http://drobilla.net&gt;</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * This library is free software; you can redistribute it and/or modify it</span>
<a name="l00005"></a>00005 <span class="comment"> * under the terms of the GNU General Public License as published by the Free</span>
<a name="l00006"></a>00006 <span class="comment"> * Software Foundation; either version 2 of the License, or (at your option)</span>
<a name="l00007"></a>00007 <span class="comment"> * any later version.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * This library is distributed in the hope that it will be useful, but WITHOUT</span>
<a name="l00010"></a>00010 <span class="comment"> * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or</span>
<a name="l00011"></a>00011 <span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License</span>
<a name="l00012"></a>00012 <span class="comment"> * for more details.</span>
<a name="l00013"></a>00013 <span class="comment"> *</span>
<a name="l00014"></a>00014 <span class="comment"> * You should have received a copy of the GNU General Public License along</span>
<a name="l00015"></a>00015 <span class="comment"> * with this program; if not, write to the Free Software Foundation, Inc.,</span>
<a name="l00016"></a>00016 <span class="comment"> * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.</span>
<a name="l00017"></a>00017 <span class="comment"> */</span>
<a name="l00018"></a>00018 
<a name="l00019"></a>00019 <span class="preprocessor">#ifndef __SLV2_WORLD_H__</span>
<a name="l00020"></a>00020 <span class="preprocessor"></span><span class="preprocessor">#define __SLV2_WORLD_H__</span>
<a name="l00021"></a>00021 <span class="preprocessor"></span>
<a name="l00022"></a>00022 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00024"></a>00024 <span class="preprocessor">#endif</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;librdf.h&gt;</span>
<a name="l00027"></a>00027 <span class="preprocessor">#include &quot;slv2/collections.h&quot;</span>
<a name="l00028"></a>00028 
<a name="l00053"></a>00053 SLV2World
<a name="l00054"></a>00054 <a class="code" href="group__slv2__world.html#ga994e0c72ea68695a53e58062142265c4" title="Initialize a new, empty world.">slv2_world_new</a>();
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 
<a name="l00059"></a>00059 SLV2World
<a name="l00060"></a>00060 <a class="code" href="group__slv2__world.html#ga8c500a91978d92d1d4064faf09ce17a7" title="Initialize a new, empty world, using an existing Redland context.">slv2_world_new_using_rdf_world</a>(librdf_world* world);
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 
<a name="l00069"></a>00069 <span class="keywordtype">void</span>
<a name="l00070"></a>00070 <a class="code" href="group__slv2__world.html#ga659baac5e9a3959dd4c2b6a660bce372" title="Destroy the world, mwahaha.">slv2_world_free</a>(SLV2World world);
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 
<a name="l00086"></a>00086 <span class="keywordtype">void</span>
<a name="l00087"></a>00087 <a class="code" href="group__slv2__world.html#gad1511da527acc874e83287206d9f07c0" title="Load all installed LV2 bundles on the system.">slv2_world_load_all</a>(SLV2World world);
<a name="l00088"></a>00088 
<a name="l00089"></a>00089 
<a name="l00108"></a>00108 <span class="keywordtype">void</span>
<a name="l00109"></a>00109 <a class="code" href="group__slv2__world.html#ga8d1cf0231b1765930850d1d728f33888" title="Load a specific bundle.">slv2_world_load_bundle</a>(SLV2World world,
<a name="l00110"></a>00110                        SLV2Value bundle_uri);
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 
<a name="l00117"></a>00117 SLV2PluginClass
<a name="l00118"></a>00118 <a class="code" href="group__slv2__world.html#ga6da06ff9500eb1675d37570b4d82b90b" title="Get the parent of all other plugin classes, lv2:Plugin.">slv2_world_get_plugin_class</a>(SLV2World world);
<a name="l00119"></a>00119 
<a name="l00120"></a>00120 
<a name="l00127"></a>00127 SLV2PluginClasses
<a name="l00128"></a>00128 <a class="code" href="group__slv2__world.html#ga2f288d8a323e2f834b029da0e4254e63" title="Return a list of all found plugin classes.">slv2_world_get_plugin_classes</a>(SLV2World world);
<a name="l00129"></a>00129 
<a name="l00130"></a>00130 
<a name="l00144"></a>00144 SLV2Plugins
<a name="l00145"></a>00145 <a class="code" href="group__slv2__world.html#ga9b095ba2f57f83510caa01dfc5a42cd7" title="Return a list of all found plugins.">slv2_world_get_all_plugins</a>(SLV2World world);
<a name="l00146"></a>00146 
<a name="l00147"></a>00147 
<a name="l00159"></a>00159 SLV2Plugins
<a name="l00160"></a>00160 <a class="code" href="group__slv2__world.html#ga67db64e62f7bdade9de8e3eaeb4d219b" title="Return a list of found plugins filtered by a user-defined filter function.">slv2_world_get_plugins_by_filter</a>(SLV2World world,
<a name="l00161"></a>00161                                  <span class="keywordtype">bool</span> (*include)(SLV2Plugin));
<a name="l00162"></a>00162 
<a name="l00163"></a>00163 
<a name="l00164"></a>00164 <span class="preprocessor">#if 0</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span>
<a name="l00172"></a>00172 SLV2Plugins
<a name="l00173"></a>00173 slv2_world_get_plugins_by_class(SLV2World       world,
<a name="l00174"></a>00174                                 SLV2PluginClass plugin_class);
<a name="l00175"></a>00175 <span class="preprocessor">#endif</span>
<a name="l00176"></a>00176 <span class="preprocessor"></span>
<a name="l00177"></a>00177 <span class="preprocessor">#if 0</span>
<a name="l00178"></a>00178 <span class="preprocessor"></span>
<a name="l00198"></a>00198 SLV2Plugins
<a name="l00199"></a>00199 slv2_world_get_plugins_by_query(SLV2World   world,
<a name="l00200"></a>00200                                 <span class="keyword">const</span> <span class="keywordtype">char</span>* query);
<a name="l00201"></a>00201 <span class="preprocessor">#endif</span>
<a name="l00202"></a>00202 <span class="preprocessor"></span>
<a name="l00205"></a>00205 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00206"></a>00206 <span class="preprocessor"></span>} <span class="comment">/* extern &quot;C&quot; */</span>
<a name="l00207"></a>00207 <span class="preprocessor">#endif</span>
<a name="l00208"></a>00208 <span class="preprocessor"></span>
<a name="l00209"></a>00209 <span class="preprocessor">#endif </span><span class="comment">/* __SLV2_WORLD_H__ */</span>
<a name="l00210"></a>00210 
</pre></div></div>
</div>
<hr size="1"><address style="text-align: right;"><small>
Generated for SLV2 by <a href="http://www.doxygen.org/
index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
1.7.1</small></address>
</body>
</html>