Description

Reports to agent that it should open a browser at a given URL.

Fields

  • access_point - The access point that triggered this request.
  • url - The URL to point the browser at.

Signature

struct Efl.Net.Control.Agent_Browser_Url {
    access_point: Efl.Net.Control.Access_Point;
    url: string;
}

C signature

typedef struct _Efl_Net_Control_Agent_Browser_Url {
    Efl_Net_Control_Access_Point *access_point;
    const char *url;
} Efl_Net_Control_Agent_Browser_Url;