Top | ![]() |
![]() |
![]() |
![]() |
const gchar * | mate_mixer_app_info_get_name () |
const gchar * | mate_mixer_app_info_get_id () |
const gchar * | mate_mixer_app_info_get_version () |
const gchar * | mate_mixer_app_info_get_icon () |
The MateMixerAppInfo structure describes application properties.
See MateMixerStreamControl and the mate_mixer_stream_control_get_app_info()
function for more information.
const gchar *
mate_mixer_app_info_get_name (MateMixerAppInfo *info
);
Gets the name of the application described by info
.
const gchar *
mate_mixer_app_info_get_id (MateMixerAppInfo *info
);
Gets the identifier of the application described by info
(e.g. org.example.app).
const gchar *
mate_mixer_app_info_get_version (MateMixerAppInfo *info
);
Gets the version of the application described by info
.
const gchar *
mate_mixer_app_info_get_icon (MateMixerAppInfo *info
);
Gets the XDG icon name of the application described by info
.
typedef struct _MateMixerAppInfo MateMixerAppInfo;
The MateMixerAppInfo structure contains only private data and should only be accessed using the provided API.