summaryrefslogtreecommitdiffstats
path: root/include/rofi-icon-fetcher.h
blob: 3198658e86e697d698251d50690ec1420634a8f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef ROFI_ICON_FETCHER_H
#define ROFI_ICON_FETCHER_H

#include <glib.h>
#include <stdint.h>
#include <cairo.h>
#include "nkutils-xdg-theme.h"

void rofi_icon_fetcher_init ( void );


void rofi_icon_fetcher_destroy ( void );


uint32_t rofi_icon_fetcher_query ( const char *name, const int size );


cairo_surface_t * rofi_icon_fetcher_get ( const uint32_t uid );


#endif // ROFI_ICON_FETCHER_H