acquire_internal.h

Go to the documentation of this file.
00001 /*
00002  EasyDbus: DBUS Binding Library.
00003  Copyright (C) 2007  Daniele Rondina aka Ge@@eu, geaaru@gmail.com 
00004 
00005  This program is free software; you can redistribute it and/or
00006  modify it under the terms of the GNU General Public License
00007  as published by the Free Software Foundation; either version 2
00008  of the License, or (at your option) any later version.
00009 
00010  This program is distributed in the hope that it will be useful,
00011  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013  GNU General Public License for more details.
00014 
00015  You should have received a copy of the GNU General Public License
00016  along with this program; if not, write to the Free Software
00017  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00018 
00019  Filename:  acquire_internal.h
00020  
00021  Description:  
00022  
00023  Version:  1.0
00024  Created:  09/17/07 17:06:33 CEST
00025  Revision:  none
00026  
00027  Author:   Daniele Rondina aka Ge@@ru , geaaru@gmail.com 
00028  License:  GPL 2.0
00029 */
00030 
00031 #ifndef   EASYDBUS_ACQUIRE_H
00032 #define         EASYDBUS_ACQUIRE_H
00033 
00034 #   define      EASYDBUS_RENAMED_MAX_TEST       100
00035 inline int 
00036 easydbus_get_address_onsession
00037    (struct EasyDbus_conn *, char *) EASYDBUS_INTERNAL_F_ATTR;
00038 
00039 inline int 
00040 easydbus_get_address_onsystem
00041    (struct EasyDbus_conn *, char *) EASYDBUS_INTERNAL_F_ATTR;
00042 
00043 inline int 
00044 easydbus_get_address_serverSession
00045    (struct EasyDbus_conn *, char *) EASYDBUS_INTERNAL_F_ATTR;
00046 
00047 inline int 
00048 easydbus_set_unique_nameID (struct EasyDbus_core *, char *);
00049 
00050 int
00051 easydbus_connect_to_bus (struct EasyDbus_core *,
00052                          DBusError *, DBusBusType) EASYDBUS_INTERNAL_F_ATTR;
00053 
00054 inline int 
00055 easydbus_set_request_flags (int) EASYDBUS_INTERNAL_F_ATTR;
00056 
00057 inline int 
00058 easydbus_acquire_name (struct EasyDbus_core *, char *,
00059                        int, DBusError *) EASYDBUS_INTERNAL_F_ATTR;
00060 
00061 char *
00062 easydbus_found_new_name (struct EasyDbus_core *, char *,
00063                          int, DBusError *) EASYDBUS_INTERNAL_F_ATTR;
00064 
00065 #endif
00066 // vim: ts=3 shiftwidth=3 expandtab

Generated on Thu Apr 10 10:00:17 2008 for EasyDbus-0.2 by  doxygen 1.5.4