00001 /* 00002 EasyDbus Library: DBUS Binding Library 00003 Copyright (C) 2007 Daniele Rondina aka Ge@@ru, 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: introspect.h 00020 00021 Description: 00022 00023 Version: 1.0 00024 Created: 09/12/07 18:42:26 CEST 00025 Revision: 00026 0 - created 00027 00028 Author: Daniele Rondina aka ge@@ru (geaaru@gmail.com) 00029 License: GPL 2.0 00030 */ 00031 00032 #ifndef EASYDBUS_INTROSPECT_H 00033 #define EASYDBUS_INTROSPECT_H 00034 00035 int 00036 easydbus_add_info_field_on_register_method 00037 (EasyDbus_obj_method *, unsigned char, 00038 char *, unsigned char, ...); 00039 00040 int 00041 easydbus_add_info_field_on_register_signal 00042 (EasyDbus_obj_signal *, unsigned char, 00043 char *, ...); 00044 00045 int 00046 easydbus_enable_introspect_check (EasyDbus_conn *, 00047 EasyDbus_object *, 00048 char *); 00049 00050 #endif 00051 // vim: ts=3 shiftwidth=3 expandtab