mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-22 09:00:17 +01:00
* tools/dbus-names-model.c: dynamically watch NameOwnerChanged * autogen.sh: change to autotools 1.9 * glib/dbus-gproxy.c: completely change how signals work (dbus_g_proxy_add_signal): new function to specify signature of a signal (dbus_g_proxy_emit_received): marshal the dbus message to GValues, and g_warning if the incoming message has the wrong signature.
21 lines
831 B
C
21 lines
831 B
C
|
|
#ifndef ___dbus_g_marshal_MARSHAL_H__
|
|
#define ___dbus_g_marshal_MARSHAL_H__
|
|
|
|
#include <glib-object.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/* NONE:STRING,STRING,STRING (dbus-gmarshal.list:1) */
|
|
extern void _dbus_g_marshal_VOID__STRING_STRING_STRING (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
#define _dbus_g_marshal_NONE__STRING_STRING_STRING _dbus_g_marshal_VOID__STRING_STRING_STRING
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* ___dbus_g_marshal_MARSHAL_H__ */
|
|
|