mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
GDBusMethodInvocation: nuke constructor
... that is, make it private. This makes sense because users are never expected to create such objects themselves - only the GDBus core will need this. Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -1748,7 +1748,6 @@ g_dbus_message_set_unix_fd_list
|
||||
#if IN_HEADER(__G_DBUS_METHOD_INVOCATION_H__)
|
||||
#if IN_FILE(__G_DBUS_METHOD_INVOCATION_C__)
|
||||
g_dbus_method_invocation_get_type G_GNUC_CONST
|
||||
g_dbus_method_invocation_new
|
||||
g_dbus_method_invocation_get_connection
|
||||
g_dbus_method_invocation_get_interface_name
|
||||
g_dbus_method_invocation_get_message
|
||||
|
Reference in New Issue
Block a user