File: ui_emoji.h

package info (click to toggle)
mlterm 3.9.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,340 kB
  • sloc: ansic: 154,713; sh: 5,302; cpp: 2,953; objc: 2,776; java: 2,472; makefile: 2,445; perl: 1,674; xml: 44
file content (11 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* -*- c-basic-offset:2; tab-width:2; indent-tabs-mode:nil -*- */

#include <pobl/bl_types.h>

void ui_emoji_set_path(const char *path);

void ui_emoji_set_file_format(const char *format);

char *ui_emoji_get_path(u_int32_t code1, u_int32_t code2, int check_exist);

char *ui_emoji_get_file_format(void);