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-test.h
00001
/* -*- mode: C; c-file-style: "gnu" -*- */
00002
/* dbus-test.h  Declarations of test functions.
00003
*
00004
* Copyright (C) 2002  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
00024
#ifndef DBUS_TEST_H
00025
#define DBUS_TEST_H
00026
00027
#include <dbus/dbus-types.h>
00028
#include <dbus/dbus-string.h>
00029
#include <dbus/dbus-marshal-validate.h>
00030
00031
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_hash_test              (
void
);
00032
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_dict_test              (
void
);
00033
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_list_test              (
void
);
00034
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_marshal_test           (
void
);
00035
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_marshal_recursive_test (
void
);
00036
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_marshal_byteswap_test  (
void
);
00037
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_marshal_header_test    (
void
);
00038
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_marshal_validate_test  (
void
);
00039
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_signature_test         (
void
);
00040
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_mem_pool_test          (
void
);
00041
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_string_test            (
void
);
00042
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_address_test           (
void
);
00043
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_server_test            (
void
);
00044
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_message_test           (
const
char
*test_data_dir);
00045
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_auth_test              (
const
char
*test_data_dir);
00046
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_md5_test               (
void
);
00047
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_sha_test               (
const
char
*test_data_dir);
00048
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_keyring_test           (
void
);
00049
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_data_slot_test         (
void
);
00050
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_sysdeps_test           (
void
);
00051
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_spawn_test             (
const
char
*test_data_dir);
00052
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_userdb_test            (
const
char
*test_data_dir);
00053
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_memory_test            (
void
);
00054
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_object_tree_test       (
void
);
00055
group__DBusTypes.html#ga2
dbus_bool_t
_dbus_pending_call_test      (
const
char
*test_data_dir);
00056
00057
void
dbus_internal_do_not_use_run_tests         (
const
char
*test_data_dir,
00058
const
char
*specific_test);
00059
group__DBusTypes.html#ga2
dbus_bool_t
dbus_internal_do_not_use_try_message_file  (
const
structDBusString.html
DBusString
*filename,
00060                                                         DBusValidity         expected_validity);
00061
group__DBusTypes.html#ga2
dbus_bool_t
dbus_internal_do_not_use_try_message_data  (
const
structDBusString.html
DBusString
*data,
00062                                                         DBusValidity         expected_validity);
00063
group__DBusTypes.html#ga2
dbus_bool_t
dbus_internal_do_not_use_load_message_file (
const
structDBusString.html
DBusString
*filename,
00064
structDBusString.html
DBusString
*data);
00065
00066
00067
/* returns FALSE on fatal failure */
00068
typedef
group__DBusTypes.html#ga2
dbus_bool_t
(* DBusForeachMessageFileFunc) (
const
structDBusString.html
DBusString
*filename,
00069                                                     DBusValidity        expected_validity,
00070
void
*data);
00071
00072
group__DBusTypes.html#ga2
dbus_bool_t
dbus_internal_do_not_use_foreach_message_file (
const
char
*test_data_dir,
00073                                                            DBusForeachMessageFileFunc  func,
00074
void
*user_data);
00075
group__DBusTypes.html#ga2
dbus_bool_t
dbus_internal_do_not_use_generate_bodies    (
int
sequence,
00076
int
byte_order,
00077
structDBusString.html
DBusString
*signature,
00078
structDBusString.html
DBusString
*body);
00079
00080
00081
#endif
/* DBUS_TEST_H */
Generated on Tue Sep 13 01:28:07 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
