Description

Representing the range of a request.

Fields

  • start_id - The first item that must be filled into the passed slice.
  • end_id - The last item that must be filled into the passed slice.

Signature

struct Efl.Ui.Position_Manager.Request_Range {
    start_id: uint;
    end_id: uint;
}

C signature

typedef struct _Efl_Ui_Position_Manager_Request_Range {
    unsigned int start_id;
    unsigned int end_id;
} Efl_Ui_Position_Manager_Request_Range;