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-transport.h
00001
/* -*- mode: C; c-file-style: "gnu" -*- */
00002
/* dbus-transport.h DBusTransport object (internal to D-BUS implementation)
00003
*
00004
* Copyright (C) 2002, 2004  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_TRANSPORT_H
00024
#define DBUS_TRANSPORT_H
00025
00026
#include <dbus/dbus-internals.h>
00027
#include <dbus/dbus-connection.h>
00028
#include <dbus/dbus-protocol.h>
00029
#include <dbus/dbus-address.h>
00030
00031
group__DBusMacros.html#ga0
DBUS_BEGIN_DECLS
00032
group__DBusTransport.html#ga25
00033
typedef
struct
structDBusTransport.html
DBusTransport
DBusTransport;
00034
00035 DBusTransport*
group__DBusTransport.html#ga3
_dbus_transport_open
(
structDBusAddressEntry.html
DBusAddressEntry
*entry,
00036
structDBusError.html
DBusError
*error);
00037 DBusTransport*
group__DBusTransport.html#ga4
_dbus_transport_ref
(DBusTransport              *transport);
00038
void
group__DBusTransport.html#ga5
_dbus_transport_unref
(DBusTransport              *transport);
00039
void
group__DBusTransport.html#ga6
_dbus_transport_disconnect
(DBusTransport              *transport);
00040
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga7
_dbus_transport_get_is_connected
(DBusTransport              *transport);
00041
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga8
_dbus_transport_get_is_authenticated
(DBusTransport              *transport);
00042
const
char
*
group__DBusTransport.html#ga9
_dbus_transport_get_address
(DBusTransport              *transport);
00043
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga10
_dbus_transport_handle_watch
(DBusTransport              *transport,
00044
structDBusWatch.html
DBusWatch
*watch,
00045
unsigned
int
condition);
00046
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga11
_dbus_transport_set_connection
(DBusTransport              *transport,
00047
structDBusConnection.html
DBusConnection
*
structDBusTransport.html#o2
connection
);
00048
void
group__DBusTransport.html#ga13
_dbus_transport_do_iteration
(DBusTransport              *transport,
00049
unsigned
int
flags,
00050
int
timeout_milliseconds);
00051 DBusDispatchStatus
group__DBusTransport.html#ga15
_dbus_transport_get_dispatch_status
(DBusTransport              *transport);
00052
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga16
_dbus_transport_queue_messages
(DBusTransport              *transport);
00053
void
group__DBusTransport.html#ga17
_dbus_transport_set_max_message_size
(DBusTransport              *transport,
00054
long
size);
00055
long
group__DBusTransport.html#ga18
_dbus_transport_get_max_message_size
(DBusTransport              *transport);
00056
void
group__DBusTransport.html#ga19
_dbus_transport_set_max_received_size
(DBusTransport              *transport,
00057
long
size);
00058
long
group__DBusTransport.html#ga20
_dbus_transport_get_max_received_size
(DBusTransport              *transport);
00059
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga21
_dbus_transport_get_unix_user
(DBusTransport              *transport,
00060
unsigned
long
*uid);
00061
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga12
_dbus_transport_get_unix_fd
(DBusTransport              *transport,
00062
int
*fd_p);
00063
00064
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga22
_dbus_transport_get_unix_process_id
(DBusTransport              *transport,
00065
unsigned
long
*pid);
00066
void
group__DBusTransport.html#ga23
_dbus_transport_set_unix_user_function
(DBusTransport              *transport,
00067                                                            DBusAllowUnixUserFunction   function,
00068
void
*data,
00069
group__DBusMemory.html#ga8
DBusFreeFunction
free_data_function,
00070
void
**old_data,
00071
group__DBusMemory.html#ga8
DBusFreeFunction
*old_free_data_function);
00072
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTransport.html#ga24
_dbus_transport_set_auth_mechanisms
(DBusTransport              *transport,
00073
const
char
**mechanisms);
00074
00075
00076
00077
00078
group__DBusMacros.html#ga1
DBUS_END_DECLS
00079
00080
#endif
/* DBUS_TRANSPORT_H */
Generated on Tue Sep 13 01:28:08 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
