Definition in file struct_internal.c.
#include <string.h>
#include <stdlib.h>
#include "easydbus-core.h"
#include "debug.h"
#include "struct_internal.h"
#include "variant_internal.h"
#include "dict_entry_internal.h"
#include "array_internal.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
int | easydbus_add_struct_on_container_msg (DBusMessage *msg, DBusMessageIter *iter, struct EasyDbus_elem *elem) |
Add struct element to a container element of DBusMessage. | |
int | easydbus_add_struct_to_msg (DBusMessage *msg, struct EasyDbus_elem *elem) |
Add struct element to DBusMessage. | |
struct EasyDbus_container * | easydbus_struct_build_elem (enum event_type type, void *container, DBusMessageIter *iter) |
Create a struct container from iter passed in input. |