~gala-dev/gala/windowswitcher-fade-opacity

« back to all changes in this revision

Viewing changes to src/DragDropAction.vala

  • Committer: Rico Tzschichholz
  • Date: 2014-04-08 12:51:06 UTC
  • Revision ID: ricotz@ubuntu.com-20140408125106-6ahv3pbbwilck1pi
codestyle: Drop trailing spaces/tabs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
//  
 
1
//
2
2
//  Copyright (C) 2013 Tom Beckmann
3
 
// 
 
3
//
4
4
//  This program is free software: you can redistribute it and/or modify
5
5
//  it under the terms of the GNU General Public License as published by
6
6
//  the Free Software Foundation, either version 3 of the License, or
7
7
//  (at your option) any later version.
8
 
// 
 
8
//
9
9
//  This program is distributed in the hope that it will be useful,
10
10
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
11
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
12
//  GNU General Public License for more details.
13
 
// 
 
13
//
14
14
//  You should have received a copy of the GNU General Public License
15
15
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
 
// 
 
16
//
17
17
 
18
18
namespace Gala
19
19
{
47
47
 
48
48
                /**
49
49
                 * A drag action has successfully been finished.
50
 
                 * 
 
50
                 *
51
51
                 * @param actor The actor on which the drag finished
52
52
                 */
53
53
                public signal void drag_end (Clutter.Actor actor);
63
63
                 * Create a new DragDropAction
64
64
                 *
65
65
                 * @param type The type of this actor
66
 
                 * @param id An ID that marks which sources can be dragged on 
 
66
                 * @param id An ID that marks which sources can be dragged on
67
67
                 *     which destinations. It has to be the same for all actors that
68
68
                 *     should be compatible with each other.
69
69
                 */