~ubuntu-branches/ubuntu/trusty/glibmm2.4/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/classGlib_1_1Module.html

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2014-04-07 13:47:09 UTC
  • mfrom: (1.2.87)
  • Revision ID: package-import@ubuntu.com-20140407134709-wlrea1wrtuy9kpzw
Tags: 2.39.93-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 <tr style="height: 56px;">
19
19
  <td style="padding-left: 0.5em;">
20
20
   <div id="projectname">glibmm
21
 
   &#160;<span id="projectnumber">2.39.4</span>
 
21
   &#160;<span id="projectnumber">2.39.93</span>
22
22
   </div>
23
23
  </td>
24
24
 </tr>
235
235
</dl>
236
236
<dl class="section return"><dt>Returns</dt><dd>The system-specific filename of the module A portable way to build the filename of a module. The platform-specific prefix and suffix are added to the filename, if needed, and the result is added to the directory, using the correct separator character.</dd></dl>
237
237
<p>The directory should specify the directory where the module can be found. It can be <code>0</code> or an empty string to indicate that the module is in a standard platform-specific directory, though this is not recommended since the wrong module may be found.</p>
238
 
<p>For example, calling g_module_build_path() on a Linux system with a <em>directory</em> of <code>/lib</code> and a <em>module_name</em> of "mylibrary" will return <code>/lib/libmylibrary.so</code>. On a Windows system, using <code>\Windows</code> as the directory it will return <code>\Windows\mylibrary.dll</code>. </p>
 
238
<p>For example, calling g_module_build_path() on a Linux system with a <em>directory</em> of <code>/lib</code> and a <em>module_name</em> of "mylibrary" will return <code>/lib/libmylibrary.so</code>. On a Windows system, using <code>\\Windows</code> as the directory it will return <code>\\Windows\\mylibrary.dll</code>. </p>
239
239
<dl class="params"><dt>Parameters</dt><dd>
240
240
  <table class="params">
241
241
    <tr><td class="paramname">directory</td><td>The directory where the module is. This can be <code>0</code> or the empty string to indicate that the standard platform-specific directories will be used, though that is not recommended. </td></tr>
458
458
</div><!-- contents -->
459
459
<!-- start footer part -->
460
460
<hr class="footer"/><address class="footer"><small>
461
 
Generated on Mon Feb 17 2014 09:42:53 for glibmm by &#160;<a href="http://www.doxygen.org/index.html">
 
461
Generated on Sat Apr 5 2014 14:43:04 for glibmm by &#160;<a href="http://www.doxygen.org/index.html">
462
462
<img class="footer" src="doxygen.png" alt="doxygen"/>
463
463
</a> 1.8.4
464
464
</small></address>