Updated: 11/06/07 23:16:00 CEST
Definition in file register_interface.c.
#include <string.h>
#include <stdlib.h>
#include "debug.h"
#include "easydbus-core.h"
#include "reply_internal.h"
#include "introspect_internal.h"
#include "register_obj_internal.h"
Go to the source code of this file.
Functions | |
int | easydbus_obj_interface_add_method (EasyDbus_obj_interface *interface, EasyDbus_obj_method *method) |
Add method to interface. | |
int | easydbus_obj_interface_add_signal (EasyDbus_obj_interface *interface, EasyDbus_obj_signal *signal) |
Add signal to interface. | |
EasyDbus_obj_interface * | easydbus_obj_interface_create_skeleton (char *name) |
Create EasyDbus_obj_interface object for define an interface of an object. | |
void | easydbus_obj_interface_free_skeleton (EasyDbus_obj_interface *interface) |
Free EasyDbus_obj_interface object. | |
EasyDbus_obj_method * | easydbus_obj_interface_get_method (const char *member_name, const char *interface_string, const EasyDbus_obj_interface *interface) |
Found method object from EasyDbus_obj_interface object. |