~voldyman/gala/scale-large-notification-icon

« back to all changes in this revision

Viewing changes to src/Background-3.12/BackgroundCache.vala

  • Committer: Rico Tzschichholz
  • Date: 2015-03-12 14:10:18 UTC
  • Revision ID: ricotz@ubuntu.com-20150312141018-u8tmmcu10bia92fg
Avoid returning a new reference of singletons

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
                        instance = new BackgroundCache (screen);
33
33
                }
34
34
 
35
 
                public static BackgroundCache get_default ()
 
35
                public static unowned BackgroundCache get_default ()
36
36
                        requires (instance != null)
37
37
                {
38
38
                        return instance;