Reference Manual - 1.0.0
IDirectFBSurface   DrawLine

Draw a line from one point to the other with the given color following the drawing flags.

DrawLine (
  IDirectFBSurface   * thiz,
  int   x1,
  int   y1,
  int   x2,
  int   y2
);