applauncherd
Public Attributes | List of all members
InvokeArgs Struct Reference

Public Attributes

int prog_argc
 
char ** prog_argv
 
char * prog_name
 
const char * app_type
 
const char * app_name
 
uint32_t magic_options
 
bool wait_term
 
unsigned int respawn_delay
 
bool test_mode
 
const char * desktop_file
 
unsigned int exit_delay
 

Detailed Description

Definition at line 733 of file invoker.c.

Member Data Documentation

◆ app_name

const char* InvokeArgs::app_name

Definition at line 738 of file invoker.c.

◆ app_type

const char* InvokeArgs::app_type

Definition at line 737 of file invoker.c.

◆ desktop_file

const char* InvokeArgs::desktop_file

Definition at line 743 of file invoker.c.

◆ exit_delay

unsigned int InvokeArgs::exit_delay

Definition at line 744 of file invoker.c.

◆ magic_options

uint32_t InvokeArgs::magic_options

Definition at line 739 of file invoker.c.

◆ prog_argc

int InvokeArgs::prog_argc

Definition at line 734 of file invoker.c.

◆ prog_argv

char** InvokeArgs::prog_argv

Definition at line 735 of file invoker.c.

◆ prog_name

char* InvokeArgs::prog_name

Definition at line 736 of file invoker.c.

◆ respawn_delay

unsigned int InvokeArgs::respawn_delay

Definition at line 741 of file invoker.c.

◆ test_mode

bool InvokeArgs::test_mode

Definition at line 742 of file invoker.c.

◆ wait_term

bool InvokeArgs::wait_term

Definition at line 740 of file invoker.c.


The documentation for this struct was generated from the following file: