#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
#include <errno.h>
#include <limits.h>
#include <signal.h>
#include <string.h>
#include <strings.h>
#include <sys/types.h>
#include <unistd.h>
#include "modes/help-keys.h"
#include "helper.h"
#include "rofi.h"
#include "settings.h"
#include "widgets/textbox.h"
#include "xrmoptions.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 |