Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 0913c61432ad4cb3dc0275fd5f3bbd98 > files > 117

meanwhile-doc-1.1.0-4.fc13.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>meanwhile: mw_st_list.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<h1>mw_st_list.h</h1><a href="mw__st__list_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 
<a name="l00002"></a>00002 <span class="comment">/*</span>
<a name="l00003"></a>00003 <span class="comment">  Meanwhile - Unofficial Lotus Sametime Community Client Library</span>
<a name="l00004"></a>00004 <span class="comment">  Copyright (C) 2004  Christopher (siege) O&#39;Brien</span>
<a name="l00005"></a>00005 <span class="comment">  </span>
<a name="l00006"></a>00006 <span class="comment">  This library is free software; you can redistribute it and/or</span>
<a name="l00007"></a>00007 <span class="comment">  modify it under the terms of the GNU Library General Public</span>
<a name="l00008"></a>00008 <span class="comment">  License as published by the Free Software Foundation; either</span>
<a name="l00009"></a>00009 <span class="comment">  version 2 of the License, or (at your option) any later version.</span>
<a name="l00010"></a>00010 <span class="comment">  </span>
<a name="l00011"></a>00011 <span class="comment">  This library is distributed in the hope that it will be useful,</span>
<a name="l00012"></a>00012 <span class="comment">  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00013"></a>00013 <span class="comment">  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00014"></a>00014 <span class="comment">  Library General Public License for more details.</span>
<a name="l00015"></a>00015 <span class="comment">  </span>
<a name="l00016"></a>00016 <span class="comment">  You should have received a copy of the GNU Library General Public</span>
<a name="l00017"></a>00017 <span class="comment">  License along with this library; if not, write to the Free</span>
<a name="l00018"></a>00018 <span class="comment">  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span>
<a name="l00019"></a>00019 <span class="comment">*/</span>
<a name="l00020"></a>00020 
<a name="l00021"></a>00021 <span class="preprocessor">#ifndef _MW_ST_LIST_H</span>
<a name="l00022"></a>00022 <span class="preprocessor"></span><span class="preprocessor">#define _MW_ST_LIST_H</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span>
<a name="l00024"></a>00024 
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;glib.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;glib/glist.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &quot;<a class="code" href="mw__common_8h.html" title="Common data types and functions for handling those types.">mw_common.h</a>&quot;</span>
<a name="l00035"></a>00035 
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00039"></a>00039 <span class="preprocessor">#endif</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span>
<a name="l00041"></a>00041 
<a name="l00042"></a><a class="code" href="mw__st__list_8h.html#a715e847e70de42700c2c0c1d33d5f771">00042</a> <span class="preprocessor">#define ST_LIST_MAJOR  3</span>
<a name="l00043"></a><a class="code" href="mw__st__list_8h.html#aff9d92721785a9ec3af6142361abfb40">00043</a> <span class="preprocessor"></span><span class="preprocessor">#define ST_LIST_MINOR  1</span>
<a name="l00044"></a><a class="code" href="mw__st__list_8h.html#ade9021794a873b0860b9875b417e5088">00044</a> <span class="preprocessor"></span><span class="preprocessor">#define ST_LIST_MICRO  3</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span>
<a name="l00046"></a>00046 
<a name="l00047"></a><a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80">00047</a> <span class="keyword">enum</span> <a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80">mwSametimeGroupType</a> {
<a name="l00048"></a><a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80a04914e2397b4a83eb46f8cdb5beee2ca">00048</a>   <a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80a04914e2397b4a83eb46f8cdb5beee2ca" title="a normal group of users">mwSametimeGroup_NORMAL</a>  = 1,  
<a name="l00049"></a><a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80ae96fc4dd1780f6107afcd1fb70c373fb">00049</a>   <a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80ae96fc4dd1780f6107afcd1fb70c373fb" title="a server-side group">mwSametimeGroup_DYNAMIC</a> = 2,  
<a name="l00050"></a><a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80ad301d994bb64a2b0bb25b59b40439371">00050</a>   <a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80ad301d994bb64a2b0bb25b59b40439371" title="error determining group type">mwSametimeGroup_UNKNOWN</a> = 0,  
<a name="l00051"></a>00051 };
<a name="l00052"></a>00052 
<a name="l00053"></a>00053 
<a name="l00054"></a><a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cf">00054</a> <span class="keyword">enum</span> <a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cf">mwSametimeUserType</a> {
<a name="l00055"></a><a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cfa4bc8362167b87cc1380e542371715262">00055</a>   <a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cfa4bc8362167b87cc1380e542371715262" title="user on same community">mwSametimeUser_NORMAL</a>   = 1,  
<a name="l00056"></a><a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cfa39672058ac7d4dc639de70b52409c551">00056</a>   <a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cfa39672058ac7d4dc639de70b52409c551" title="external user">mwSametimeUser_EXTERNAL</a> = 2,  
<a name="l00057"></a><a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cfa9f5fd5999785f3e37dc5c51fec2b2143">00057</a>   <a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cfa9f5fd5999785f3e37dc5c51fec2b2143" title="error determining user type">mwSametimeUser_UNKNOWN</a>  = 0,  
<a name="l00058"></a>00058 };
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 
<a name="l00064"></a><a class="code" href="structmwSametimeGroup.html">00064</a> <span class="keyword">struct </span><a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a>;
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 
<a name="l00070"></a><a class="code" href="structmwSametimeUser.html">00070</a> <span class="keyword">struct </span><a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a>;
<a name="l00071"></a>00071 
<a name="l00072"></a>00072 
<a name="l00076"></a>00076 <span class="keyword">struct </span><a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a>;
<a name="l00077"></a>00077 
<a name="l00078"></a>00078 
<a name="l00080"></a>00080 <span class="keyword">struct </span><a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *<a class="code" href="mw__st__list_8h.html#a9c2e93050dd5445f64203909f9a48c44" title="Create a new list.">mwSametimeList_new</a>(<span class="keywordtype">void</span>);
<a name="l00081"></a>00081 
<a name="l00082"></a>00082 
<a name="l00084"></a>00084 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a24b6daf1da8c15b9e7ca5d11a97c974c" title="Free the list, all of its groups, and all of the groups&amp;#39; members.">mwSametimeList_free</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00085"></a>00085 
<a name="l00086"></a>00086 
<a name="l00090"></a>00090 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a86df0bcac8db117ae3358158d3482ae2" title="Load a sametime list from a buffer.">mwSametimeList_get</a>(<span class="keyword">struct</span> <a class="code" href="structmwGetBuffer.html" title="buffer to be read from">mwGetBuffer</a> *b, <span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00091"></a>00091 
<a name="l00092"></a>00092 
<a name="l00096"></a>00096 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a146ddcf9a0cb7f89cac27e82accc2c6f" title="Write a sametime list onto a buffer.">mwSametimeList_put</a>(<span class="keyword">struct</span> <a class="code" href="structmwPutBuffer.html" title="buffer to be written to">mwPutBuffer</a> *b, <span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00097"></a>00097 
<a name="l00098"></a>00098 
<a name="l00100"></a>00100 <span class="keyword">struct </span><a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *<a class="code" href="mw__st__list_8h.html#a6ed7fd6968c4d921351311c707f3cabf" title="convert a plain string into a sametime list">mwSametimeList_load</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *str);
<a name="l00101"></a>00101 
<a name="l00102"></a>00102 
<a name="l00104"></a>00104 <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#abf3a05001e8b9fb74447c9c7c987a895" title="convert a sametime list into a string">mwSametimeList_store</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00105"></a>00105 
<a name="l00106"></a>00106 
<a name="l00107"></a>00107 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a97d9e5598c71ca1b8c495059f5ce1139">mwSametimeList_setMajor</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l, guint v);
<a name="l00108"></a>00108 
<a name="l00109"></a>00109 
<a name="l00110"></a>00110 guint <a class="code" href="mw__st__list_8h.html#a3d0310433c25fba86ee008f6272403d1">mwSametimeList_getMajor</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00111"></a>00111 
<a name="l00112"></a>00112 
<a name="l00113"></a>00113 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a818f2b470246cc12237855ca1abe3d02">mwSametimeList_setMinor</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l, guint v);
<a name="l00114"></a>00114 
<a name="l00115"></a>00115 
<a name="l00116"></a>00116 guint <a class="code" href="mw__st__list_8h.html#a8789726403941fb31b42f00010b0180f">mwSametimeList_getMinor</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00117"></a>00117 
<a name="l00118"></a>00118 
<a name="l00119"></a>00119 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a8851984da5f2eea7b503b84f74aded24">mwSametimeList_setMicro</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l, guint v);
<a name="l00120"></a>00120 
<a name="l00121"></a>00121 
<a name="l00122"></a>00122 guint <a class="code" href="mw__st__list_8h.html#a68042bfba90ce27b4f983d98cc86edb9">mwSametimeList_getMicro</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00123"></a>00123 
<a name="l00124"></a>00124 
<a name="l00126"></a>00126 GList *<a class="code" href="mw__st__list_8h.html#acb7f427294efab1b150e4311a6a30013" title="Get a GList snapshot of the groups in a list.">mwSametimeList_getGroups</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l);
<a name="l00127"></a>00127 
<a name="l00128"></a>00128 
<a name="l00129"></a>00129 <span class="keyword">struct </span><a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *
<a name="l00130"></a>00130 <a class="code" href="mw__st__list_8h.html#a9459fb70bdb908c29dcf60b71552a403">mwSametimeList_findGroup</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l,
<a name="l00131"></a>00131                          <span class="keyword">const</span> <span class="keywordtype">char</span> *name);
<a name="l00132"></a>00132 
<a name="l00133"></a>00133 
<a name="l00135"></a>00135 <span class="keyword">struct </span><a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *
<a name="l00136"></a>00136 <a class="code" href="mw__st__list_8h.html#a5cbae1e76333389ea7972d0155ad92a3" title="Create a new group in a list.">mwSametimeGroup_new</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *l,
<a name="l00137"></a>00137                     <span class="keyword">enum</span> <a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80">mwSametimeGroupType</a> type,
<a name="l00138"></a>00138                     <span class="keyword">const</span> <span class="keywordtype">char</span> *name);
<a name="l00139"></a>00139 
<a name="l00140"></a>00140 
<a name="l00143"></a>00143 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a313ca7ef6c6229de0f16721318a47ff2" title="Remove a group from its list, and free it.">mwSametimeGroup_free</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00144"></a>00144 
<a name="l00145"></a>00145 
<a name="l00146"></a>00146 <span class="keyword">enum</span> <a class="code" href="mw__st__list_8h.html#ae7a7eada1fbfba224c91e3bf024c4a80">mwSametimeGroupType</a> <a class="code" href="mw__st__list_8h.html#a1c9eb0f2f666416d6ecd91c5107a7b05">mwSametimeGroup_getType</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00147"></a>00147 
<a name="l00148"></a>00148 
<a name="l00149"></a>00149 <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#a296847bebae85dbc835e711cd0e9637c">mwSametimeGroup_getName</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00150"></a>00150 
<a name="l00151"></a>00151 
<a name="l00152"></a>00152 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a61c6c15ef09d6622fe9aeb8d8af65dea">mwSametimeGroup_setAlias</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g,
<a name="l00153"></a>00153                               <span class="keyword">const</span> <span class="keywordtype">char</span> *alias);
<a name="l00154"></a>00154 
<a name="l00155"></a>00155 
<a name="l00156"></a>00156 <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#aabccae5ef3c58d9488035ba1495d62fc">mwSametimeGroup_getAlias</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00157"></a>00157 
<a name="l00158"></a>00158 
<a name="l00159"></a>00159 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#aa9f4dc8cea4b7fcdb17edfe52117e59e">mwSametimeGroup_setOpen</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g, gboolean open);
<a name="l00160"></a>00160 
<a name="l00161"></a>00161 
<a name="l00162"></a>00162 gboolean <a class="code" href="mw__st__list_8h.html#af60b92182c95f3110bc088bec3fdf82d">mwSametimeGroup_isOpen</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00163"></a>00163 
<a name="l00164"></a>00164 
<a name="l00165"></a>00165 <span class="keyword">struct </span><a class="code" href="structmwSametimeList.html" title="Represents a group-based buddy list.">mwSametimeList</a> *<a class="code" href="mw__st__list_8h.html#abb1234b841c396d1f5345062dcf8cb81">mwSametimeGroup_getList</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00166"></a>00166 
<a name="l00167"></a>00167 
<a name="l00169"></a>00169 GList *<a class="code" href="mw__st__list_8h.html#a956dcc093ff8aef0a0d79cf412be424a" title="Get a GList snapshot of the users in a list.">mwSametimeGroup_getUsers</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g);
<a name="l00170"></a>00170 
<a name="l00171"></a>00171 
<a name="l00172"></a>00172 <span class="keyword">struct </span><a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *
<a name="l00173"></a>00173 <a class="code" href="mw__st__list_8h.html#a887adb5f00aef0c75c4f98e296bce88e">mwSametimeGroup_findUser</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g,
<a name="l00174"></a>00174                          <span class="keyword">struct</span> <a class="code" href="structmwIdBlock.html">mwIdBlock</a> *user);
<a name="l00175"></a>00175 
<a name="l00176"></a>00176 
<a name="l00178"></a>00178 <span class="keyword">struct </span><a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *
<a name="l00179"></a>00179 <a class="code" href="mw__st__list_8h.html#ab1cc894d9c0903db2b9de07a126dc6e6" title="Create a user in a group.">mwSametimeUser_new</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *g,
<a name="l00180"></a>00180                    <span class="keyword">enum</span> <a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cf">mwSametimeUserType</a> type,
<a name="l00181"></a>00181                    <span class="keyword">struct</span> <a class="code" href="structmwIdBlock.html">mwIdBlock</a> *user);
<a name="l00182"></a>00182 
<a name="l00183"></a>00183 
<a name="l00185"></a>00185 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a3e34c3302305e147d975e278eddd62ce" title="Remove user from its group, and free it.">mwSametimeUser_free</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00186"></a>00186 
<a name="l00187"></a>00187 
<a name="l00188"></a>00188 <span class="keyword">struct </span><a class="code" href="structmwSametimeGroup.html" title="Represents a group in a buddy list.">mwSametimeGroup</a> *<a class="code" href="mw__st__list_8h.html#ad6365cdf88668606b45d7485ea0aa644">mwSametimeUser_getGroup</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00189"></a>00189 
<a name="l00190"></a>00190 
<a name="l00191"></a>00191 <span class="keyword">enum</span> <a class="code" href="mw__st__list_8h.html#aeea8d986216fa5352ef35fd07e4859cf">mwSametimeUserType</a> <a class="code" href="mw__st__list_8h.html#a56588fb0e8373b5275b4140a61b3621b">mwSametimeUser_getType</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00192"></a>00192 
<a name="l00193"></a>00193 
<a name="l00194"></a>00194 <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#a0ba53c8c6bffc70ebb04cd62c89f8186">mwSametimeUser_getUser</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00195"></a>00195 
<a name="l00196"></a>00196 
<a name="l00197"></a>00197 <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#aaa3d6dfc4853603a4306ef9d35a3fdac">mwSametimeUser_getCommunity</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00198"></a>00198 
<a name="l00199"></a>00199 
<a name="l00200"></a>00200 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#a13f35f7da41c009ae5045f26678b4d78">mwSametimeUser_setShortName</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u, <span class="keyword">const</span> <span class="keywordtype">char</span> *name);
<a name="l00201"></a>00201 
<a name="l00202"></a>00202 
<a name="l00203"></a>00203 <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#a2d90874d7d520a876ec31992e3f2ea9f">mwSametimeUser_getShortName</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00204"></a>00204 
<a name="l00205"></a>00205 
<a name="l00206"></a>00206 <span class="keywordtype">void</span> <a class="code" href="mw__st__list_8h.html#af49e9faa2568d3feb02dbb5ca3c034b1">mwSametimeUser_setAlias</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u, <span class="keyword">const</span> <span class="keywordtype">char</span> *alias);
<a name="l00207"></a>00207 
<a name="l00208"></a>00208 
<a name="l00209"></a>00209 <span class="keyword">const</span> <span class="keywordtype">char</span> *<a class="code" href="mw__st__list_8h.html#a1ad661addb3d5d735e4c22492bf4e40b">mwSametimeUser_getAlias</a>(<span class="keyword">struct</span> <a class="code" href="structmwSametimeUser.html" title="Represents a user in a group in a buddy list.">mwSametimeUser</a> *u);
<a name="l00210"></a>00210 
<a name="l00211"></a>00211 
<a name="l00212"></a>00212 
<a name="l00213"></a>00213 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00214"></a>00214 <span class="preprocessor"></span>}
<a name="l00215"></a>00215 <span class="preprocessor">#endif</span>
<a name="l00216"></a>00216 <span class="preprocessor"></span>
<a name="l00217"></a>00217 
<a name="l00218"></a>00218 <span class="preprocessor">#endif </span><span class="comment">/* _MW_ST_LIST_H */</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>