~zaspire/libunity-webapps/player-per-interest

« back to all changes in this revision

Viewing changes to src/context-daemon/unity-webapps-context-daemon.h

  • Committer: Maxim Ermilov
  • Date: 2012-10-09 22:56:42 UTC
  • Revision ID: maxim.ermilov@canonical.com-20121009225642-3j5hl5hmgi8ja3rc
save player's state per interest

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        GHashTable *interest_vanished_ids;
38
38
        GHashTable *name_interest_counts;
39
39
        guint interests;
40
 
        
 
40
 
41
41
        gchar **dnd_mimes;
42
42
        gchar *desktop_file_name;
43
43
        gchar *icon_file_name;
44
 
        
 
44
 
45
45
        gchar *icon_theme_dir;
46
 
        
 
46
 
47
47
        UnityWebappsNotificationContext *notification_context;
48
48
        UnityWebappsIndicatorContext *indicator_context;
49
49
        UnityWebappsMusicPlayerContext *music_player_context;