~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to pantheon-files-daemon/client.vala

  • Committer: Jeremy Wootten
  • Date: 2017-02-10 19:35:18 UTC
  • mto: This revision was merged to the branch mainline in revision 2488.
  • Revision ID: jeremy@elementaryos.org-20170210193518-hep8lto71zrqo81e
Fix licensecheck warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***
 
2
    Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/elementary)  
 
3
 
 
4
    This program is free software: you can redistribute it and/or modify it
 
5
    under the terms of the GNU General Public License version 3, as published
 
6
    by the Free Software Foundation.
 
7
 
 
8
    This program is distributed in the hope that it will be useful, but
 
9
    WITHOUT ANY WARRANTY; without even the implied warranties of
 
10
    MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
11
    PURPOSE. See the GNU General Public License for more details.
 
12
 
 
13
    You should have received a copy of the GNU General Public License along
 
14
    with this program. If not, see <http://www.gnu.org/licenses/>.
 
15
***/
 
16
 
1
17
[DBus (name = "org.pantheon.files.db")]
2
18
interface Demo : Object {
3
19
    public abstract bool        showTable       (string table)  throws IOError;