Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > main-release > by-pkgid > 926d2d1e3111287cee1b0a4fad4fb4f6 > files > 203

lib64dbus-1_3-devel-0.92-6mdv2007.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>DBusServerDebugPipe</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.15 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="modules.html">Modules</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; <a class="qindex" href="pages.html">Related Pages</a> &nbsp; </center>
<hr><h1>DBusServerDebugPipe<br>
<small>
[<a class="el" href="group__DBusInternals.html">D-BUS internal implementation details</a>]</small>
</h1>In-process pipe debug server used in unit tests. 
<a href="#_details">More...</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td colspan=2><br><h2>Data Structures</h2></td></tr>
<tr><td nowrap align=right valign=top>struct &nbsp;</td><td valign=bottom><a class="el" href="structDBusServerDebugPipe.html">DBusServerDebugPipe</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Implementation details of DBusServerDebugPipe.</em> <a href="structDBusServerDebugPipe.html#_details">More...</a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="a0" doxytag="DBusServerDebugPipe::DBusServerDebugPipe"></a>
typedef DBusServerDebugPipe&nbsp;</td><td valign=bottom><a class="el" href="group__DBusServerDebugPipe.html#a0">DBusServerDebugPipe</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Opaque object representing a debug server implementation.</em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structDBusServer.html">DBusServer</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__DBusServerDebugPipe.html#a8">_dbus_server_debug_pipe_new</a> (const char *server_name, <a class="el" href="structDBusError.html">DBusError</a> *error)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Creates a new debug server using an in-process pipe.</em> <a href="#a8">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="structDBusTransport.html">DBusTransport</a> *&nbsp;</td><td valign=bottom><a class="el" href="group__DBusServerDebugPipe.html#a9">_dbus_transport_debug_pipe_new</a> (const char *server_name, <a class="el" href="structDBusError.html">DBusError</a> *error)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Creates the client-side transport for a debug-pipe connection connected to the given debug-pipe server name.</em> <a href="#a9">More...</a><em></em></font><br><br></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
In-process pipe debug server used in unit tests.
<p>

<p>
 Types and functions related to DBusServerDebugPipe. This is used for unit testing. <hr><h2>Function Documentation</h2>
<a name="a8" doxytag="dbus-server-debug-pipe.c::_dbus_server_debug_pipe_new"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="structDBusServer.html">DBusServer</a>* _dbus_server_debug_pipe_new </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>server_name</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="structDBusError.html">DBusError</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>error</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Creates a new debug server using an in-process pipe.
<p>
<dl compact><dt><b>
Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>server_name</em>&nbsp;</td><td>
the name of the server. </td></tr>
<tr><td valign=top><em>error</em>&nbsp;</td><td>
address where an error can be returned. </td></tr>
</table>
</dl><dl compact><dt><b>
Returns: </b><dd>
a new server, or <a class="el" href="group__DBusMacros.html#a4">NULL</a> on failure. </dl>
<p>
Definition at line <a class="el" href="dbus-server-debug-pipe_8c-source.html#l00131">131</a> of file <a class="el" href="dbus-server-debug-pipe_8c-source.html">dbus-server-debug-pipe.c</a>.
<p>
References <a class="el" href="dbus-server-debug-pipe_8c-source.html#l00056">base</a>, and <a class="el" href="dbus-server-debug-pipe_8c-source.html#l00058">name</a>.    </td>
  </tr>
</table>
<a name="a9" doxytag="dbus-server-debug-pipe.c::_dbus_transport_debug_pipe_new"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
  <tr>
    <td class="md">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="structDBusTransport.html">DBusTransport</a>* _dbus_transport_debug_pipe_new </td>
          <td class="md" valign="top">(&nbsp;</td>
          <td class="md" nowrap valign="top">const char *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>server_name</em>, </td>
        </tr>
        <tr>
          <td></td>
          <td></td>
          <td class="md" nowrap><a class="el" href="structDBusError.html">DBusError</a> *&nbsp;</td>
          <td class="mdname" nowrap>&nbsp; <em>error</em></td>
        </tr>
        <tr>
          <td></td>
          <td class="md">)&nbsp;</td>
          <td class="md" colspan="2"></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Creates the client-side transport for a debug-pipe connection connected to the given debug-pipe server name.
<p>
<dl compact><dt><b>
Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>server_name</em>&nbsp;</td><td>
name of server to connect to </td></tr>
<tr><td valign=top><em>error</em>&nbsp;</td><td>
address where an error can be returned. </td></tr>
</table>
</dl><dl compact><dt><b>
Returns: </b><dd>
<a class="el" href="group__DBusMacros.html#a4">NULL</a> on no memory or transport </dl>
<p>
Definition at line <a class="el" href="dbus-server-debug-pipe_8c-source.html#l00203">203</a> of file <a class="el" href="dbus-server-debug-pipe_8c-source.html">dbus-server-debug-pipe.c</a>.
<p>
References <a class="el" href="dbus-server-protected_8h-source.html#l00074">DBusServer::auth_mechanisms</a>, <a class="el" href="dbus-server-protected_8h-source.html#l00068">DBusServer::new_connection_data</a>, and <a class="el" href="dbus-server-protected_8h-source.html#l00066">DBusServer::new_connection_function</a>.    </td>
  </tr>
</table>
<hr><address align="right"><small>Generated on Wed Jun 9 05:01:28 2004 for D-BUS by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 
width=110 height=53></a>1.2.15 </small></address>
</body>
</html>