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

Unified Diff: memconf/config.h

Issue 2860022: Add api to ibus for retreiving unused config values. (Closed) Base URL: ssh://gitrw.chromium.org/ibus.git
Patch Set: Code review changes Created 10 years, 6 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 | « ibus/config.py ('k') | memconf/config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: memconf/config.h
diff --git a/memconf/config.h b/memconf/config.h
index f4253f1647901841804d53292ed36a274cfc8f90..33624a7620ee3cd54f3408437e9edc7e826be1d5 100644
--- a/memconf/config.h
+++ b/memconf/config.h
@@ -21,6 +21,7 @@
#define MEMCONF_CONFIG_H_
#include <map>
+#include <set>
#include <string>
#include <ibus.h>
@@ -30,6 +31,8 @@ struct IBusConfigMemConf {
// We have to use pointer type here for |entries| since g_object_new() uses
// malloc rather than new to create IBusConfigMemConf object.
std::map<std::string, GValue*>* entries;
+ std::set<std::string>* unread;
+ std::set<std::string>* unwritten;
};
IBusConfigMemConf* ibus_config_memconf_new(IBusConnection* connection);
« no previous file with comments | « ibus/config.py ('k') | memconf/config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698