~kaihengfeng/unity-settings-daemon/lp1683445

« back to all changes in this revision

Viewing changes to plugins/print-notifications/test-print-notifications.c

  • Committer: Bileto Bot
  • Author(s): Robert Ancell
  • Date: 2016-06-13 11:29:54 UTC
  • mfrom: (4132.10.3 no-print-notification)
  • Revision ID: ci-train-bot@canonical.com-20160613112954-0p05ggc7yh131ovm
Drop print notifications - not used under Unity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define NEW gsd_print_notifications_manager_new
2
 
#define START gsd_print_notifications_manager_start
3
 
#define STOP gsd_print_notifications_manager_stop
4
 
#define MANAGER GsdPrintNotificationsManager
5
 
#include "gsd-print-notifications-manager.h"
6
 
 
7
 
#include "test-plugin.h"