mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GDBusMethodInvocation: add 'property_info'
Add a field on GDBusMethodInvocation for GDBusPropertyInfo. For now, it is always %NULL. It will be set in future patches. https://bugzilla.gnome.org/show_bug.cgi?id=698375
This commit is contained in:
@@ -119,15 +119,16 @@ gchar *_g_dbus_enum_to_string (GType enum_type, gint value);
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
GDBusMethodInvocation *_g_dbus_method_invocation_new (const gchar *sender,
|
||||
const gchar *object_path,
|
||||
const gchar *interface_name,
|
||||
const gchar *method_name,
|
||||
const GDBusMethodInfo *method_info,
|
||||
GDBusConnection *connection,
|
||||
GDBusMessage *message,
|
||||
GVariant *parameters,
|
||||
gpointer user_data);
|
||||
GDBusMethodInvocation *_g_dbus_method_invocation_new (const gchar *sender,
|
||||
const gchar *object_path,
|
||||
const gchar *interface_name,
|
||||
const gchar *method_name,
|
||||
const GDBusMethodInfo *method_info,
|
||||
const GDBusPropertyInfo *property_info,
|
||||
GDBusConnection *connection,
|
||||
GDBusMessage *message,
|
||||
GVariant *parameters,
|
||||
gpointer user_data);
|
||||
|
||||
/* ---------------------------------------------------------------------------------------------------- */
|
||||
|
||||
|
Reference in New Issue
Block a user