Method

GioDBusInterfaceSkeletonhas_connection

since: 2.32

Declaration

gboolean
g_dbus_interface_skeleton_has_connection (
  GDBusInterfaceSkeleton* interface_,
  GDBusConnection* connection
)

Description

Checks if interface_ is exported on connection.

Available since: 2.32

Parameters

connection

Type: GDBusConnection

A GDBusConnection.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if interface_ is exported on connection, FALSE otherwise.