sound: Add introspection info for new GIcon function
This commit is contained in:
parent
a9555f52d0
commit
29b2b6cb05
1 changed files with 6 additions and 0 deletions
|
@ -390,6 +390,12 @@ gvc_mixer_stream_get_icon_name (GvcMixerStream *stream)
|
|||
return stream->priv->icon_name;
|
||||
}
|
||||
|
||||
/**
|
||||
* gvc_mixer_stream_get_gicon:
|
||||
* @stream: a #GvcMixerStream
|
||||
*
|
||||
* Returns: (transfer full): a new #GIcon
|
||||
*/
|
||||
GIcon *
|
||||
gvc_mixer_stream_get_gicon (GvcMixerStream *stream)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue