We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb95f85 commit d6e3a86Copy full SHA for d6e3a86
src/Gestures/GestureController.vala
@@ -94,7 +94,9 @@ public class Gala.GestureController : Object {
94
Object (action: action, wm: wm);
95
}
96
97
- // Do not call this directly, use {@link RooTarget.add_controller} instead.
+ /**
98
+ * Do not call this directly, use {@link RooTarget.add_controller} instead.
99
+ */
100
public void attached (RootTarget target) {
101
ref ();
102
this.target = target;
0 commit comments