~ctf/unity-settings-daemon/bug1389099_mic_volume_icons

« back to all changes in this revision

Viewing changes to plugins/background/test-background.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define NEW gsd_background_manager_new
 
2
#define START gsd_background_manager_start
 
3
#define STOP gsd_background_manager_stop
 
4
#define MANAGER GsdBackgroundManager
 
5
#include "gsd-background-manager.h"
 
6
 
 
7
#include "test-plugin.h"