Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Unified Diff: chromeos/dbus/ibus/ibus_constants.h

Issue 10806006: Implement IBusEngineService (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix wrong usage of Message Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_engine_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ibus/ibus_constants.h
diff --git a/chromeos/dbus/ibus/ibus_constants.h b/chromeos/dbus/ibus/ibus_constants.h
index 86e827ed3004a9a1b7433f7e52cf2f76f7693f6c..ab117916f70ff0ece2e7629a24c2bdb5997b8df6 100644
--- a/chromeos/dbus/ibus/ibus_constants.h
+++ b/chromeos/dbus/ibus/ibus_constants.h
@@ -41,6 +41,26 @@ const char kCreateEngineMethod[] = "CreateEngine";
namespace engine {
const char kServicePathPrefix[] = "/org/freedesktop/IBus/Engine/";
+const char kServiceInterface[] = "org.freedesktop.IBus.Engine";
+const char kFocusInMethod[] = "FocusIn";
+const char kFocusOutMethod[] = "FocusOut";
+const char kEnableMethod[] = "Enable";
+const char kDisableMethod[] = "Disable";
+const char kPropertyActivateMethod[] = "PropertyActivate";
+const char kPropertyShowMethod[] = "PropertyShow";
+const char kPropertyHideMethod[] = "PropertyHide";
+const char kSetCapabilityMethod[] = "SetCapability";
+const char kResetMethod[] = "Reset";
+const char kProcessKeyEventMethod[] = "ProcessKeyEvent";
+const char kCandidateClickedMethod[] = "CandidateClicked";
+const char kSetSurroundingTextMethod[] = "SetSurroundingText";
+const char kRegisterPropertiesSignal[] = "RegisterProperties";
+const char kUpdatePreeditSignal[] = "UpdatePreedit";
+const char kUpdateAuxiliaryTextSignal[] = "UpdateAuxiliaryText";
+const char kUpdateLookupTableSignal[] = "UpdateLookupTable";
+const char kUpdatePropertySignal[] = "UpdateProperty";
+const char kForwardKeyEventSignal[] = "ForwardKeyEvent";
+const char kRequireSurroundingTextSignal[] = "RequireSurroundingText";
} // namespace engine
} // namespace ibus
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_engine_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698