Start hosting <parameter>local_path</parameter> at <parameter>server_path</parameter>. Files with the path <parameter>local_path</parameter>.LOCALE (if they exist)
will be served up when LOCALE is specified in the request's Accept-Language header.
</para>
</refsect1>
<refsect1role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>context</parameter></term>
<listitem>
<para>
A context identifier, returned by <function>gupnp_context_new</function>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>local_path</parameter></term>
<listitem>
<para>
Path to the local file or folder to be hosted.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>server_path</parameter></term>
<listitem>
<para>
Web server path where <parameter>local_path</parameter> should be hosted.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
</para>
</refsect1>
<refsect1role="examples">
&reftitle.examples;
<para>
<example>
<title>Create new UPnP context and set host path</title>