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

Unified Diff: src/ibusconfigservice.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 | « src/ibusconfig.c ('k') | src/ibusconfigservice.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ibusconfigservice.h
diff --git a/src/ibusconfigservice.h b/src/ibusconfigservice.h
index cc446ecfa51be6a9e5bce4b8aa4eaabaf298dab9..48618ee8c4bd5734e647becd2f6290edc8994460 100644
--- a/src/ibusconfigservice.h
+++ b/src/ibusconfigservice.h
@@ -182,6 +182,10 @@ struct _IBusConfigServiceClass {
const gchar *section,
const gchar *name,
IBusError **error);
+ gboolean (* get_unused)(IBusConfigService *config,
+ GValue *unread,
+ GValue *unwritten,
+ IBusError **error);
/*< private >*/
/* padding */
@@ -217,4 +221,3 @@ void ibus_config_service_value_changed
G_END_DECLS
#endif
-
« no previous file with comments | « src/ibusconfig.c ('k') | src/ibusconfigservice.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698