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-watch.h
00001
/* -*- mode: C; c-file-style: "gnu" -*- */
00002
/* dbus-watch.h DBusWatch internal interfaces
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
#ifndef DBUS_WATCH_H
00024
#define DBUS_WATCH_H
00025
00026
#include <dbus/dbus-internals.h>
00027
#include <dbus/dbus-connection.h>
00028
00029
group__DBusMacros.html#ga0
DBUS_BEGIN_DECLS
00030
00031
/* Public methods on DBusWatch are in dbus-connection.h */
00032
group__DBusWatchInternals.html#ga12
00033
typedef
struct
structDBusWatchList.html
DBusWatchList
DBusWatchList;
00034
00035
typedef
group__DBusTypes.html#ga2
dbus_bool_t
(* DBusWatchHandler) (
structDBusWatch.html
DBusWatch
*watch,
00036
unsigned
int
flags,
00037
void
*data);
00038
00039
structDBusWatch.html
DBusWatch
*
group__DBusWatchInternals.html#ga0
_dbus_watch_new
(
int
fd,
00040
unsigned
int
flags,
00041
group__DBusTypes.html#ga2
dbus_bool_t
enabled,
00042                                            DBusWatchHandler  handler,
00043
void
*data,
00044
group__DBusMemory.html#ga8
DBusFreeFunction
free_data_function);
00045
structDBusWatch.html
DBusWatch
*
group__DBusWatchInternals.html#ga1
_dbus_watch_ref
(
structDBusWatch.html
DBusWatch
*watch);
00046
void
group__DBusWatchInternals.html#ga2
_dbus_watch_unref
(
structDBusWatch.html
DBusWatch
*watch);
00047
void
group__DBusWatchInternals.html#ga3
_dbus_watch_invalidate
(
structDBusWatch.html
DBusWatch
*watch);
00048
void
group__DBusWatchInternals.html#ga4
_dbus_watch_sanitize_condition
(
structDBusWatch.html
DBusWatch
*watch,
00049
unsigned
int
*condition);
00050
void
group__DBusWatchInternals.html#ga11
_dbus_watch_set_handler
(
structDBusWatch.html
DBusWatch
*watch,
00051                                            DBusWatchHandler  handler,
00052
void
*data,
00053
group__DBusMemory.html#ga8
DBusFreeFunction
free_data_function);
00054
00055
00056 DBusWatchList*
group__DBusWatchInternals.html#ga5
_dbus_watch_list_new
(
void
);
00057
void
group__DBusWatchInternals.html#ga6
_dbus_watch_list_free
(DBusWatchList           *watch_list);
00058
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusWatchInternals.html#ga7
_dbus_watch_list_set_functions
(DBusWatchList           *watch_list,
00059                                                DBusAddWatchFunction     add_function,
00060                                                DBusRemoveWatchFunction  remove_function,
00061                                                DBusWatchToggledFunction toggled_function,
00062
void
*data,
00063
group__DBusMemory.html#ga8
DBusFreeFunction
free_data_function);
00064
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusWatchInternals.html#ga8
_dbus_watch_list_add_watch
(DBusWatchList           *watch_list,
00065
structDBusWatch.html
DBusWatch
*watch);
00066
void
group__DBusWatchInternals.html#ga9
_dbus_watch_list_remove_watch
(DBusWatchList           *watch_list,
00067
structDBusWatch.html
DBusWatch
*watch);
00068
void
group__DBusWatchInternals.html#ga10
_dbus_watch_list_toggle_watch
(DBusWatchList           *watch_list,
00069
structDBusWatch.html
DBusWatch
*watch,
00070
group__DBusTypes.html#ga2
dbus_bool_t
enabled);
00071
00072
00073
group__DBusMacros.html#ga1
DBUS_END_DECLS
00074
00075
#endif
/* DBUS_WATCH_H */
Generated on Tue Sep 13 00:15:26 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
