rofi
1.7.0
|
#include <cairo.h>
#include <glib.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void | rofi_icon_fetcher_init (void) |
void | rofi_icon_fetcher_destroy (void) |
uint32_t | rofi_icon_fetcher_query (const char *name, const int size) |
uint32_t | rofi_icon_fetcher_query_advanced (const char *name, const int wsize, const int hsize) |
cairo_surface_t * | rofi_icon_fetcher_get (const uint32_t uid) |
gboolean | rofi_icon_fetcher_file_is_image (const char *const path) |