Method
GioDBusInterfaceInforef
since: 2.26
Declaration [src]
GDBusInterfaceInfo*
g_dbus_interface_info_ref (
GDBusInterfaceInfo* info
)
Description [src]
If info
is statically allocated does nothing. Otherwise increases
the reference count.
Available since: 2.26
Return value
Type: GDBusInterfaceInfo
The same info
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |