OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ibus
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/deps/ibusclient/src/
Makefile
7
CXXFLAGS += -g -Wall -Werror `$(PKG_CONFIG) --cflags glib-2.0
ibus
-1.0`
8
LDLIBS = `$(PKG_CONFIG) --libs
ibus
-1.0`
ibusclient.cc
7
#include <
ibus
.h>
60
// Unsets a dummy value from
ibus
config service.
69
// Sets a dummy value to
ibus
config service. You can specify a type of the
150
// Gets a dummy value from
ibus
config service. This function checks if the
270
// Print out the list of unused config variables from
ibus
.
337
void ActivateEngineAndPrintResult(IBusBus*
ibus
, const char* engine_name) {
338
if (!ibus_bus_set_global_engine(
ibus
, engine_name)) {
346
void PrintActiveEngine(IBusBus*
ibus
) {
347
IBusEngineDesc* engine_desc = ibus_bus_get_global_engine(
ibus
);
369
printf("check_reachable Check if
ibus
-daemon is reachable\n")
398
IBusBus*
ibus
=
ibus
_bus_new();
local
[
all
...]
Completed in 768 milliseconds