apps section was moved to another library

pull/64/head
parent d6bd302cf5
commit f5fa9a896a
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -87,17 +87,6 @@ typedef struct dictionary
DICT_TYPE data_type; DICT_TYPE data_type;
} dictionary; } dictionary;
typedef struct apps
{
char *Name;
int Type;
char *Categories;
char *Exec;
char *Icon;
int Pluggable;
int DualPluggable;
} apps;
typedef char** config_str; typedef char** config_str;
/** /**
@ -1075,12 +1064,6 @@ int yon_get_size_get_from_letter(char size);
*/ */
char *yon_size_get_mod(int size); char *yon_size_get_mod(int size);
apps *yon_apps_scan_and_parse_desktops(int *sizef);
void yon_apps_sort(apps *applist, int size);
apps *yon_apps_get_by_name(apps *applist, char *name, int size);
/**yon_file_path_proceed_spaces(char *path) /**yon_file_path_proceed_spaces(char *path)
* [EN] * [EN]
* *

Loading…
Cancel
Save