(Events) Cleaned up documentation
[platform/core/uifw/dali-core.git] / capi / dali / public-api / events / long-press-gesture-detector.h
index f0d65d8..e7cdfab 100644 (file)
@@ -49,7 +49,7 @@ struct LongPressGesture;
  * @code
  * LongPressGestureDetector detector = LongPressGestureDetector::New();
  * detector.Attach(myActor);
- * detector.SignalDetected().Connect(this, &MyApplication::OnLongPress);
+ * detector.DetectedSignal().Connect(this, &MyApplication::OnLongPress);
  * @endcode
  *
  * @see LongPressGesture