Skip to content

bg-slide-show: Define getter for filename property

Marco Trevisan requested to merge 3v1n0/gnome-desktop:filename-setter into master

Background Slideshow has a 'filename' property with read-write flags, however the getter isn't defined, and this would make it work properly when constructed from gjs.

Make get_property to set the filename value to fix this.

Merge request reports