Current File : //usr/share/doc/dbus/api/dbus-message_8h_source.html
<!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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>D-Bus: dbus-message.h Source File</title>

<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />



</head>
<body>
<div id="top"><!-- do not remove this div! -->


<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  
  
  <td style="padding-left: 0.5em;">
   <div id="projectname">D-Bus
   &#160;<span id="projectnumber">1.8.20</span>
   </div>
   
  </td>
  
  
  
 </tr>
 </tbody>
</table>
</div>

<!-- Generated by Doxygen 1.7.6.1 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<div class="title">dbus-message.h</div>  </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C; c-file-style: &quot;gnu&quot;; indent-tabs-mode: nil; -*- */</span>
<a name="l00002"></a>00002 <span class="comment">/* dbus-message.h DBusMessage object</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2002, 2003, 2005 Red Hat Inc.</span>
<a name="l00005"></a>00005 <span class="comment"> *</span>
<a name="l00006"></a>00006 <span class="comment"> * Licensed under the Academic Free License version 2.1</span>
<a name="l00007"></a>00007 <span class="comment"> * </span>
<a name="l00008"></a>00008 <span class="comment"> * This program is free software; you can redistribute it and/or modify</span>
<a name="l00009"></a>00009 <span class="comment"> * it under the terms of the GNU General Public License as published by</span>
<a name="l00010"></a>00010 <span class="comment"> * the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00011"></a>00011 <span class="comment"> * (at your option) any later version.</span>
<a name="l00012"></a>00012 <span class="comment"> *</span>
<a name="l00013"></a>00013 <span class="comment"> * This program is distributed in the hope that it will be useful,</span>
<a name="l00014"></a>00014 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00015"></a>00015 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00016"></a>00016 <span class="comment"> * GNU General Public License for more details.</span>
<a name="l00017"></a>00017 <span class="comment"> * </span>
<a name="l00018"></a>00018 <span class="comment"> * You should have received a copy of the GNU General Public License</span>
<a name="l00019"></a>00019 <span class="comment"> * along with this program; if not, write to the Free Software</span>
<a name="l00020"></a>00020 <span class="comment"> * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> */</span>
<a name="l00023"></a>00023 <span class="preprocessor">#if !defined (DBUS_INSIDE_DBUS_H) &amp;&amp; !defined (DBUS_COMPILATION)</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor">#error &quot;Only &lt;dbus/dbus.h&gt; can be included directly, this file may disappear or change contents.&quot;</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#ifndef DBUS_MESSAGE_H</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#define DBUS_MESSAGE_H</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>
<a name="l00030"></a>00030 <span class="preprocessor">#include &lt;dbus/dbus-macros.h&gt;</span>
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;dbus/dbus-types.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;dbus/dbus-arch-deps.h&gt;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &lt;dbus/dbus-memory.h&gt;</span>
<a name="l00034"></a>00034 <span class="preprocessor">#include &lt;dbus/dbus-errors.h&gt;</span>
<a name="l00035"></a>00035 <span class="preprocessor">#include &lt;stdarg.h&gt;</span>
<a name="l00036"></a>00036 
<a name="l00037"></a>00037 <a class="code" href="group__DBusMacros.html#ga875146b01015e9ced22b25d76d549ab2" title="Macro used prior to declaring functions in the D-Bus header files.">DBUS_BEGIN_DECLS</a>
<a name="l00038"></a>00038 
<a name="l00044"></a><a class="code" href="group__DBusMessage.html#ga1c4e61fd8bcfe1160354cb578dc1731a">00044</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a> <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>;
<a name="l00046"></a><a class="code" href="group__DBusMessage.html#ga3c1fed733a5a3fd2a4376ce4f645b5ff">00046</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a>;
<a name="l00047"></a>00047 
<a name="l00051"></a><a class="code" href="structDBusMessageIter.html">00051</a> <span class="keyword">struct </span><a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a>
<a name="l00052"></a>00052 { 
<a name="l00053"></a><a class="code" href="structDBusMessageIter.html#a89df00689e77475986d00ff07c0b38a9">00053</a>   <span class="keywordtype">void</span> *<a class="code" href="structDBusMessageIter.html#a89df00689e77475986d00ff07c0b38a9" title="Don&#39;t use this.">dummy1</a>;         
<a name="l00054"></a><a class="code" href="structDBusMessageIter.html#a92769b763e00a4238d925783f21ccfd5">00054</a>   <span class="keywordtype">void</span> *<a class="code" href="structDBusMessageIter.html#a92769b763e00a4238d925783f21ccfd5" title="Don&#39;t use this.">dummy2</a>;         
<a name="l00055"></a><a class="code" href="structDBusMessageIter.html#abf06b0cb9320450f778858dbfb52fa00">00055</a>   <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a> <a class="code" href="structDBusMessageIter.html#abf06b0cb9320450f778858dbfb52fa00" title="Don&#39;t use this.">dummy3</a>; 
<a name="l00056"></a><a class="code" href="structDBusMessageIter.html#a1313e601165e39d59370a44a2319634e">00056</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#a1313e601165e39d59370a44a2319634e" title="Don&#39;t use this.">dummy4</a>;           
<a name="l00057"></a><a class="code" href="structDBusMessageIter.html#a7fafc384785b497bc0634b2717ad4924">00057</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#a7fafc384785b497bc0634b2717ad4924" title="Don&#39;t use this.">dummy5</a>;           
<a name="l00058"></a><a class="code" href="structDBusMessageIter.html#aa3be9d091be0794b1577d188b0ba9ad4">00058</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#aa3be9d091be0794b1577d188b0ba9ad4" title="Don&#39;t use this.">dummy6</a>;           
<a name="l00059"></a><a class="code" href="structDBusMessageIter.html#ad11dc31c8bff78c4d2bac6263966adbe">00059</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#ad11dc31c8bff78c4d2bac6263966adbe" title="Don&#39;t use this.">dummy7</a>;           
<a name="l00060"></a><a class="code" href="structDBusMessageIter.html#a00d25132a6a5a66278448136cb59739f">00060</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#a00d25132a6a5a66278448136cb59739f" title="Don&#39;t use this.">dummy8</a>;           
<a name="l00061"></a><a class="code" href="structDBusMessageIter.html#adc2beeb9fc94e4924e6f325a339b922b">00061</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#adc2beeb9fc94e4924e6f325a339b922b" title="Don&#39;t use this.">dummy9</a>;           
<a name="l00062"></a><a class="code" href="structDBusMessageIter.html#ad7a193ddd91c345ee126a390ca64f22e">00062</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#ad7a193ddd91c345ee126a390ca64f22e" title="Don&#39;t use this.">dummy10</a>;          
<a name="l00063"></a><a class="code" href="structDBusMessageIter.html#a11699c8153e3727faa2d7e023a4e7ac1">00063</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#a11699c8153e3727faa2d7e023a4e7ac1" title="Don&#39;t use this.">dummy11</a>;          
<a name="l00064"></a><a class="code" href="structDBusMessageIter.html#a3f61fc5c9181973d9a6edc3717ebe9f4">00064</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#a3f61fc5c9181973d9a6edc3717ebe9f4" title="Don&#39;t use this.">pad1</a>;             
<a name="l00065"></a><a class="code" href="structDBusMessageIter.html#ac41827cb92973e2cf4d5a51e4c2691d3">00065</a>   <span class="keywordtype">int</span> <a class="code" href="structDBusMessageIter.html#ac41827cb92973e2cf4d5a51e4c2691d3" title="Don&#39;t use this.">pad2</a>;             
<a name="l00066"></a><a class="code" href="structDBusMessageIter.html#ae0f32976171b6d2161ee3e21963b7be8">00066</a>   <span class="keywordtype">void</span> *<a class="code" href="structDBusMessageIter.html#ae0f32976171b6d2161ee3e21963b7be8" title="Don&#39;t use this.">pad3</a>;           
<a name="l00067"></a>00067 };
<a name="l00068"></a>00068 
<a name="l00069"></a>00069 DBUS_EXPORT
<a name="l00070"></a>00070 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#gab9e5bf8d87a95c5ca7026a791148ebd4" title="Constructs a new message of the given message type.">dbus_message_new</a>               (<span class="keywordtype">int</span>          message_type);
<a name="l00071"></a>00071 DBUS_EXPORT
<a name="l00072"></a>00072 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#ga98ddc82450d818138ef326a284201ee0" title="Constructs a new message to invoke a method on a remote object.">dbus_message_new_method_call</a>   (<span class="keyword">const</span> <span class="keywordtype">char</span>  *bus_name,
<a name="l00073"></a>00073                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *path,
<a name="l00074"></a>00074                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *iface,
<a name="l00075"></a>00075                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *method);
<a name="l00076"></a>00076 DBUS_EXPORT
<a name="l00077"></a>00077 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#ga95142bd8288f397194ee0eefb1d27125" title="Constructs a message that is a reply to a method call.">dbus_message_new_method_return</a> (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a> *method_call);
<a name="l00078"></a>00078 DBUS_EXPORT
<a name="l00079"></a>00079 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#ga6ce3213dfb17be7956affba40207a5a0" title="Constructs a new message representing a signal emission.">dbus_message_new_signal</a>        (<span class="keyword">const</span> <span class="keywordtype">char</span>  *path,
<a name="l00080"></a>00080                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *iface,
<a name="l00081"></a>00081                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *name);
<a name="l00082"></a>00082 DBUS_EXPORT
<a name="l00083"></a>00083 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#ga2ab896965aec97fb21293affeed36232" title="Creates a new message that is an error reply to another message.">dbus_message_new_error</a>         (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a> *reply_to,
<a name="l00084"></a>00084                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *error_name,
<a name="l00085"></a>00085                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *error_message);
<a name="l00086"></a>00086 DBUS_EXPORT
<a name="l00087"></a>00087 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#ga707a27881820f964e3606bc906a47978" title="Creates a new message that is an error reply to another message, allowing you to use printf formattin...">dbus_message_new_error_printf</a>  (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a> *reply_to,
<a name="l00088"></a>00088                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *error_name,
<a name="l00089"></a>00089                                              <span class="keyword">const</span> <span class="keywordtype">char</span>  *error_format,
<a name="l00090"></a>00090                                              ...);
<a name="l00091"></a>00091 
<a name="l00092"></a>00092 DBUS_EXPORT
<a name="l00093"></a>00093 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessage.html#ga4bed3858b3b48ec7c86d9fc56a6ce372" title="Creates a new message that is an exact replica of the message specified, except that its refcount is ...">dbus_message_copy</a>              (<span class="keyword">const</span> <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a> *message);
<a name="l00094"></a>00094 
<a name="l00095"></a>00095 DBUS_EXPORT
<a name="l00096"></a>00096 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>*  <a class="code" href="group__DBusMessage.html#ga834035e4817acd64adc8ca584bdf3982" title="Increments the reference count of a DBusMessage.">dbus_message_ref</a>              (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00097"></a>00097 DBUS_EXPORT
<a name="l00098"></a>00098 <span class="keywordtype">void</span>          <a class="code" href="group__DBusMessage.html#gab69441efe683918f6a82469c8763f464" title="Decrements the reference count of a DBusMessage, freeing the message if the count reaches 0...">dbus_message_unref</a>            (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00099"></a>00099 DBUS_EXPORT
<a name="l00100"></a>00100 <span class="keywordtype">int</span>           <a class="code" href="group__DBusMessage.html#ga41cace31999105137772b6257ea540f9" title="Gets the type of a message.">dbus_message_get_type</a>         (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00101"></a>00101 DBUS_EXPORT
<a name="l00102"></a>00102 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gaaf25da0ba1482266293d329314c21786" title="Sets the object path this message is being sent to (for DBUS_MESSAGE_TYPE_METHOD_CALL) or the one a s...">dbus_message_set_path</a>         (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00103"></a>00103                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *object_path);
<a name="l00104"></a>00104 DBUS_EXPORT
<a name="l00105"></a>00105 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#ga18adf731bb42d324fe2624407319e4af" title="Gets the object path this message is being sent to (for DBUS_MESSAGE_TYPE_METHOD_CALL) or being emitt...">dbus_message_get_path</a>         (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00106"></a>00106 DBUS_EXPORT
<a name="l00107"></a>00107 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gad2c87d3472bd3bfa8eca8a97f2db026b" title="Checks if the message has a particular object path.">dbus_message_has_path</a>         (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message, 
<a name="l00108"></a>00108                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *object_path);  
<a name="l00109"></a>00109 DBUS_EXPORT
<a name="l00110"></a>00110 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga02b754855e4d9a1cade8e4fc17a3f5c7" title="Sets the interface this message is being sent to (for DBUS_MESSAGE_TYPE_METHOD_CALL) or the interface...">dbus_message_set_interface</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00111"></a>00111                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *iface);
<a name="l00112"></a>00112 DBUS_EXPORT
<a name="l00113"></a>00113 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#ga1ad192bd4538cae556121a71b4e09d42" title="Gets the interface this message is being sent to (for DBUS_MESSAGE_TYPE_METHOD_CALL) or being emitted...">dbus_message_get_interface</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00114"></a>00114 DBUS_EXPORT
<a name="l00115"></a>00115 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga0d1debd1c101a80c386d6ec92cdb1d93" title="Checks if the message has an interface.">dbus_message_has_interface</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message, 
<a name="l00116"></a>00116                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *iface);
<a name="l00117"></a>00117 DBUS_EXPORT
<a name="l00118"></a>00118 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga3afdda6016816cc70b451d8657065208" title="Sets the interface member being invoked (DBUS_MESSAGE_TYPE_METHOD_CALL) or emitted (DBUS_MESSAGE_TYPE...">dbus_message_set_member</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00119"></a>00119                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *member);
<a name="l00120"></a>00120 DBUS_EXPORT
<a name="l00121"></a>00121 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#gaf5c6b705c53db07a5ae2c6b76f230cf9" title="Gets the interface member being invoked (DBUS_MESSAGE_TYPE_METHOD_CALL) or emitted (DBUS_MESSAGE_TYPE...">dbus_message_get_member</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00122"></a>00122 DBUS_EXPORT
<a name="l00123"></a>00123 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gad7021a30bf930f8090bc38f862f19adb" title="Checks if the message has an interface member.">dbus_message_has_member</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message, 
<a name="l00124"></a>00124                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *member);
<a name="l00125"></a>00125 DBUS_EXPORT
<a name="l00126"></a>00126 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga892f9857707371c2a53cec6b54c843c7" title="Sets the name of the error (DBUS_MESSAGE_TYPE_ERROR).">dbus_message_set_error_name</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00127"></a>00127                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *name);
<a name="l00128"></a>00128 DBUS_EXPORT
<a name="l00129"></a>00129 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#ga4e98b2283707a8e0313fc7c6fe3b1b5f" title="Gets the error name (DBUS_MESSAGE_TYPE_ERROR only) or NULL if none.">dbus_message_get_error_name</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00130"></a>00130 DBUS_EXPORT
<a name="l00131"></a>00131 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gacc47c1af23addfc4198b70084ba068fc" title="Sets the message&#39;s destination.">dbus_message_set_destination</a>  (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00132"></a>00132                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *destination);
<a name="l00133"></a>00133 DBUS_EXPORT
<a name="l00134"></a>00134 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#gaac65c926e6253e49aa689b4f032fad45" title="Gets the destination of a message or NULL if there is none set.">dbus_message_get_destination</a>  (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00135"></a>00135 DBUS_EXPORT
<a name="l00136"></a>00136 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gaa2170744c2c19217d9df02551f16bc92" title="Sets the message sender.">dbus_message_set_sender</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00137"></a>00137                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *sender);
<a name="l00138"></a>00138 DBUS_EXPORT
<a name="l00139"></a>00139 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#ga13ce514ceb2d1598751f3a7760cf1375" title="Gets the unique name of the connection which originated this message, or NULL if unknown or inapplica...">dbus_message_get_sender</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00140"></a>00140 DBUS_EXPORT
<a name="l00141"></a>00141 <span class="keyword">const</span> <span class="keywordtype">char</span>*   <a class="code" href="group__DBusMessage.html#gaed63e4c2baaa50d782e8ebb7643def19" title="Gets the type signature of the message, i.e.">dbus_message_get_signature</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00142"></a>00142 DBUS_EXPORT
<a name="l00143"></a>00143 <span class="keywordtype">void</span>          <a class="code" href="group__DBusMessage.html#ga0e86aeb2dc6831ccc9a21fcbf8cc16f7" title="Sets a flag indicating that the message does not want a reply; if this flag is set, the other end of the connection may (but is not required to) optimize by not sending method return or error replies.">dbus_message_set_no_reply</a>     (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00144"></a>00144                                              <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>    no_reply);
<a name="l00145"></a>00145 DBUS_EXPORT
<a name="l00146"></a>00146 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga622d051a2e5f578814116a958b240aa4" title="Returns TRUE if the message does not expect a reply.">dbus_message_get_no_reply</a>     (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00147"></a>00147 DBUS_EXPORT
<a name="l00148"></a>00148 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gad8bd4730941af47d8d0f9c9b00562a44" title="Checks whether the message is a method call with the given interface and member fields.">dbus_message_is_method_call</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00149"></a>00149                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *iface,
<a name="l00150"></a>00150                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *method);
<a name="l00151"></a>00151 DBUS_EXPORT
<a name="l00152"></a>00152 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gaed0e32329f142cc246662227c81d5d1f" title="Checks whether the message is a signal with the given interface and member fields.">dbus_message_is_signal</a>        (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00153"></a>00153                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *iface,
<a name="l00154"></a>00154                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *signal_name);
<a name="l00155"></a>00155 DBUS_EXPORT
<a name="l00156"></a>00156 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga70ef9d7fad409666a0b5f3a8d4f0dd92" title="Checks whether the message is an error reply with the given error name.">dbus_message_is_error</a>         (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00157"></a>00157                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *error_name);
<a name="l00158"></a>00158 DBUS_EXPORT
<a name="l00159"></a>00159 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga017cb8d960d4c360cb6b30ded5292509" title="Checks whether the message was sent to the given name.">dbus_message_has_destination</a>  (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00160"></a>00160                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *bus_name);
<a name="l00161"></a>00161 DBUS_EXPORT
<a name="l00162"></a>00162 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga332fb0c71efcd1e9ef43ebdf2a25350c" title="Checks whether the message has the given unique name as its sender.">dbus_message_has_sender</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00163"></a>00163                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *unique_bus_name);
<a name="l00164"></a>00164 DBUS_EXPORT
<a name="l00165"></a>00165 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga8d563a936b6147f12dce7f24df3557b7" title="Checks whether the message has the given signature; see dbus_message_get_signature() for more details...">dbus_message_has_signature</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00166"></a>00166                                              <span class="keyword">const</span> <span class="keywordtype">char</span>    *signature);
<a name="l00167"></a>00167 DBUS_EXPORT
<a name="l00168"></a>00168 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a> <a class="code" href="group__DBusMessage.html#ga390710c25564c80025a006c376da2030" title="Returns the serial of a message or 0 if none has been specified.">dbus_message_get_serial</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00169"></a>00169 DBUS_EXPORT
<a name="l00170"></a>00170 <span class="keywordtype">void</span>          <a class="code" href="group__DBusMessageInternals.html#ga3dd30a62c63eb9972cc0c564f2a89c3b" title="Sets the serial number of a message.">dbus_message_set_serial</a>       (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message, 
<a name="l00171"></a>00171                                              <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  serial);
<a name="l00172"></a>00172 DBUS_EXPORT
<a name="l00173"></a>00173 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gaec08603ff3d49bbcded67d25188a23f1" title="Sets the reply serial of a message (the serial of the message this is a reply to).">dbus_message_set_reply_serial</a> (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00174"></a>00174                                              <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a>  reply_serial);
<a name="l00175"></a>00175 DBUS_EXPORT
<a name="l00176"></a>00176 <a class="code" href="group__DBusTypes.html#gaf513803b030613a669cc7ef199f90a8b" title="A 32-bit unsigned integer on all platforms.">dbus_uint32_t</a> <a class="code" href="group__DBusMessage.html#ga94c43b2b237d842a6b91da6f94818d47" title="Returns the serial that the message is a reply to or 0 if none.">dbus_message_get_reply_serial</a> (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00177"></a>00177 
<a name="l00178"></a>00178 DBUS_EXPORT
<a name="l00179"></a>00179 <span class="keywordtype">void</span>          <a class="code" href="group__DBusMessage.html#ga1596d92a8d604f954b48c7410263d2f0" title="Sets a flag indicating that an owner for the destination name will be automatically started before th...">dbus_message_set_auto_start</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00180"></a>00180                                              <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>    auto_start);
<a name="l00181"></a>00181 DBUS_EXPORT
<a name="l00182"></a>00182 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#ga85d396a3a774e15c3dbb7704aa173384" title="Returns TRUE if the message will cause an owner for destination name to be auto-started.">dbus_message_get_auto_start</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message);
<a name="l00183"></a>00183 
<a name="l00184"></a>00184 DBUS_EXPORT
<a name="l00185"></a>00185 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>   <a class="code" href="group__DBusMessage.html#gaf2b5b3319da838b1f1b360c04a33f153" title="Gets the object path this message is being sent to (for DBUS_MESSAGE_TYPE_METHOD_CALL) or being emitt...">dbus_message_get_path_decomposed</a> (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>   *message,
<a name="l00186"></a>00186                                                 <span class="keywordtype">char</span>        ***path);
<a name="l00187"></a>00187 
<a name="l00188"></a>00188 DBUS_EXPORT
<a name="l00189"></a>00189 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga591f3aab5dd2c87e56e05423c2a671d9" title="Appends fields to a message given a variable argument list.">dbus_message_append_args</a>          (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>     *message,
<a name="l00190"></a>00190                                                <span class="keywordtype">int</span>              first_arg_type,
<a name="l00191"></a>00191                                                ...);
<a name="l00192"></a>00192 DBUS_EXPORT
<a name="l00193"></a>00193 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga106e541001d6b884d1c3cea6044693ab" title="Like dbus_message_append_args() but takes a va_list for use by language bindings.">dbus_message_append_args_valist</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>     *message,
<a name="l00194"></a>00194                                                <span class="keywordtype">int</span>              first_arg_type,
<a name="l00195"></a>00195                                                va_list          var_args);
<a name="l00196"></a>00196 DBUS_EXPORT
<a name="l00197"></a>00197 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#gad8953f53ceea7de81cde792e3edd0230" title="Gets arguments from a message given a variable argument list.">dbus_message_get_args</a>             (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>     *message,
<a name="l00198"></a>00198                                                <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>       *error,
<a name="l00199"></a>00199                                                <span class="keywordtype">int</span>              first_arg_type,
<a name="l00200"></a>00200                                                ...);
<a name="l00201"></a>00201 DBUS_EXPORT
<a name="l00202"></a>00202 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#gab0f9bbe4f3d26bc9b5cf4f243c268aaa" title="Like dbus_message_get_args but takes a va_list for use by language bindings.">dbus_message_get_args_valist</a>      (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>     *message,
<a name="l00203"></a>00203                                                <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>       *error,
<a name="l00204"></a>00204                                                <span class="keywordtype">int</span>              first_arg_type,
<a name="l00205"></a>00205                                                va_list          var_args);
<a name="l00206"></a>00206 
<a name="l00207"></a>00207 DBUS_EXPORT
<a name="l00208"></a>00208 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga7436b74471eb3642f81fd456f8f2b69c" title="Checks whether a message contains unix fds.">dbus_message_contains_unix_fds</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a> *message);
<a name="l00209"></a>00209 
<a name="l00210"></a>00210 DBUS_EXPORT
<a name="l00211"></a>00211 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga9f98b47c84f0e401ea985e681de4e963" title="Initializes a DBusMessageIter for reading the arguments of the message passed in.">dbus_message_iter_init</a>             (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>     *message,
<a name="l00212"></a>00212                                                 <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00213"></a>00213 DBUS_EXPORT
<a name="l00214"></a>00214 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#gaaffc75a699c96ff6197287f166df2149" title="Checks if an iterator has any more fields.">dbus_message_iter_has_next</a>         (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00215"></a>00215 DBUS_EXPORT
<a name="l00216"></a>00216 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga554e9fafd4dcc84cebe9da9344846a82" title="Moves the iterator to the next field, if any.">dbus_message_iter_next</a>             (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00217"></a>00217 DBUS_EXPORT
<a name="l00218"></a>00218 <span class="keywordtype">char</span>*       <a class="code" href="group__DBusMessage.html#gab4579a88a1a7eaf648350466f585ef8b" title="Returns the current signature of a message iterator.">dbus_message_iter_get_signature</a>    (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00219"></a>00219 DBUS_EXPORT
<a name="l00220"></a>00220 <span class="keywordtype">int</span>         <a class="code" href="group__DBusMessage.html#ga5aae3c882a75aed953d8b3d489e9b271" title="Returns the argument type of the argument that the message iterator points to.">dbus_message_iter_get_arg_type</a>     (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00221"></a>00221 DBUS_EXPORT
<a name="l00222"></a>00222 <span class="keywordtype">int</span>         <a class="code" href="group__DBusMessage.html#ga868a7aeddb9b54b2805776b512f68cb4" title="Returns the element type of the array that the message iterator points to.">dbus_message_iter_get_element_type</a> (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00223"></a>00223 DBUS_EXPORT
<a name="l00224"></a>00224 <span class="keywordtype">void</span>        <a class="code" href="group__DBusMessage.html#ga7652e1208743da5dd4ecc5aef07bf207" title="Recurses into a container value when reading values from a message, initializing a sub-iterator to us...">dbus_message_iter_recurse</a>          (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00225"></a>00225                                                 <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *sub);
<a name="l00226"></a>00226 DBUS_EXPORT
<a name="l00227"></a>00227 <span class="keywordtype">void</span>        <a class="code" href="group__DBusMessage.html#ga41c23a05e552d0574d0444d4693d18ab" title="Reads a basic-typed value from the message iterator.">dbus_message_iter_get_basic</a>        (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00228"></a>00228                                                 <span class="keywordtype">void</span>            *value);
<a name="l00229"></a>00229 <span class="preprocessor">#ifndef DBUS_DISABLE_DEPRECATED</span>
<a name="l00230"></a>00230 <span class="preprocessor"></span><span class="comment">/* This function returns the wire protocol size of the array in bytes,</span>
<a name="l00231"></a>00231 <span class="comment"> * you do not want to know that probably</span>
<a name="l00232"></a>00232 <span class="comment"> */</span>
<a name="l00233"></a>00233 DBUS_EXPORT
<a name="l00234"></a>00234 <a class="code" href="group__DBusMacros.html#ga7b014fa99f6ef38c1aa5a9c02468e3a0" title="Tells the compiler to warn about a function or type if it&#39;s used.">DBUS_DEPRECATED</a> <span class="keywordtype">int</span>         <a class="code" href="group__DBusMessage.html#gab8ff47649497b3e0b93a2289f5d3eb23" title="Returns the number of bytes in the array as marshaled in the wire protocol.">dbus_message_iter_get_array_len</a>    (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00235"></a>00235 <span class="preprocessor">#endif</span>
<a name="l00236"></a>00236 <span class="preprocessor"></span>DBUS_EXPORT
<a name="l00237"></a>00237 <span class="keywordtype">void</span>        <a class="code" href="group__DBusMessage.html#gae195a3312ae445e7ef0196854f3523f8" title="Reads a block of fixed-length values from the message iterator.">dbus_message_iter_get_fixed_array</a>  (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00238"></a>00238                                                 <span class="keywordtype">void</span>            *value,
<a name="l00239"></a>00239                                                 <span class="keywordtype">int</span>             *n_elements);
<a name="l00240"></a>00240 
<a name="l00241"></a>00241 
<a name="l00242"></a>00242 DBUS_EXPORT
<a name="l00243"></a>00243 <span class="keywordtype">void</span>        <a class="code" href="group__DBusMessage.html#gaf733047c467ce21f4a53b65a388f1e9d" title="Initializes a DBusMessageIter for appending arguments to the end of a message.">dbus_message_iter_init_append</a>        (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>     *message,
<a name="l00244"></a>00244                                                   <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter);
<a name="l00245"></a>00245 DBUS_EXPORT
<a name="l00246"></a>00246 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga17491f3b75b3203f6fc47dcc2e3b221b" title="Appends a basic-typed value to the message.">dbus_message_iter_append_basic</a>       (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00247"></a>00247                                                   <span class="keywordtype">int</span>              type,
<a name="l00248"></a>00248                                                   <span class="keyword">const</span> <span class="keywordtype">void</span>      *value);
<a name="l00249"></a>00249 DBUS_EXPORT
<a name="l00250"></a>00250 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga6e2d1e936c3c61fe00d80a3f22fd5e76" title="Appends a block of fixed-length values to an array.">dbus_message_iter_append_fixed_array</a> (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00251"></a>00251                                                   <span class="keywordtype">int</span>              element_type,
<a name="l00252"></a>00252                                                   <span class="keyword">const</span> <span class="keywordtype">void</span>      *value,
<a name="l00253"></a>00253                                                   <span class="keywordtype">int</span>              n_elements);
<a name="l00254"></a>00254 DBUS_EXPORT
<a name="l00255"></a>00255 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#ga943150f4e87fd8507da224d22c266100" title="Appends a container-typed value to the message; you are required to append the contents of the contai...">dbus_message_iter_open_container</a>     (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00256"></a>00256                                                   <span class="keywordtype">int</span>              type,
<a name="l00257"></a>00257                                                   <span class="keyword">const</span> <span class="keywordtype">char</span>      *contained_signature,
<a name="l00258"></a>00258                                                   <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *sub);
<a name="l00259"></a>00259 DBUS_EXPORT
<a name="l00260"></a>00260 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessage.html#gaf00482f63d4af88b7851621d1f24087a" title="Closes a container-typed value appended to the message; may write out more information to the message...">dbus_message_iter_close_container</a>    (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00261"></a>00261                                                   <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *sub);
<a name="l00262"></a>00262 DBUS_EXPORT
<a name="l00263"></a>00263 <span class="keywordtype">void</span>        <a class="code" href="group__DBusMessage.html#ga6e62697ca11f0a57dbecc93d5721612c" title="Abandons creation of a contained-typed value and frees resources created by dbus_message_iter_open_co...">dbus_message_iter_abandon_container</a>  (<a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *iter,
<a name="l00264"></a>00264                                                   <a class="code" href="structDBusMessageIter.html" title="DBusMessageIter struct; contains no public fields.">DBusMessageIter</a> *sub);
<a name="l00265"></a>00265 
<a name="l00266"></a>00266 DBUS_EXPORT
<a name="l00267"></a>00267 <span class="keywordtype">void</span> <a class="code" href="group__DBusMessageInternals.html#ga3ecc9c24381af05289161f477ad6a578" title="Locks a message.">dbus_message_lock</a>    (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>  *message);
<a name="l00268"></a>00268 
<a name="l00269"></a>00269 DBUS_EXPORT
<a name="l00270"></a>00270 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>  <a class="code" href="group__DBusMessage.html#gaba5e49e956e6bbd1f857ffd21c289276" title="Sets a DBusError based on the contents of the given message.">dbus_set_error_from_message</a>  (<a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>    *error,
<a name="l00271"></a>00271                                            <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>  *message);
<a name="l00272"></a>00272 
<a name="l00273"></a>00273 
<a name="l00274"></a>00274 DBUS_EXPORT
<a name="l00275"></a>00275 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessageInternals.html#ga537b3456202fdd9f305666504bde98fb" title="Allocates an integer ID to be used for storing application-specific data on any DBusMessage.">dbus_message_allocate_data_slot</a> (<a class="code" href="group__DBusTypes.html#gab18afa60e9b17b6e322735bda3d863d8" title="A 32-bit signed integer on all platforms.">dbus_int32_t</a>     *slot_p);
<a name="l00276"></a>00276 DBUS_EXPORT
<a name="l00277"></a>00277 <span class="keywordtype">void</span>        <a class="code" href="group__DBusMessageInternals.html#gac7a5ba135e1aec4ad8c7b43752af02e1" title="Deallocates a global ID for message data slots.">dbus_message_free_data_slot</a>     (<a class="code" href="group__DBusTypes.html#gab18afa60e9b17b6e322735bda3d863d8" title="A 32-bit signed integer on all platforms.">dbus_int32_t</a>     *slot_p);
<a name="l00278"></a>00278 DBUS_EXPORT
<a name="l00279"></a>00279 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a> <a class="code" href="group__DBusMessageInternals.html#ga69d0bc701f9ca935e6de8a3f3e376c0a" title="Stores a pointer on a DBusMessage, along with an optional function to be used for freeing the data wh...">dbus_message_set_data</a>           (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>      *message,
<a name="l00280"></a>00280                                              <a class="code" href="group__DBusTypes.html#gab18afa60e9b17b6e322735bda3d863d8" title="A 32-bit signed integer on all platforms.">dbus_int32_t</a>      slot,
<a name="l00281"></a>00281                                              <span class="keywordtype">void</span>             *data,
<a name="l00282"></a>00282                                              <a class="code" href="group__DBusMemory.html#ga061bcded226d76c7d7de35beaa165cb5" title="The type of a function which frees a block of memory.">DBusFreeFunction</a>  free_data_func);
<a name="l00283"></a>00283 DBUS_EXPORT
<a name="l00284"></a>00284 <span class="keywordtype">void</span>*       <a class="code" href="group__DBusMessageInternals.html#ga62769bfaf8f1b2edc7922c579bc0649d" title="Retrieves data previously set with dbus_message_set_data().">dbus_message_get_data</a>           (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>      *message,
<a name="l00285"></a>00285                                              <a class="code" href="group__DBusTypes.html#gab18afa60e9b17b6e322735bda3d863d8" title="A 32-bit signed integer on all platforms.">dbus_int32_t</a>      slot);
<a name="l00286"></a>00286 
<a name="l00287"></a>00287 DBUS_EXPORT
<a name="l00288"></a>00288 <span class="keywordtype">int</span>         <a class="code" href="group__DBusMessageInternals.html#ga40412bdfc6ba9cf9e167db4c23df0a7e" title="Utility function to convert a machine-readable (not translated) string into a D-Bus message type...">dbus_message_type_from_string</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *type_str);
<a name="l00289"></a>00289 DBUS_EXPORT
<a name="l00290"></a>00290 <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code" href="group__DBusMessageInternals.html#ga75bcb613a291eb7e427f77f2f3635b8f" title="Utility function to convert a D-Bus message type into a machine-readable string (not translated)...">dbus_message_type_to_string</a>   (<span class="keywordtype">int</span> type);
<a name="l00291"></a>00291 
<a name="l00292"></a>00292 DBUS_EXPORT
<a name="l00293"></a>00293 <a class="code" href="group__DBusTypes.html#ga39c9cb0f3a2a8ad6f55cc4855d035349" title="A boolean, valid values are TRUE and FALSE.">dbus_bool_t</a>  <a class="code" href="group__DBusMessageInternals.html#gad85c737f9e7d03005d6028d6bbae7e87" title="Turn a DBusMessage into the marshalled form as described in the D-Bus specification.">dbus_message_marshal</a>   (<a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>  *msg,
<a name="l00294"></a>00294                                      <span class="keywordtype">char</span>        **marshalled_data_p,
<a name="l00295"></a>00295                                      <span class="keywordtype">int</span>          *len_p);
<a name="l00296"></a>00296 DBUS_EXPORT
<a name="l00297"></a>00297 <a class="code" href="structDBusMessage.html" title="Internals of DBusMessage.">DBusMessage</a>* <a class="code" href="group__DBusMessageInternals.html#ga776fe8b5cd935d642875efa1d13a31b3" title="Demarshal a D-Bus message from the format described in the D-Bus specification.">dbus_message_demarshal</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *str,
<a name="l00298"></a>00298                                      <span class="keywordtype">int</span>         len,
<a name="l00299"></a>00299                                      <a class="code" href="structDBusError.html" title="Object representing an exception.">DBusError</a>  *error);
<a name="l00300"></a>00300 
<a name="l00301"></a>00301 DBUS_EXPORT
<a name="l00302"></a>00302 <span class="keywordtype">int</span>          <a class="code" href="group__DBusMessageInternals.html#gab0f8d8a640413e7c9b6c8f154acfbd1a" title="Returns the number of bytes required to be in the buffer to demarshal a D-Bus message.">dbus_message_demarshal_bytes_needed</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *str, 
<a name="l00303"></a>00303                                                   <span class="keywordtype">int</span> len);
<a name="l00304"></a>00304 
<a name="l00307"></a>00307 <a class="code" href="group__DBusMacros.html#gae4a9263a43f8220f6e1c0fd07cf6e59a" title="Macro used after declaring functions in the D-Bus header files.">DBUS_END_DECLS</a>
<a name="l00308"></a>00308 
<a name="l00309"></a>00309 <span class="preprocessor">#endif </span><span class="comment">/* DBUS_MESSAGE_H */</span>
</pre></div></div><!-- contents -->


<hr class="footer"/><address class="footer"><small>
Generated on Thu Mar 3 2016 17:50:31 for D-Bus by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.7.6.1
</small></address>

</body>
</html>