~docky-core/plank/keybindings

« back to all changes in this revision

Viewing changes to lib/Docklets/DockletItem.vala

  • Committer: Rico Tzschichholz
  • Date: 2015-11-06 17:14:37 UTC
  • Revision ID: ricotz@ubuntu.com-20151106171437-orwau0j79dsq4y0h
docklets: Move to public API

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
//
19
19
 
20
 
using Plank;
21
 
 
22
 
namespace Docky
 
20
namespace Plank
23
21
{
24
22
        public abstract class DockletItem : DockItem
25
23
        {