D-Bus 1.4.1
|
00001 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */ 00002 /* dbus-message-factory.h Generator of valid and invalid message data for test suite 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00021 * 00022 */ 00023 00024 #ifndef DBUS_MESSAGE_FACTORY_H 00025 #define DBUS_MESSAGE_FACTORY_H 00026 00027 #ifdef DBUS_BUILD_TESTS 00028 00029 #include <dbus/dbus-string.h> 00030 #include <dbus/dbus-marshal-basic.h> 00031 #include <dbus/dbus-marshal-validate.h> 00032 00033 DBUS_BEGIN_DECLS 00034 00035 typedef struct 00036 { 00037 DBusValidity expected_validity; 00038 00039 DBusString data; 00040 00041 } DBusMessageData; 00042 00043 #define _DBUS_MESSAGE_DATA_MAX_NESTING 10 00044 typedef struct 00045 { 00046 int sequence_nos[_DBUS_MESSAGE_DATA_MAX_NESTING]; 00047 int depth; 00048 int count; 00049 } DBusMessageDataIter; 00050 00051 void _dbus_message_data_free (DBusMessageData *data); 00052 void _dbus_message_data_iter_init (DBusMessageDataIter *iter); 00053 dbus_bool_t _dbus_message_data_iter_get_and_next (DBusMessageDataIter *iter, 00054 DBusMessageData *data); 00055 00056 00057 DBUS_END_DECLS 00058 00059 #endif /* DBUS_BUILD_TESTS */ 00060 00061 #endif /* DBUS_MESSAGE_FACTORY_H */