After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 770531 - Rygel fails to compile
Rygel fails to compile
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: general
git master
Other Windows
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2016-08-29 07:49 UTC by Jens Georg
Modified: 2016-08-29 17:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixes issue (3.38 KB, patch)
2016-08-29 07:49 UTC, Jens Georg
committed Details | Review

Description Jens Georg 2016-08-29 07:49:23 UTC
Created attachment 334329 [details] [review]
Fixes issue

rygel-user-config.vala:198.5-198.41: error: overriding method `Rygel.UserConfig.get_video_upload_folder' is incompatible with base method `Rygel.Configuration.get_video_upload_folder': incompatible return type.
    public string get_video_upload_folder () throws GLib.Error {
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rygel-user-config.vala:202.5-202.41: error: overriding method `Rygel.UserConfig.get_music_upload_folder' is incompatible with base method `Rygel.Configuration.get_music_upload_folder': incompatible return type.
    public string get_music_upload_folder () throws GLib.Error {
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rygel-user-config.vala:206.5-206.43: error: overriding method `Rygel.UserConfig.get_picture_upload_folder' is incompatible with base method `Rygel.Configuration.get_picture_upload_folder': incompatible return type.
    public string get_picture_upload_folder () throws GLib.Error {
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^