MAFW Manual | ||||
---|---|---|---|---|
MafwProxyPlaylist; #define MAFW_PROXY_PLAYLIST_INVALID_ID GObject* mafw_proxy_playlist_new (guint id); guint mafw_proxy_playlist_get_id (MafwProxyPlaylist *self);
MafwProxyPlaylist is a shared playlist which can be shared among multiple processes. Changes are announced on D-Bus.
#define MAFW_PROXY_PLAYLIST_INVALID_ID 0L
A playlist ID that no valid shared playlists has
GObject* mafw_proxy_playlist_new (guint id);
Create a new shared playlist object and bind it to the given existing playlist ID.
id : |
the ID of the playlist the new object will represent. |
Returns : | a new MafwProxyPlaylist. |
guint mafw_proxy_playlist_get_id (MafwProxyPlaylist *self);
Gets the proxy playlist id.
self : |
a MafwProxyPlaylist |
Returns : | a guint with the given id. |