gvc: Fix missing introspection
It's all Bastien's fault
This commit is contained in:
parent
bdd1f82777
commit
7c937c8704
@ -390,6 +390,12 @@ gvc_mixer_stream_get_icon_name (GvcMixerStream *stream)
|
|||||||
return stream->priv->icon_name;
|
return stream->priv->icon_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* gvc_mixer_stream_get_gicon:
|
||||||
|
* @stream: a #GvcMixerStream
|
||||||
|
*
|
||||||
|
* Returns: (transfer full): a new #GIcon
|
||||||
|
*/
|
||||||
GIcon *
|
GIcon *
|
||||||
gvc_mixer_stream_get_gicon (GvcMixerStream *stream)
|
gvc_mixer_stream_get_gicon (GvcMixerStream *stream)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user