register_interface.c File Reference


Detailed Description

Functions for manage interfaces of Dbus objects.
Date:
Created: 09/18/07 09:00:23 CEST

Updated: 11/06/07 23:16:00 CEST

Author:
Daniele Rondina aka ge@@ru <geaaru@gmail.com>

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"

Include dependency graph for register_interface.c:

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_interfaceeasydbus_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_methodeasydbus_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.


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