Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > d4a6745d7fbd92dfb64dce5e91e08f80 > files > 166

lib64meanwhile1-doc-1.0.2-1mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>meanwhile: mwPlaceHandler Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.4 -->
<div class="tabs">
  <ul>
    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
    <li class="current"><a href="classes.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="files.html"><span>Files</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  </ul>
</div>
<div class="tabs">
  <ul>
    <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
    <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
  </ul>
</div>
<h1>mwPlaceHandler Struct Reference</h1><!-- doxytag: class="mwPlaceHandler" --><code>#include &lt;<a class="el" href="mw__srvc__place_8h-source.html">mw_srvc_place.h</a>&gt;</code>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#9b4e8273f7670da57719bd8826d530b9">clear</a> )(struct <a class="el" href="structmwServicePlace.html">mwServicePlace</a> *srvc)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#19bd16b56b4b2672dbedf981721e72b9">closed</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, guint32 code)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#429ce542c0ee63f9e5a6b853a6c8e8a2">message</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *who, const char *msg)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#28f7e6c1a10161d80265424ba6d59348">opened</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#5de69765cd84e68e49fd5c06613022bb">peerJoined</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#4fe6a5f12667605eb66ec86c47027db4">peerParted</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#913341cb53de97d46f06dcac9b7f144b">peerSetAttribute</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer, guint32 attr, struct <a class="el" href="structmwOpaque.html">mwOpaque</a> *o)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void(*&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmwPlaceHandler.html#b86a5e590752c0338eb44136377cbde2">peerUnsetAttribute</a> )(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer, guint32 attr)</td></tr>

</table>
<hr><h2>Field Documentation</h2>
<a class="anchor" name="9b4e8273f7670da57719bd8826d530b9"></a><!-- doxytag: member="mwPlaceHandler::clear" ref="9b4e8273f7670da57719bd8826d530b9" args=")(struct mwServicePlace *srvc)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#9b4e8273f7670da57719bd8826d530b9">mwPlaceHandler::clear</a>)(struct <a class="el" href="structmwServicePlace.html">mwServicePlace</a> *srvc)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="19bd16b56b4b2672dbedf981721e72b9"></a><!-- doxytag: member="mwPlaceHandler::closed" ref="19bd16b56b4b2672dbedf981721e72b9" args=")(struct mwPlace *place, guint32 code)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#19bd16b56b4b2672dbedf981721e72b9">mwPlaceHandler::closed</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, guint32 code)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="429ce542c0ee63f9e5a6b853a6c8e8a2"></a><!-- doxytag: member="mwPlaceHandler::message" ref="429ce542c0ee63f9e5a6b853a6c8e8a2" args=")(struct mwPlace *place, const struct mwIdBlock *who, const char *msg)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#429ce542c0ee63f9e5a6b853a6c8e8a2">mwPlaceHandler::message</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *who, const char *msg)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="28f7e6c1a10161d80265424ba6d59348"></a><!-- doxytag: member="mwPlaceHandler::opened" ref="28f7e6c1a10161d80265424ba6d59348" args=")(struct mwPlace *place)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#28f7e6c1a10161d80265424ba6d59348">mwPlaceHandler::opened</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="5de69765cd84e68e49fd5c06613022bb"></a><!-- doxytag: member="mwPlaceHandler::peerJoined" ref="5de69765cd84e68e49fd5c06613022bb" args=")(struct mwPlace *place, const struct mwIdBlock *peer)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#5de69765cd84e68e49fd5c06613022bb">mwPlaceHandler::peerJoined</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="4fe6a5f12667605eb66ec86c47027db4"></a><!-- doxytag: member="mwPlaceHandler::peerParted" ref="4fe6a5f12667605eb66ec86c47027db4" args=")(struct mwPlace *place, const struct mwIdBlock *peer)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#4fe6a5f12667605eb66ec86c47027db4">mwPlaceHandler::peerParted</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="913341cb53de97d46f06dcac9b7f144b"></a><!-- doxytag: member="mwPlaceHandler::peerSetAttribute" ref="913341cb53de97d46f06dcac9b7f144b" args=")(struct mwPlace *place, const struct mwIdBlock *peer, guint32 attr, struct mwOpaque *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#913341cb53de97d46f06dcac9b7f144b">mwPlaceHandler::peerSetAttribute</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer, guint32 attr, struct <a class="el" href="structmwOpaque.html">mwOpaque</a> *o)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="b86a5e590752c0338eb44136377cbde2"></a><!-- doxytag: member="mwPlaceHandler::peerUnsetAttribute" ref="b86a5e590752c0338eb44136377cbde2" args=")(struct mwPlace *place, const struct mwIdBlock *peer, guint32 attr)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void(* <a class="el" href="structmwPlaceHandler.html#b86a5e590752c0338eb44136377cbde2">mwPlaceHandler::peerUnsetAttribute</a>)(struct <a class="el" href="structmwPlace.html">mwPlace</a> *place, const struct <a class="el" href="structmwIdBlock.html">mwIdBlock</a> *peer, guint32 attr)          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="mw__srvc__place_8h-source.html">mw_srvc_place.h</a></ul>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Dec 19 09:10:34 2007 for meanwhile by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.4 </small></address>
</body>
</html>