copy


Description:

public DBusMessage copy () throws Error

Copies this.

The copy is a deep copy and the returned DBusMessage is completely identical except that it is guaranteed to not be locked.

This operation can fail if e.g. this contains file descriptors and the per-process or system-wide open files limit is reached.

Parameters:

this

A DBusMessage.

Returns:

A new DBusMessage or null if throws is set. Free with unref.