[ Version ( since = "0.2.0" ) ]
public void notify_change_list (owned GenericArray<Media> changed_medias, SourceChangeType change_type, bool location_unknown)
Emits "content-changed" signal to notify subscribers that a change ocurred in this.
The function will take ownership of changed
medias and it should not be manipulated in any way by the caller after invoking
this function. If that is needed, the caller must ref the array in advance.
See GrlSource:GrlSource:content-changed
signal.
<note> <para> This function is intended to be used only by plugins. </para> </note>
this |
a source |
changed_medias |
the list of medias that have changed |
change_type |
the type of change |
location_unknown |
if change has happpened in |