~khurshid-alam/unity-control-center/sharing-panel

« back to all changes in this revision

Viewing changes to panels/sharing/cc-media-sharing.h

  • Committer: Khurshid Alam
  • Date: 2018-03-12 14:06:28 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20180312140628-rsnrcib4gttusg2w
Import sharing panel from gnome-control-center
This commit imports sharing panel from gnome-control-center and removes old screen-sharing panel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2013 Intel, Inc
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License as published by
 
6
 * the Free Software Foundation; either version 2 of the License, or
 
7
 * (at your option) any later version.
 
8
 *
 
9
 * This program is distributed in the hope that it will be useful,
 
10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
 * GNU General Public License for more details.
 
13
 *
 
14
 * You should have received a copy of the GNU General Public License
 
15
 * along with this program; if not, write to the Free Software
 
16
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
17
 *
 
18
 * Author: Thomas Wood <thomas.wood@intel.com>
 
19
 *
 
20
 */
 
21
 
 
22
#ifndef __CC_MEDIA_SHARING_H__
 
23
#define __CC_MEDIA_SHARING_H__
 
24
 
 
25
#include <glib.h>
 
26
 
 
27
void cc_media_sharing_get_preferences (gchar ***folders);
 
28
void cc_media_sharing_set_preferences (gchar **folders);
 
29
 
 
30
#endif /* __CC_MEDIA_SHARING_H__ */