rofi 1.7.5
rofi.h File Reference
#include "keyb.h"
#include "mode.h"
#include "rofi-types.h"
#include "view.h"
#include <glib.h>
#include <stdlib.h>
#include <string.h>
#include <xcb/xcb.h>
#include <xkbcommon/xkbcommon.h>
Include dependency graph for rofi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define color_reset   "\033[0m"
 
#define color_bold   "\033[1m"
 
#define color_italic   "\033[2m"
 
#define color_green   "\033[0;32m"
 
#define color_red   "\033[0;31m"
 
#define ERROR_MSG(a)
 
#define ERROR_MSG_MARKUP   TRUE
 

Functions

unsigned int rofi_get_num_enabled_modes (void)
 
const Moderofi_get_mode (unsigned int index)
 
void rofi_add_error_message (GString *str)
 
void rofi_clear_error_messages (void)
 
void rofi_add_warning_message (GString *str)
 
void rofi_clear_warning_messages (void)
 
void rofi_set_return_code (int code)
 
void rofi_quit_main_loop (void)
 
Moderofi_collect_modes_search (const char *name)
 

Variables

const char * cache_dir