1
# ecryptfs.nautilus.dummy_nautilus - stub Nautilus API
3
# Author: Tim Cole <tim.cole@canonical.com>
5
# Copyright 2009 Canonical Ltd.
7
# This program is free software: you can redistribute it and/or modify it
8
# under the terms of the GNU General Public License version 3, as published
9
# by the Free Software Foundation.
11
# This program is distributed in the hope that it will be useful, but
12
# WITHOUT ANY WARRANTY; without even the implied warranties of
13
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
14
# PURPOSE. See the GNU General Public License for more details.
16
# You should have received a copy of the GNU General Public License along
17
# with this program. If not, see <http://www.gnu.org/licenses/>.
18
"""Replacement stubs for the Nautilus extension API."""
20
class LocationWidgetProvider(object):
21
"""Stub base class for location widget providers."""
25
class InfoProvider(object):
26
"""Stub base class for file info providers."""
29
class MenuProvider(object):
30
"""Stub base class for menu providers."""
34
class MenuItem(object):
35
"""Stub base class for menu items."""