#include <shortcut.h>
Data Fields | |
gchar * | filepath |
GKeyFile * | keyfile |
shortcut_type_t | type |
gchar * | name |
gchar * | comment |
union { | |
struct { | |
gchar * directory | |
gchar * filename | |
} file | |
struct { | |
gchar * url | |
} web | |
struct { | |
gchar * directory | |
gchar * filename | |
gchar * path | |
} folder | |
struct { | |
gchar * command_line | |
gchar * work_dir | |
} application | |
} | details |
Definition at line 71 of file shortcut.h.
struct { ... } shortcut_t::application |
Referenced by activate_shortcut(), parse_shortcut_file(), and shortcut_free_impl().
gchar* shortcut_t::command_line |
Definition at line 100 of file shortcut.h.
gchar* shortcut_t::comment |
Definition at line 80 of file shortcut.h.
Referenced by get_subtitle(), parse_shortcut_file(), and shortcut_free_impl().
union { ... } shortcut_t::details |
gchar* shortcut_t::directory |
Definition at line 85 of file shortcut.h.
struct { ... } shortcut_t::file |
Referenced by activate_shortcut(), check_shortcut(), get_thumbnail_for_shortcut(), parse_file_url(), and shortcut_free_impl().
gchar* shortcut_t::filename |
Definition at line 86 of file shortcut.h.
gchar* shortcut_t::filepath |
Definition at line 74 of file shortcut.h.
Referenced by parse_shortcut_file(), and shortcut_free_impl().
struct { ... } shortcut_t::folder |
Referenced by activate_shortcut(), get_thumbnail_for_shortcut(), parse_folder_path(), parse_shortcut_file(), and shortcut_free_impl().
GKeyFile* shortcut_t::keyfile |
Definition at line 75 of file shortcut.h.
Referenced by parse_shortcut_file(), and shortcut_free_impl().
gchar* shortcut_t::name |
Definition at line 79 of file shortcut.h.
Referenced by activate_shortcut(), check_shortcut(), get_subtitle(), get_title(), parse_shortcut_file(), and shortcut_free_impl().
gchar* shortcut_t::path |
Definition at line 96 of file shortcut.h.
Definition at line 78 of file shortcut.h.
Referenced by activate_shortcut(), check_shortcut(), get_subtitle(), get_thumbnail_for_shortcut(), parse_file_url(), parse_folder_path(), parse_shortcut_file(), shortcut_free_impl(), and shortcut_new().
gchar* shortcut_t::url |
Definition at line 90 of file shortcut.h.
struct { ... } shortcut_t::web |
Referenced by activate_shortcut(), parse_shortcut_file(), and shortcut_free_impl().
gchar* shortcut_t::work_dir |
Definition at line 101 of file shortcut.h.