accept any of the above
accept the name of the bus daemon itself, which has the syntax of a well-known name, but behaves like a unique name
accept either unique or well-known names, but not the bus daemon
accept unique names like :1.123 (not including the name of the bus daemon itself)
accept well-known names like com.example.Service (not including the name of the bus daemon itself)
A set of flags indicating which D-Bus bus names are acceptable. They can be combined with the bitwise-or operator to accept multiple types. %TP_DBUS_NAME_TYPE_NOT_BUS_DAEMON and %TP_DBUS_NAME_TYPE_ANY are the bitwise-or of other appropriate types, for convenience.
Since 0.11.5, there is a corresponding #GFlagsClass type, %TP_TYPE_DBUS_NAME_TYPE.