Updated: 11/03/07 18:32:00 CEST
Definition in file introspect.c.
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "easydbus-core.h"
#include "debug.h"
#include "introspect_internal.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
int | easydbus_add_info_field_on_register_method (EasyDbus_obj_method *method, unsigned char offset, char *name_field, unsigned char type,...) |
Add information for introspectable interface about EasyDbus_obj_method object of register method. | |
int | easydbus_add_info_field_on_register_signal (EasyDbus_obj_signal *signal, unsigned char offset, char *name_field,...) |
Add information for introspectable interface about EasyDbus_obj_signal object of register signal. | |
int | easydbus_enable_introspect_check (EasyDbus_conn *data, EasyDbus_object *object, char *obj_path) |
Enable introspect method filter for automatic management and reply for message sent to Introspectable interface of an object. |