|
|
|
|
@ -684,6 +684,8 @@ gboolean yon_apps_check_init();
|
|
|
|
|
/// @return Structure with information about the application from the system
|
|
|
|
|
apps *yon_apps_get(char *name);
|
|
|
|
|
|
|
|
|
|
apps *yon_apps_find(char *name);
|
|
|
|
|
|
|
|
|
|
/// @brief Get all apps from the category list
|
|
|
|
|
/// @param categories List of categories for which applications are searched
|
|
|
|
|
/// @param categories_size The length of the category list
|
|
|
|
|
@ -759,6 +761,7 @@ char *yon_timezone_get_utc(const char *timezone);
|
|
|
|
|
/// @return A newly allocated string with converted representation of bytes
|
|
|
|
|
char *yon_size_long_convert_automatic_to_string(unsigned long bytes);
|
|
|
|
|
|
|
|
|
|
/// @brief Block widget from destruction;
|
|
|
|
|
void yon_gtk_widget_block_destruction(GtkWidget *target);
|
|
|
|
|
|
|
|
|
|
#endif
|