~khurshid-alam/unity-settings-daemon/accountservice-background-fix

« back to all changes in this revision

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

  • Committer: Khurshid Alam
  • Date: 2018-02-21 21:19:43 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20180221211943-8splu6z7l2mng1j1
Add sharing plugin

we are importing sharing panel from gnome-control-center as the old screen-sharing panel does not work anymore due to a gsettings key removal from vino. Our new sharing panel will use this plugin. This plugin is a direct port from gnome-settings-daemon 3.22.

https://bugzilla.gnome.org/show_bug.cgi?id=731726

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define NEW gsd_sharing_manager_new
 
2
#define START gsd_sharing_manager_start
 
3
#define STOP gsd_sharing_manager_stop
 
4
#define MANAGER GsdSharingManager
 
5
#include "gsd-sharing-manager.h"
 
6
 
 
7
#include "test-plugin.h"