~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpmodule/html/GimpModuleDB.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-10-06 13:30:41 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20081006133041-3panbkcanaymfsmp
Tags: upstream-2.6.0
ImportĀ upstreamĀ versionĀ 2.6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
<link rel="index" href="libgimpmodule-index.html" title="Index">
15
15
<link rel="index" href="libgimpmodule-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
16
16
<link rel="index" href="libgimpmodule-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
 
17
<link rel="index" href="libgimpmodule-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
17
18
<link rel="index" href="libgimpmodule-index-deprecated.html" title="Index of deprecated symbols">
18
19
</head>
19
20
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
173
174
                                                         const gchar *module_path);</pre>
174
175
<p>
175
176
Scans the directories contained in <em class="parameter"><code>module_path</code></em> using
176
 
<code class="function">gimp_datafiles_read_directories()</code> and creates a <a class="link" href="GimpModule.html" title="GimpModule"><span class="type">GimpModule</span></a>
 
177
<a
 
178
href="../libgimpbase/libgimpbase-gimpdatafiles.html#gimp-datafiles-read-directories"
 
179
><code class="function">gimp_datafiles_read_directories()</code></a> and creates a <a class="link" href="GimpModule.html" title="GimpModule"><span class="type">GimpModule</span></a>
177
180
instance for every loadable module contained in the directories.</p>
178
181
<p>
179
182