~elementary-apps/pantheon-files/trunk

« back to all changes in this revision

Viewing changes to libcore/Plugin.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
/* Copyright (c) 2015-2017 elementary LLC (http://launchpad.net/pantheon-files)
 
2
 *
 
3
 * This program is free software; you can redistribute it and/or
 
4
 * modify it under the terms of the GNU General Public License as
 
5
 * published by the Free Software Foundation, Inc.,; either version 2 of
 
6
 * the License, or (at your option) any later version.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU General Public
 
14
 * License along with this program; if not, write to the Free
 
15
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
16
 * Boston, MA 02110-1301, USA.
 
17
 */
 
18
 
1
19
public abstract class Marlin.Plugins.Base {
2
20
    public virtual void directory_loaded (void* data) { }
3
21
    public virtual void context_menu (Gtk.Widget? widget, List<unowned GOF.File> files) { }