Branch: refs/heads/master
  Home:   https://github.com/ibus/ibus
  Commit: 57846a1016a395f06e9b8fe8db1c537f791a6018
      
https://github.com/ibus/ibus/commit/57846a1016a395f06e9b8fe8db1c537f791a6018
  Author: Daiki Ueno <[email protected]>
  Date:   2012-02-29 (Wed, 29 Feb 2012)

  Changed paths:
    M src/ibusbus.c
  M src/ibusconfig.c
  M src/ibusconfig.h
  M src/ibusinternal.h
  M src/tests/Makefile.am
  M src/tests/ibus-config.c

  Log Message:
  -----------
  Add ibus_config_watch/unwatch.

Currently IBusConfig proxy is notified every config value change.
e.g. ibus-m17n will get notified even when ibus-anthy's config values
are changed.

With this patch, IBusConfig proxy will be able to restrict
notification by calling ibus_config_watch().  For example, after:

ibus_config_watch (config, "engine/M17N/hi/inscript", NULL);

it will be notified value changes only under
"engine/M17N/hi/inscript" section.

BUG=none
TEST=manually with modified ibus-m17n

Review URL: https://codereview.appspot.com/5091045



-- 
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复