|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21573/root/usr/share/devhelp/books/dbus/api/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>D-Bus: dbus-marshal-recursive.h Source File</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.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
</ul></div>
<h1>dbus-marshal-recursive.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */</span>
<a name="l00002"></a>00002 <span class="comment">/* dbus-marshal-recursive.h Marshalling routines for recursive types</span>
<a name="l00003"></a>00003 <span class="comment"> *</span>
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2004, 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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
<a name="l00024"></a>00024 <span class="preprocessor">#ifndef DBUS_MARSHAL_RECURSIVE_H</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor">#define DBUS_MARSHAL_RECURSIVE_H</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span>
<a name="l00027"></a>00027 <span class="preprocessor">#include <config.h></span>
<a name="l00028"></a>00028 <span class="preprocessor">#include <dbus/dbus-protocol.h></span>
<a name="l00029"></a>00029 <span class="preprocessor">#include <dbus/dbus-list.h></span>
<a name="l00030"></a>00030
<a name="l00031"></a>00031 <span class="preprocessor">#ifndef PACKAGE</span>
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#error "config.h not included here"</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
<a name="l00034"></a>00034 <span class="preprocessor"></span>
<a name="l00035"></a>00035 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusTypeReader.html">DBusTypeReader</a> DBusTypeReader;
<a name="l00036"></a>00036 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusTypeWriter.html">DBusTypeWriter</a> DBusTypeWriter;
<a name="l00037"></a>00037 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusTypeReaderClass.html">DBusTypeReaderClass</a> DBusTypeReaderClass;
<a name="l00038"></a>00038 <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structDBusArrayLenFixup.html">DBusArrayLenFixup</a> DBusArrayLenFixup;
<a name="l00039"></a>00039
<a name="l00044"></a><a class="code" href="structDBusTypeReader.html">00044</a> <span class="keyword">struct </span>DBusTypeReader
<a name="l00045"></a>00045 {
<a name="l00046"></a><a class="code" href="structDBusTypeReader.html#eb0846d954066f420e1df98b81148702">00046</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeReader.html#eb0846d954066f420e1df98b81148702">byte_order</a> : 8;
<a name="l00048"></a><a class="code" href="structDBusTypeReader.html#551e64ee83df38ebda8c3677a91afe1b">00048</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeReader.html#551e64ee83df38ebda8c3677a91afe1b">finished</a> : 1;
<a name="l00051"></a><a class="code" href="structDBusTypeReader.html#930fb8d6c82f269b0a151cfb33df86b3">00051</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeReader.html#930fb8d6c82f269b0a151cfb33df86b3">array_len_offset</a> : 3;
<a name="l00052"></a><a class="code" href="structDBusTypeReader.html#f52e270ededd0aabb642c6130a3e9e40">00052</a> <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *<a class="code" href="structDBusTypeReader.html#f52e270ededd0aabb642c6130a3e9e40">type_str</a>;
<a name="l00053"></a><a class="code" href="structDBusTypeReader.html#160a55f9869e297572c5aa5b6ce7bc71">00053</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeReader.html#160a55f9869e297572c5aa5b6ce7bc71">type_pos</a>;
<a name="l00054"></a><a class="code" href="structDBusTypeReader.html#4065d7775758beb044ee23a71875571f">00054</a> <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *<a class="code" href="structDBusTypeReader.html#4065d7775758beb044ee23a71875571f">value_str</a>;
<a name="l00055"></a><a class="code" href="structDBusTypeReader.html#c17280869573f060a945a43e4a5c3ca4">00055</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeReader.html#c17280869573f060a945a43e4a5c3ca4">value_pos</a>;
<a name="l00057"></a><a class="code" href="structDBusTypeReader.html#238bd0d5a30d8f59fd9b71c95af25563">00057</a> <span class="keyword">const</span> DBusTypeReaderClass *<a class="code" href="structDBusTypeReader.html#238bd0d5a30d8f59fd9b71c95af25563">klass</a>;
<a name="l00058"></a>00058 <span class="keyword">union</span>
<a name="l00059"></a>00059 <span class="keyword"> </span>{
<a name="l00060"></a>00060 <span class="keyword">struct </span>{
<a name="l00061"></a><a class="code" href="structDBusTypeReader.html#88a36090d466a1fc085a55f764e3a129">00061</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeReader.html#88a36090d466a1fc085a55f764e3a129">start_pos</a>;
<a name="l00062"></a>00062 } array;
<a name="l00063"></a>00063 } <a class="code" href="structDBusTypeReader.html#da12bed6758840dc19b1fcb271fb01be">u</a>;
<a name="l00064"></a>00064 };
<a name="l00065"></a>00065
<a name="l00069"></a><a class="code" href="structDBusTypeWriter.html">00069</a> <span class="keyword">struct </span>DBusTypeWriter
<a name="l00070"></a>00070 {
<a name="l00071"></a><a class="code" href="structDBusTypeWriter.html#6c4baf0b7148cf3f76924b654dada148">00071</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeWriter.html#6c4baf0b7148cf3f76924b654dada148">byte_order</a> : 8;
<a name="l00073"></a><a class="code" href="structDBusTypeWriter.html#d0953035070c7c7d21b044b7b2f0f491">00073</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeWriter.html#d0953035070c7c7d21b044b7b2f0f491">container_type</a> : 8;
<a name="l00075"></a><a class="code" href="structDBusTypeWriter.html#e6db89e9a3adcd52678dc089810cfb0b">00075</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeWriter.html#e6db89e9a3adcd52678dc089810cfb0b">type_pos_is_expectation</a> : 1;
<a name="l00077"></a><a class="code" href="structDBusTypeWriter.html#52c8617918c108d36b947cbdfc99c6ea">00077</a> <a class="code" href="group__DBusTypes.html#gf513803b030613a669cc7ef199f90a8b">dbus_uint32_t</a> <a class="code" href="structDBusTypeWriter.html#52c8617918c108d36b947cbdfc99c6ea">enabled</a> : 1;
<a name="l00079"></a><a class="code" href="structDBusTypeWriter.html#95204ef3a9cf29ee31687032b142b836">00079</a> <a class="code" href="structDBusString.html">DBusString</a> *<a class="code" href="structDBusTypeWriter.html#95204ef3a9cf29ee31687032b142b836">type_str</a>;
<a name="l00080"></a><a class="code" href="structDBusTypeWriter.html#77c19debc0427372f368cfe7188951f8">00080</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeWriter.html#77c19debc0427372f368cfe7188951f8">type_pos</a>;
<a name="l00081"></a><a class="code" href="structDBusTypeWriter.html#a4e4b3af31fd7a93d0e54d10882bcc07">00081</a> <a class="code" href="structDBusString.html">DBusString</a> *<a class="code" href="structDBusTypeWriter.html#a4e4b3af31fd7a93d0e54d10882bcc07">value_str</a>;
<a name="l00082"></a><a class="code" href="structDBusTypeWriter.html#27c0475eedd90be65f90a799e5210947">00082</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeWriter.html#27c0475eedd90be65f90a799e5210947">value_pos</a>;
<a name="l00084"></a>00084 <span class="keyword">union</span>
<a name="l00085"></a>00085 <span class="keyword"> </span>{
<a name="l00086"></a>00086 <span class="keyword">struct </span>{
<a name="l00087"></a><a class="code" href="structDBusTypeWriter.html#24531a73a7b434bc3596a13dc0a12957">00087</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeWriter.html#24531a73a7b434bc3596a13dc0a12957">start_pos</a>;
<a name="l00088"></a><a class="code" href="structDBusTypeWriter.html#9bb5ce609d67e3254d35a261a425788c">00088</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeWriter.html#9bb5ce609d67e3254d35a261a425788c">len_pos</a>;
<a name="l00089"></a><a class="code" href="structDBusTypeWriter.html#2241529e1b6ab17bf0bbb838c896e02b">00089</a> <span class="keywordtype">int</span> <a class="code" href="structDBusTypeWriter.html#2241529e1b6ab17bf0bbb838c896e02b">element_type_pos</a>;
<a name="l00090"></a>00090 } array;
<a name="l00091"></a>00091 } <a class="code" href="structDBusTypeWriter.html#fe24080d2be45fb6033833a1a38d5d1a">u</a>;
<a name="l00092"></a>00092 };
<a name="l00093"></a>00093
<a name="l00098"></a><a class="code" href="structDBusArrayLenFixup.html">00098</a> <span class="keyword">struct </span>DBusArrayLenFixup
<a name="l00099"></a>00099 {
<a name="l00100"></a><a class="code" href="structDBusArrayLenFixup.html#ad03f6087695c9e9b409817ac34c6e2b">00100</a> <span class="keywordtype">int</span> <a class="code" href="structDBusArrayLenFixup.html#ad03f6087695c9e9b409817ac34c6e2b">len_pos_in_reader</a>;
<a name="l00101"></a><a class="code" href="structDBusArrayLenFixup.html#97cccea61d89992e6ad3a19bd569dd2f">00101</a> <span class="keywordtype">int</span> <a class="code" href="structDBusArrayLenFixup.html#97cccea61d89992e6ad3a19bd569dd2f">new_len</a>;
<a name="l00102"></a>00102 };
<a name="l00103"></a>00103
<a name="l00104"></a>00104 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g35d70cf69b1196518367e3e68e9b2dd2">_dbus_type_reader_init</a> (DBusTypeReader *reader,
<a name="l00105"></a>00105 <span class="keywordtype">int</span> byte_order,
<a name="l00106"></a>00106 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *type_str,
<a name="l00107"></a>00107 <span class="keywordtype">int</span> type_pos,
<a name="l00108"></a>00108 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *value_str,
<a name="l00109"></a>00109 <span class="keywordtype">int</span> value_pos);
<a name="l00110"></a>00110 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g3a5845f555f11c33ebaa71a75abff661">_dbus_type_reader_init_types_only</a> (DBusTypeReader *reader,
<a name="l00111"></a>00111 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *type_str,
<a name="l00112"></a>00112 <span class="keywordtype">int</span> type_pos);
<a name="l00113"></a>00113 <span class="keywordtype">int</span> <a class="code" href="group__DBusMarshal.html#gb8e39cb8084247d54d7f272c51622a73">_dbus_type_reader_get_current_type</a> (<span class="keyword">const</span> DBusTypeReader *reader);
<a name="l00114"></a>00114 <span class="keywordtype">int</span> <a class="code" href="group__DBusMarshal.html#g6e5439f7ca5ee8a1ce943ddab7611d0d">_dbus_type_reader_get_element_type</a> (<span class="keyword">const</span> DBusTypeReader *reader);
<a name="l00115"></a>00115 <span class="keywordtype">int</span> <a class="code" href="group__DBusMarshal.html#g2a8ab1152821950b1fe29e000954981c">_dbus_type_reader_get_value_pos</a> (<span class="keyword">const</span> DBusTypeReader *reader);
<a name="l00116"></a>00116 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#ga54355ee98d6721d7a29b5ae7d92eb9a">_dbus_type_reader_read_basic</a> (<span class="keyword">const</span> DBusTypeReader *reader,
<a name="l00117"></a>00117 <span class="keywordtype">void</span> *value);
<a name="l00118"></a>00118 <span class="keywordtype">int</span> <a class="code" href="group__DBusMarshal.html#g7def93d676d528c261aa274cea41c29d">_dbus_type_reader_get_array_length</a> (<span class="keyword">const</span> DBusTypeReader *reader);
<a name="l00119"></a>00119 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#ge9a65c05e58ace9c83352f65af2fe745">_dbus_type_reader_read_fixed_multi</a> (<span class="keyword">const</span> DBusTypeReader *reader,
<a name="l00120"></a>00120 <span class="keywordtype">void</span> *value,
<a name="l00121"></a>00121 <span class="keywordtype">int</span> *n_elements);
<a name="l00122"></a>00122 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#gc87315d74386314ec3b148ef737626d2">_dbus_type_reader_read_raw</a> (<span class="keyword">const</span> DBusTypeReader *reader,
<a name="l00123"></a>00123 <span class="keyword">const</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> **value_location);
<a name="l00124"></a>00124 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g082b410820c74b2a6ca816a8e0c91803">_dbus_type_reader_recurse</a> (DBusTypeReader *reader,
<a name="l00125"></a>00125 DBusTypeReader *subreader);
<a name="l00126"></a>00126 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g746c09512d4905f2d2fac7ed4c3c63c2">_dbus_type_reader_next</a> (DBusTypeReader *reader);
<a name="l00127"></a>00127 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g97a59dbd1597ef1b267457e809f095de">_dbus_type_reader_has_next</a> (<span class="keyword">const</span> DBusTypeReader *reader);
<a name="l00128"></a>00128 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g4578cc623c8b0978ca780ce0ab950fdb">_dbus_type_reader_get_signature</a> (<span class="keyword">const</span> DBusTypeReader *reader,
<a name="l00129"></a>00129 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> **str_p,
<a name="l00130"></a>00130 <span class="keywordtype">int</span> *start_p,
<a name="l00131"></a>00131 <span class="keywordtype">int</span> *len_p);
<a name="l00132"></a>00132 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#gaf11ca429434c2c280f5fad34ed95204">_dbus_type_reader_set_basic</a> (DBusTypeReader *reader,
<a name="l00133"></a>00133 <span class="keyword">const</span> <span class="keywordtype">void</span> *value,
<a name="l00134"></a>00134 <span class="keyword">const</span> DBusTypeReader *realign_root);
<a name="l00135"></a>00135 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#ga4057610b3d9e81fed212c17f6599516">_dbus_type_reader_delete</a> (DBusTypeReader *reader,
<a name="l00136"></a>00136 <span class="keyword">const</span> DBusTypeReader *realign_root);
<a name="l00137"></a>00137 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g229b3858f43ec56de852f62914cf3568">_dbus_type_reader_greater_than</a> (<span class="keyword">const</span> DBusTypeReader *lhs,
<a name="l00138"></a>00138 <span class="keyword">const</span> DBusTypeReader *rhs);
<a name="l00139"></a>00139
<a name="l00140"></a>00140 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> _dbus_type_reader_equal_values (<span class="keyword">const</span> DBusTypeReader *lhs,
<a name="l00141"></a>00141 <span class="keyword">const</span> DBusTypeReader *rhs);
<a name="l00142"></a>00142
<a name="l00143"></a>00143 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#gf2f5b2f027fa7d24f6179c6dbdf71a83">_dbus_type_signature_next</a> (<span class="keyword">const</span> <span class="keywordtype">char</span> *signature,
<a name="l00144"></a>00144 <span class="keywordtype">int</span> *type_pos);
<a name="l00145"></a>00145
<a name="l00146"></a>00146 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#gdeb83962df31e074874e957d17a0d4d1">_dbus_type_writer_init</a> (DBusTypeWriter *writer,
<a name="l00147"></a>00147 <span class="keywordtype">int</span> byte_order,
<a name="l00148"></a>00148 <a class="code" href="structDBusString.html">DBusString</a> *type_str,
<a name="l00149"></a>00149 <span class="keywordtype">int</span> type_pos,
<a name="l00150"></a>00150 <a class="code" href="structDBusString.html">DBusString</a> *value_str,
<a name="l00151"></a>00151 <span class="keywordtype">int</span> value_pos);
<a name="l00152"></a>00152 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#ga9ecf7e96d5323bc1da9cdf0c3f2c1e7">_dbus_type_writer_init_types_delayed</a> (DBusTypeWriter *writer,
<a name="l00153"></a>00153 <span class="keywordtype">int</span> byte_order,
<a name="l00154"></a>00154 <a class="code" href="structDBusString.html">DBusString</a> *value_str,
<a name="l00155"></a>00155 <span class="keywordtype">int</span> value_pos);
<a name="l00156"></a>00156 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g863b2f232a21582f9e6fe1951b09da91">_dbus_type_writer_add_types</a> (DBusTypeWriter *writer,
<a name="l00157"></a>00157 <a class="code" href="structDBusString.html">DBusString</a> *type_str,
<a name="l00158"></a>00158 <span class="keywordtype">int</span> type_pos);
<a name="l00159"></a>00159 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g34d675b57c7e6569707d22ba76ae010c">_dbus_type_writer_remove_types</a> (DBusTypeWriter *writer);
<a name="l00160"></a>00160 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g1f101175ce6f33221fcb59f0b46349bd">_dbus_type_writer_init_values_only</a> (DBusTypeWriter *writer,
<a name="l00161"></a>00161 <span class="keywordtype">int</span> byte_order,
<a name="l00162"></a>00162 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *type_str,
<a name="l00163"></a>00163 <span class="keywordtype">int</span> type_pos,
<a name="l00164"></a>00164 <a class="code" href="structDBusString.html">DBusString</a> *value_str,
<a name="l00165"></a>00165 <span class="keywordtype">int</span> value_pos);
<a name="l00166"></a>00166 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g0103b0214766b0ff1ca05bcc7f1e631b">_dbus_type_writer_write_basic</a> (DBusTypeWriter *writer,
<a name="l00167"></a>00167 <span class="keywordtype">int</span> type,
<a name="l00168"></a>00168 <span class="keyword">const</span> <span class="keywordtype">void</span> *value);
<a name="l00169"></a>00169 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#gcf99495cbed7462992b6a231563b4528">_dbus_type_writer_write_fixed_multi</a> (DBusTypeWriter *writer,
<a name="l00170"></a>00170 <span class="keywordtype">int</span> element_type,
<a name="l00171"></a>00171 <span class="keyword">const</span> <span class="keywordtype">void</span> *value,
<a name="l00172"></a>00172 <span class="keywordtype">int</span> n_elements);
<a name="l00173"></a>00173 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g4c0a1036e59dac270141052d951baff2">_dbus_type_writer_recurse</a> (DBusTypeWriter *writer,
<a name="l00174"></a>00174 <span class="keywordtype">int</span> container_type,
<a name="l00175"></a>00175 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *contained_type,
<a name="l00176"></a>00176 <span class="keywordtype">int</span> contained_type_start,
<a name="l00177"></a>00177 DBusTypeWriter *sub);
<a name="l00178"></a>00178 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#gcbe7eddf4f9c19da91b742087fcc111a">_dbus_type_writer_unrecurse</a> (DBusTypeWriter *writer,
<a name="l00179"></a>00179 DBusTypeWriter *sub);
<a name="l00180"></a>00180 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#gcc2b4c348f93898f6269feb0bf055617">_dbus_type_writer_append_array</a> (DBusTypeWriter *writer,
<a name="l00181"></a>00181 <span class="keyword">const</span> <a class="code" href="structDBusString.html">DBusString</a> *contained_type,
<a name="l00182"></a>00182 <span class="keywordtype">int</span> contained_type_start,
<a name="l00183"></a>00183 DBusTypeWriter *sub);
<a name="l00184"></a>00184 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g4905750705d220efe9dfc71f49bedc11">_dbus_type_writer_write_reader</a> (DBusTypeWriter *writer,
<a name="l00185"></a>00185 DBusTypeReader *reader);
<a name="l00186"></a>00186 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> <a class="code" href="group__DBusMarshal.html#g004da084963a3a74589b28611b9d8398">_dbus_type_writer_write_reader_partial</a> (DBusTypeWriter *writer,
<a name="l00187"></a>00187 DBusTypeReader *reader,
<a name="l00188"></a>00188 <span class="keyword">const</span> DBusTypeReader *start_after,
<a name="l00189"></a>00189 <span class="keywordtype">int</span> start_after_new_pos,
<a name="l00190"></a>00190 <span class="keywordtype">int</span> start_after_new_len,
<a name="l00191"></a>00191 <a class="code" href="structDBusList.html">DBusList</a> **fixups);
<a name="l00192"></a>00192 <span class="keywordtype">void</span> <a class="code" href="group__DBusMarshal.html#g44efb6d70d7f68fc7dd8523a303dfdb2">_dbus_type_writer_set_enabled</a> (DBusTypeWriter *writer,
<a name="l00193"></a>00193 <a class="code" href="group__DBusTypes.html#g39c9cb0f3a2a8ad6f55cc4855d035349">dbus_bool_t</a> enabled);
<a name="l00194"></a>00194
<a name="l00195"></a>00195
<a name="l00196"></a>00196 <span class="preprocessor">#endif </span><span class="comment">/* DBUS_MARSHAL_RECURSIVE_H */</span>
</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Dec 14 22:26:11 2009 for D-Bus by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>