#include <config.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <limits.h>
#include <signal.h>
#include <sys/types.h>
#include <dirent.h>
#include <strings.h>
#include <string.h>
#include <errno.h>
#include "rofi.h"
#include "settings.h"
#include "helper.h"
#include "xrmoptions.h"
#include "dialogs/help-keys.h"
#include "widgets/textbox.h"
#include "mode-private.h"
Go to the source code of this file.
◆ _get_display_value()
static char* _get_display_value |
( |
const Mode * |
sw, |
|
|
unsigned int |
selected_line, |
|
|
int * |
state, |
|
|
G_GNUC_UNUSED GList ** |
list, |
|
|
int |
get_entry |
|
) |
| |
|
static |
◆ get_apps()
◆ help_keys_mode_destroy()
static void help_keys_mode_destroy |
( |
Mode * |
sw | ) |
|
|
static |
◆ help_keys_mode_get_num_entries()
static unsigned int help_keys_mode_get_num_entries |
( |
const Mode * |
sw | ) |
|
|
static |
◆ help_keys_mode_init()
static int help_keys_mode_init |
( |
Mode * |
sw | ) |
|
|
static |
◆ help_keys_mode_result()
static ModeMode help_keys_mode_result |
( |
G_GNUC_UNUSED Mode * |
sw, |
|
|
int |
mretv, |
|
|
G_GNUC_UNUSED char ** |
input, |
|
|
G_GNUC_UNUSED unsigned int |
selected_line |
|
) |
| |
|
static |
◆ help_keys_token_match()
static int help_keys_token_match |
( |
const Mode * |
data, |
|
|
rofi_int_matcher ** |
tokens, |
|
|
unsigned int |
index |
|
) |
| |
|
static |