index.html
Main Page
|
modules.html
Modules
|
namespaces.html
Namespace List
|
hierarchy.html
Class Hierarchy
|
annotated.html
Data Structures
|
dirs.html
Directories
|
files.html
File List
|
namespacemembers.html
Namespace Members
|
functions.html
Data Fields
|
pages.html
Related Pages
dir_000004.html
dbus
dbus-message-private.h
00001
/* -*- mode: C; c-file-style: "gnu" -*- */
00002
/* dbus-message-private.h header shared between dbus-message.c and dbus-message-util.c
00003
*
00004
* Copyright (C) 2005  Red Hat Inc.
00005
*
00006
* Licensed under the Academic Free License version 2.1
00007
*
00008
* This program is free software; you can redistribute it and/or modify
00009
* it under the terms of the GNU General Public License as published by
00010
* the Free Software Foundation; either version 2 of the License, or
00011
* (at your option) any later version.
00012
*
00013
* This program is distributed in the hope that it will be useful,
00014
* but WITHOUT ANY WARRANTY; without even the implied warranty of
00015
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016
* GNU General Public License for more details.
00017
*
00018
* You should have received a copy of the GNU General Public License
00019
* along with this program; if not, write to the Free Software
00020
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00021
*
00022
*/
00023
#ifndef DBUS_MESSAGE_PRIVATE_H
00024
#define DBUS_MESSAGE_PRIVATE_H
00025
00026
#include <dbus/dbus-message.h>
00027
#include <dbus/dbus-message-internal.h>
00028
#include <dbus/dbus-string.h>
00029
#include <dbus/dbus-dataslot.h>
00030
#include <dbus/dbus-marshal-header.h>
00031
00032
group__DBusMacros.html#ga0
DBUS_BEGIN_DECLS
00033
structDBusMessageLoader.html
00060
struct
structDBusMessageLoader.html
DBusMessageLoader
00061 {
structDBusMessageLoader.html#o0
00062
int
structDBusMessageLoader.html#o0
refcount
;
structDBusMessageLoader.html#o1
00064
structDBusString.html
DBusString
structDBusMessageLoader.html#o1
data
;
structDBusMessageLoader.html#o2
00066
structDBusList.html
DBusList
*
structDBusMessageLoader.html#o2
messages
;
structDBusMessageLoader.html#o3
00068
long
structDBusMessageLoader.html#o3
max_message_size
;
structDBusMessageLoader.html#o4
00070
unsigned
int
structDBusMessageLoader.html#o4
buffer_outstanding
: 1;
structDBusMessageLoader.html#o5
00072
unsigned
int
structDBusMessageLoader.html#o5
corrupted
: 1;
structDBusMessageLoader.html#o6
00074
DBusValidity
structDBusMessageLoader.html#o6
corruption_reason
;
00075 };
00076
00077
group__DBusMessageInternals.html#ga33
00079
#define CHANGED_STAMP_BITS 21
00080
structDBusMessage.html
00088
struct
structDBusMessage.html
DBusMessage
00089 {
structDBusMessage.html#o0
00090
structDBusAtomic.html
DBusAtomic
structDBusMessage.html#o0
refcount
;
structDBusMessage.html#o1
00092
structDBusHeader.html
DBusHeader
structDBusMessage.html#o1
header
;
structDBusMessage.html#o2
00094
structDBusString.html
DBusString
structDBusMessage.html#o2
body
;
structDBusMessage.html#o3
00096
char
structDBusMessage.html#o3
byte_order
;
structDBusMessage.html#o4
00098
unsigned
int
structDBusMessage.html#o4
locked
: 1;
00100
#ifndef DBUS_DISABLE_CHECKS
structDBusMessage.html#o5
00101
unsigned
int
structDBusMessage.html#o5
in_cache
: 1;
00102
#endif
00103
structDBusMessage.html#o6
00104
structDBusList.html
DBusList
*
structDBusMessage.html#o6
size_counters
;
structDBusMessage.html#o7
00105
long
structDBusMessage.html#o7
size_counter_delta
;
structDBusMessage.html#o8
00107
group__DBusTypes.html#ga3
dbus_uint32_t
structDBusMessage.html#o8
changed_stamp
:
group__DBusMessageInternals.html#ga33
CHANGED_STAMP_BITS
;
structDBusMessage.html#o9
00109
structDBusDataSlotList.html
DBusDataSlotList
structDBusMessage.html#o9
slot_list
;
00111
#ifndef DBUS_DISABLE_CHECKS
structDBusMessage.html#o10
00112
int
structDBusMessage.html#o10
generation
;
00113
#endif
00114
};
00115
00116
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusMessageInternals.html#ga2
_dbus_message_iter_get_args_valist
(
structDBusMessageIter.html
DBusMessageIter
*iter,
00117
structDBusError.html
DBusError
*error,
00118
int
first_arg_type,
00119                                                 va_list          var_args);
00120
00123
group__DBusMacros.html#ga1
DBUS_END_DECLS
00124
00125
#endif
/* DBUS_MESSAGE_H */
Generated on Tue Sep 13 01:28:07 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
