edelib
2.1.0
|
This is the complete list of members for DesktopFile, including all inherited members.
clear(void) | Config | |
comment(char *val, int len) | DesktopFile | |
Config() | Config | |
create_new(DesktopFileType t) | DesktopFile | |
DesktopFile() | DesktopFile | |
error(void) | Config | |
exec(char *val, int len) | DesktopFile | |
exist(const char *section) | Config | |
generic_name(char *val, int len) | DesktopFile | |
get(const char *section, const char *key, char *ret, unsigned int size) | Config | |
get(const char *section, const char *key, bool &ret, bool dfl=false) | Config | |
get(const char *section, const char *key, int &ret, int dfl=0) | Config | |
get(const char *section, const char *key, float &ret, float dfl=0) | Config | |
get(const char *section, const char *key, long &ret, long dfl=0) | Config | |
get(const char *section, const char *key, double &ret, double dfl=0) | Config | |
get(const char *section, const char *key, char &ret, char dfl=0) | Config | |
get_allocated(const char *section, const char *key, char **ret, unsigned int &retsize) | Config | |
get_localized(const char *section, const char *key, char *ret, unsigned int size) | Config | |
hidden(void) | DesktopFile | |
icon(char *val, int len) | DesktopFile | |
key_exist(const char *section, const char *key) | Config | |
line(void) | Config | |
load(const char *fname) | DesktopFile | |
mime_type(char *val, int len) | DesktopFile | |
name(char *val, int len) | DesktopFile | |
no_display(void) | DesktopFile | |
not_show_in(char *val, int len) | DesktopFile | |
not_show_in(list< String > &lst) | DesktopFile | |
num_sections(void) | Config | |
only_show_in(char *val, int len) | DesktopFile | |
only_show_in(list< String > &lst) | DesktopFile | |
operator bool(void) const | DesktopFile | inline |
path(char *val, int len) | DesktopFile | |
save(const char *fname) | DesktopFile | |
set(const char *section, const char *key, char *val) | Config | |
set(const char *section, const char *key, const char *val) | Config | |
set(const char *section, const char *key, bool val) | Config | |
set(const char *section, const char *key, int val) | Config | |
set(const char *section, const char *key, long val) | Config | |
set(const char *section, const char *key, float val) | Config | |
set(const char *section, const char *key, double val) | Config | |
set_comment(const char *val) | DesktopFile | |
set_exec(const char *val) | DesktopFile | |
set_generic_name(const char *val) | DesktopFile | |
set_hidden(bool val) | DesktopFile | |
set_icon(const char *val) | DesktopFile | |
set_localized(const char *section, const char *key, char *val) | Config | |
set_localized(const char *section, const char *key, const char *val) | Config | |
set_mime_type(const char *val) | DesktopFile | |
set_name(const char *val) | DesktopFile | |
set_no_display(bool val) | DesktopFile | |
set_not_show_in(const list< String > &lst) | DesktopFile | |
set_only_show_in(const list< String > &lst) | DesktopFile | |
set_path(const char *val) | DesktopFile | |
set_startup_notify(bool val) | DesktopFile | |
set_terminal(bool val) | DesktopFile | |
set_try_exec(const char *val) | DesktopFile | |
set_type(DesktopFileType t) | DesktopFile | |
set_url(const char *val) | DesktopFile | |
startup_notify(void) | DesktopFile | |
strerror(void) | Config | |
strerror(int code) | Config | |
terminal(void) | DesktopFile | |
try_exec(bool &program_found) | DesktopFile | |
type(void) | DesktopFile | |
url(char *val, int len) | DesktopFile | |
~Config() | Config | inline |
~DesktopFile() | DesktopFile |