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-timeout.h
00001
/* -*- mode: C; c-file-style: "gnu" -*- */
00002
/* dbus-timeout.h DBusTimeout internal interfaces
00003
*
00004
* Copyright (C) 2003  CodeFactory AB
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_TIMEOUT_H
00024
#define DBUS_TIMEOUT_H
00025
00026
#include <dbus/dbus-connection.h>
00027
#include <dbus/dbus-internals.h>
00028
00029
group__DBusMacros.html#ga0
DBUS_BEGIN_DECLS
00030
group__DBusTimeoutInternals.html#ga11
00031
typedef
struct
structDBusTimeoutList.html
DBusTimeoutList
DBusTimeoutList;
00032
00033
/* Public methods on DBusTimeout are in dbus-connection.h */
00034
00035
typedef
group__DBusTypes.html#ga2
dbus_bool_t
(* DBusTimeoutHandler) (
void
*data);
00036
00037
structDBusTimeout.html
DBusTimeout
*
group__DBusTimeoutInternals.html#ga0
_dbus_timeout_new
(
int
interval,
00038                                          DBusTimeoutHandler  handler,
00039
void
*data,
00040
group__DBusMemory.html#ga8
DBusFreeFunction
free_data_function);
00041
structDBusTimeout.html
DBusTimeout
*
group__DBusTimeoutInternals.html#ga1
_dbus_timeout_ref
(
structDBusTimeout.html
DBusTimeout
*timeout);
00042
void
group__DBusTimeoutInternals.html#ga2
_dbus_timeout_unref
(
structDBusTimeout.html
DBusTimeout
*timeout);
00043
void
group__DBusTimeoutInternals.html#ga3
_dbus_timeout_set_interval
(
structDBusTimeout.html
DBusTimeout
*timeout,
00044
int
interval);
00045
void
group__DBusTimeoutInternals.html#ga4
_dbus_timeout_set_enabled
(
structDBusTimeout.html
DBusTimeout
*timeout,
00046
group__DBusTypes.html#ga2
dbus_bool_t
enabled);
00047
00048 DBusTimeoutList *
group__DBusTimeoutInternals.html#ga5
_dbus_timeout_list_new
(
void
);
00049
void
group__DBusTimeoutInternals.html#ga6
_dbus_timeout_list_free
(DBusTimeoutList           *timeout_list);
00050
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTimeoutInternals.html#ga7
_dbus_timeout_list_set_functions
(DBusTimeoutList           *timeout_list,
00051                                                     DBusAddTimeoutFunction     add_function,
00052                                                     DBusRemoveTimeoutFunction  remove_function,
00053                                                     DBusTimeoutToggledFunction toggled_function,
00054
void
*data,
00055
group__DBusMemory.html#ga8
DBusFreeFunction
free_data_function);
00056
group__DBusTypes.html#ga2
dbus_bool_t
group__DBusTimeoutInternals.html#ga8
_dbus_timeout_list_add_timeout
(DBusTimeoutList           *timeout_list,
00057
structDBusTimeout.html
DBusTimeout
*timeout);
00058
void
group__DBusTimeoutInternals.html#ga9
_dbus_timeout_list_remove_timeout
(DBusTimeoutList           *timeout_list,
00059
structDBusTimeout.html
DBusTimeout
*timeout);
00060
void
group__DBusTimeoutInternals.html#ga10
_dbus_timeout_list_toggle_timeout
(DBusTimeoutList           *timeout_list,
00061
structDBusTimeout.html
DBusTimeout
*timeout,
00062
group__DBusTypes.html#ga2
dbus_bool_t
enabled);
00063
00064
00065
group__DBusMacros.html#ga1
DBUS_END_DECLS
00066
00067
#endif
/* DBUS_TIMEOUT_H */
Generated on Tue Sep 13 01:28:07 2005 for D-BUS by
http://www.doxygen.org/index.html
doxygen
1.4.4
