Method
GrlSourcenotify_change
since: 0.2.0
Declaration [src]
void
grl_source_notify_change (
GrlSource* source,
GrlMedia* media,
GrlSourceChangeType change_type,
gboolean location_unknown
)
Description [src]
Emits “content-changed” signal to notify subscribers that a change ocurred
in source
.
See #grl_source_notify_change_list() function.
Available since: 0.2.0
Parameters
media
-
Type:
GrlMedia
The media which has changed, or
NULL
to use the root container.The argument can be NULL
.The data is owned by the caller of the method. change_type
-
Type:
GrlSourceChangeType
The type of change.
location_unknown
-
Type:
gboolean
If change has happened in
media
or any descendant.