ACC SHELL
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>
SLP Source Management</title>
<style type="text/css">body { background-color: #c8c8c8 }
h1 { color: #e00000 }
table { width: 100%/ border: none }
img { border: 0px }
.sigbox { background-color: #ffc080; border: solid thin #f96500 }
.sig { font: larger monospace }
.padtbl { background-color: #ffc080; padding: 10px; margin: 10px }
/* arrow */
.a { color: #606060 }
/* type, parameter */
.t, .p { color: #c05000 }
.pbox { width: 20% }
.descbox { }
.right { align: right }
.header {}
.footer { clear: both}
.menu { width: 10%; float: left }
.main { width: 90%; float: left }
</style>
</head>
<body>
<div class="header">
<i>YaST2 Developers Documentation:</i>
<a href="index.html">
<b>
SLP Source Management</b>
</a>
<img class="right" alt="" src="/usr/share/doc/packages/yast2-devtools/images/yast2-mini.png" />
<hr />
</div>
<div class="menu">
<img alt="YaST" src="/usr/share/doc/packages/yast2-devtools/images/yast2-half.png" />
<br />
<br />
<a href="index.html">functions</a>
<br />
<a href="files.html">files</a>
<br />
<a href="intro.html">intro</a>
</div>
<div class="main">
<div class="sigbox">
<table class="padtbl">
<tr>
<td>
<h1>
SLP Source Management</h1>
</td>
<td class="filecell">modules/SourceManagerSLP.ycp</td>
</tr>
<tr>
<td>SLP-related SourceManager settings</td>
</tr>
<tr>
<td>
<ul>
<li>Lukas Ocilka <locilka@suse.cz></li>
<li> Status: Work in Progress</li>
</ul>
</td>
</tr>
<tr>
<td>
<p>This module has an unstable interface.</p>
</td>
</tr>
</table>
<table class="padtbl">
<tr>
<td>
This module provides a complete set of functions that allows you to search
and select a new SLP repository.
<h1>Imports</h1>
<ul>
<li>Directory</li>
<li>Label</li>
<li>Report</li>
<li>SLP</li>
<li>Stage</li>
<li>SuSEFirewall</li>
<li>Wizard</li>
</ul>
<h1>Global Functions</h1>
<ul>
<li>
<a href="#AddSourceTypeSLP">AddSourceTypeSLP ()</a>
</li>
<li>
<a href="#SelectOneSLPService">SelectOneSLPService ()</a>
</li>
</ul>
<h1>Local Functions</h1>
<ul>
<li>
<a href="#InitSLPListFoundDialog">InitSLPListFoundDialog (list <map> & services, string regexp_string)</a>
</li>
</ul>
</td>
</tr>
</table>
</div>
<p />
<div class="sigbox">
<span class="sig" id="InitSLPListFoundDialog">local
<b>InitSLPListFoundDialog (list <map> & services, string regexp_string)
<span class="a"> -> </span>
<span class="t">void</span>
</b>
</span>
</div>
<p>
Initializes the listed SLP services.</p>
<dl>
<dt>
<b>Parameters:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="p">services</span>
</td>
<td class="descbox"></td>
</tr>
<tr>
<td class="pbox">
<span class="p">regexp_string</span>
</td>
<td class="descbox"></td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="SelectOneSLPService">global
<b>SelectOneSLPService ()
<span class="a"> -> </span>
<span class="t">string</span>
</b>
</span>
</div>
<p>
Function searches the SLP services on the current network.
If there are some SLP services, opens up a dialog containing
them and user has to select one or cancel the operation.
Selected URL is returned as string, otherwise a nil is returned.</p>
<dl>
<dt>
<b>Return value:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="t" />
</td>
<td class="descbox">service_URL</td>
</tr>
</table>
</dd>
</dl>
<div class="sigbox">
<span class="sig" id="AddSourceTypeSLP">global
<b>AddSourceTypeSLP ()
<span class="a"> -> </span>
<span class="t">string</span>
</b>
</span>
</div>
<p>
Function scans for SLP installation servers on the network</p>
<dl>
<dt>
<b>Return value:</b>
</dt>
<dd>
<table>
<tr>
<td class="pbox">
<span class="t" />
</td>
<td class="descbox">one of `back, `next</td>
</tr>
</table>
</dd>
</dl>
</div>
<div class="footer">
<hr />
<i>YaST2 Developers Documentation</i>
<img class="right" alt="" src="/usr/share/doc/packages/yast2-devtools/images/yast2-mini.png" />
</div>
</body>
</html>
ACC SHELL 2018