Music Hub  ..
A session-wide music playback service
dbus_constants.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 DBusConstants
 

Macros

#define MEDIAHUB_SERVICE_NAME   "com.lomiri.MediaHub.Service"
 
#define MEDIAHUB_SERVICE_PATH   "/com/lomiri/MediaHub/Service"
 
#define MEDIAHUB_SERVICE_INTERFACE   "com.lomiri.MediaHub.Service"
 
#define MPRIS_SERVICE_NAME   "org.mpris.MediaPlayer2.MediaHub"
 
#define MPRIS_SERVICE_PATH   "/org/mpris/MediaPlayer2"
 
#define MPRIS_PLAYER_PATH   "/org/mpris/MediaPlayer2"
 
#define MPRIS_PLAYER_INTERFACE   "org.mpris.MediaPlayer2.Player"
 
#define MPRIS_TRACKLIST_INTERFACE   "org.mpris.MediaPlayer2.TrackList"
 
#define MPRIS_ERROR_PREFIX   "mpris.Player.Error."
 
#define MPRIS_ERROR_CREATING_SESSION   "CreatingSession"
 
#define MPRIS_ERROR_DESTROYING_SESSION   "DestroyingSession"
 
#define MPRIS_ERROR_INSUFFICIENT_APPARMOR_PERMISSIONS   "InsufficientAppArmorPermissions"
 
#define MPRIS_ERROR_OOP_STREAMING_NOT_SUPPORTED   "OutOfProcessBufferStreamingNotSupported"
 
#define MPRIS_ERROR_URI_NOT_FOUND   "UriNotFound"
 
#define FDO_PROPERTIES_INTERFACE   "org.freedesktop.DBus.Properties"
 
#define FDO_ERROR_PREFIX   "org.freedesktop.DBus.Error."
 
#define FDO_ERROR_ACCESS_DENIED   "AccessDenied"
 
#define FDO_ERROR_DISCONNECTED   "Disconnected"
 
#define FDO_ERROR_NAME_HAS_NO_OWNER   "NameHasNoOwner"
 
#define FDO_ERROR_SERVICE_UNKNOWN   "ServiceUnknown"
 
#define FDO_ERROR_TIMEOUT   "Timeout"
 
#define FDO_ERROR_UNKNOWN_OBJECT   "UnknownObject"
 

Enumerations

enum  DBusConstants::Error {
  DBusConstants::NoError,
  DBusConstants::ResourceError,
  DBusConstants::FormatError,
  DBusConstants::NetworkError,
  DBusConstants::AccessDeniedError,
  DBusConstants::ServiceMissingError
}
 
enum  DBusConstants::Backend {
  DBusConstants::None,
  DBusConstants::Hybris,
  DBusConstants::Mir
}
 

Macro Definition Documentation

◆ FDO_ERROR_ACCESS_DENIED

#define FDO_ERROR_ACCESS_DENIED   "AccessDenied"

Definition at line 44 of file dbus_constants.h.

◆ FDO_ERROR_DISCONNECTED

#define FDO_ERROR_DISCONNECTED   "Disconnected"

Definition at line 45 of file dbus_constants.h.

◆ FDO_ERROR_NAME_HAS_NO_OWNER

#define FDO_ERROR_NAME_HAS_NO_OWNER   "NameHasNoOwner"

Definition at line 46 of file dbus_constants.h.

◆ FDO_ERROR_PREFIX

#define FDO_ERROR_PREFIX   "org.freedesktop.DBus.Error."

Definition at line 43 of file dbus_constants.h.

◆ FDO_ERROR_SERVICE_UNKNOWN

#define FDO_ERROR_SERVICE_UNKNOWN   "ServiceUnknown"

Definition at line 47 of file dbus_constants.h.

◆ FDO_ERROR_TIMEOUT

#define FDO_ERROR_TIMEOUT   "Timeout"

Definition at line 48 of file dbus_constants.h.

◆ FDO_ERROR_UNKNOWN_OBJECT

#define FDO_ERROR_UNKNOWN_OBJECT   "UnknownObject"

Definition at line 49 of file dbus_constants.h.

◆ FDO_PROPERTIES_INTERFACE

#define FDO_PROPERTIES_INTERFACE   "org.freedesktop.DBus.Properties"

Definition at line 41 of file dbus_constants.h.

◆ MEDIAHUB_SERVICE_INTERFACE

#define MEDIAHUB_SERVICE_INTERFACE   "com.lomiri.MediaHub.Service"

Definition at line 24 of file dbus_constants.h.

◆ MEDIAHUB_SERVICE_NAME

#define MEDIAHUB_SERVICE_NAME   "com.lomiri.MediaHub.Service"

Definition at line 22 of file dbus_constants.h.

◆ MEDIAHUB_SERVICE_PATH

#define MEDIAHUB_SERVICE_PATH   "/com/lomiri/MediaHub/Service"

Definition at line 23 of file dbus_constants.h.

◆ MPRIS_ERROR_CREATING_SESSION

#define MPRIS_ERROR_CREATING_SESSION   "CreatingSession"

Definition at line 33 of file dbus_constants.h.

◆ MPRIS_ERROR_DESTROYING_SESSION

#define MPRIS_ERROR_DESTROYING_SESSION   "DestroyingSession"

Definition at line 34 of file dbus_constants.h.

◆ MPRIS_ERROR_INSUFFICIENT_APPARMOR_PERMISSIONS

#define MPRIS_ERROR_INSUFFICIENT_APPARMOR_PERMISSIONS   "InsufficientAppArmorPermissions"

Definition at line 35 of file dbus_constants.h.

◆ MPRIS_ERROR_OOP_STREAMING_NOT_SUPPORTED

#define MPRIS_ERROR_OOP_STREAMING_NOT_SUPPORTED   "OutOfProcessBufferStreamingNotSupported"

Definition at line 37 of file dbus_constants.h.

◆ MPRIS_ERROR_PREFIX

#define MPRIS_ERROR_PREFIX   "mpris.Player.Error."

Definition at line 32 of file dbus_constants.h.

◆ MPRIS_ERROR_URI_NOT_FOUND

#define MPRIS_ERROR_URI_NOT_FOUND   "UriNotFound"

Definition at line 39 of file dbus_constants.h.

◆ MPRIS_PLAYER_INTERFACE

#define MPRIS_PLAYER_INTERFACE   "org.mpris.MediaPlayer2.Player"

Definition at line 29 of file dbus_constants.h.

◆ MPRIS_PLAYER_PATH

#define MPRIS_PLAYER_PATH   "/org/mpris/MediaPlayer2"

Definition at line 28 of file dbus_constants.h.

◆ MPRIS_SERVICE_NAME

#define MPRIS_SERVICE_NAME   "org.mpris.MediaPlayer2.MediaHub"

Definition at line 26 of file dbus_constants.h.

◆ MPRIS_SERVICE_PATH

#define MPRIS_SERVICE_PATH   "/org/mpris/MediaPlayer2"

Definition at line 27 of file dbus_constants.h.

◆ MPRIS_TRACKLIST_INTERFACE

#define MPRIS_TRACKLIST_INTERFACE   "org.mpris.MediaPlayer2.TrackList"

Definition at line 30 of file dbus_constants.h.