Updated: 11/03/07 24:11:00 CEST
Definition in file match_rules.c.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "easydbus-core.h"
#include "debug.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
int | easydbus_conn_add_match_rule (EasyDbus_conn *data, enum event_type type, char *sender, char *interface, char *member, char *path, char *destination) |
easydbus includes | |
int | easydbus_conn_remove_match_rule (EasyDbus_conn *data, enum event_type type, char *sender, char *interface, char *member, char *path, char *destination) |
Remove match rule on dbus. |