Method
GioDBusObjectSkeletonremove_interface_by_name
since: 2.30
Declaration [src]
void
g_dbus_object_skeleton_remove_interface_by_name (
GDBusObjectSkeleton* object,
const gchar* interface_name
)
Description [src]
Removes the GDBusInterface
with interface_name
from object
.
If no D-Bus interface of the given interface exists, this function does nothing.
Available since: 2.30