Dillo v3.2.0-143-gabad1053
Loading...
Searching...
No Matches
control.h File Reference
#include "bw.h"
Include dependency graph for control.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int a_Control_init (void)
 
int a_Control_is_waiting (void)
 
void a_Control_notify_finish (BrowserWindow *bw)
 
int a_Control_free (void)
 

Function Documentation

◆ a_Control_free()

int a_Control_free ( void  )

Definition at line 540 of file control.c.

Referenced by main().

◆ a_Control_init()

int a_Control_init ( void  )

Definition at line 537 of file control.c.

Referenced by main().

◆ a_Control_is_waiting()

int a_Control_is_waiting ( void  )

Definition at line 538 of file control.c.

Referenced by a_UIcmd_finish_loading().

◆ a_Control_notify_finish()

void a_Control_notify_finish ( BrowserWindow bw)

Definition at line 539 of file control.c.

Referenced by a_UIcmd_finish_loading().