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-object-tree.h
00001
/* -*- mode: C; c-file-style: "gnu" -*- */
00002
/* dbus-object-tree.h  DBusObjectTree (internals of DBusConnection)
00003
*
00004
* Copyright (C) 2003  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_OBJECT_TREE_H
00024
#define DBUS_OBJECT_TREE_H
00025
00026
#include <dbus/dbus-connection.h>
00027
00028
group__DBusMacros.html#ga0
DBUS_BEGIN_DECLS
00029
00030
typedef
struct
structDBusObjectTree.html
DBusObjectTree
DBusObjectTree;
00031
00032 DBusObjectTree*
group__DBusObjectTree.html#ga4
_dbus_object_tree_new
(
structDBusConnection.html
DBusConnection
*
structDBusObjectTree.html#o1
connection
);
00033 DBusObjectTree*
group__DBusObjectTree.html#ga5
_dbus_object_tree_ref
(DBusObjectTree *tree);
00034
void
group__DBusObjectTree.html#ga6
_dbus_object_tree_unref
(DBusObjectTree *tree);
00035
00036
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusObjectTree.html#ga15
_dbus_object_tree_register
(DBusObjectTree              *tree,
00037
group__DBusTypes.html#ga2
dbus_bool_t
fallback,
00038
const
char
**path,
00039
const
structDBusObjectPathVTable.html
DBusObjectPathVTable
*vtable,
00040
void
*user_data);
00041
void
group__DBusObjectTree.html#ga16
_dbus_object_tree_unregister_and_unlock
(DBusObjectTree              *tree,
00042
const
char
**path);
00043 DBusHandlerResult
group__DBusObjectTree.html#ga21
_dbus_object_tree_dispatch_and_unlock
(DBusObjectTree              *tree,
00044
structDBusMessage.html
DBusMessage
*message);
00045
void
*
group__DBusObjectTree.html#ga22
_dbus_object_tree_get_user_data_unlocked
(DBusObjectTree              *tree,
00046
const
char
**path);
00047
void
group__DBusObjectTree.html#ga18
_dbus_object_tree_free_all_unlocked
(DBusObjectTree              *tree);
00048
00049
00050
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusObjectTree.html#ga24
_dbus_object_tree_list_registered_and_unlock
(DBusObjectTree *tree,
00051
const
char
**parent_path,
00052
char
***child_entries);
00053
00054
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusObjectTree.html#ga25
_dbus_decompose_path
(
const
char
*data,
00055
int
len,
00056
char
***path,
00057
int
*path_len);
00058
00059
group__DBusMacros.html#ga1
DBUS_END_DECLS
00060
00061
#endif
/* DBUS_OBJECT_TREE_H */
Generated on Tue Sep 13 01:28:07 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
