Re: [kbuild-devel] [PATCH 1/4] kconfig: implement setter/getter functions and change callback for sym_change_count

2006-10-06 Thread Sam Ravnborg
On Fri, Oct 06, 2006 at 08:44:29PM +0200, Karsten Wiese wrote: > > Just gave it a try and stumbled over already existing sym_set_changed(). > > find output (see below) shows the most hits > for "sym_change_count" in confdata.c. > > So how about replacing > "sym_change_count" by "bool conf_

Re: [kbuild-devel] [PATCH 1/4] kconfig: implement setter/getter functions and change callback for sym_change_count

2006-10-06 Thread Karsten Wiese
Am Freitag, 29. September 2006 00:34 schrieb Roman Zippel: > Hi, > > On Thu, 28 Sep 2006, karsten wiese wrote: > > > enable/disable the qt- and gtk-gui configurator's > > "save" toolbar-button/menu-entry. > > > > The qt-configurator asks the user, if he want's to save the changed > > .config if

Re: [kbuild-devel] [PATCH 1/4] kconfig: implement setter/getter functions and change callback for sym_change_count

2006-09-29 Thread karsten wiese
Hi, --- Roman Zippel <[EMAIL PROTECTED]> schrieb: > Hi, > > On Sun, 24 Sep 2006, Karsten Wiese wrote: > > > Make sym_change_count static, implement > > void sym_change_count_set(int) > > and > > int sym_change_count(void) > > to set or get its value; > > sym_change_count is only changed

Re: [kbuild-devel] [PATCH 1/4] kconfig: implement setter/getter functions and change callback for sym_change_count

2006-09-28 Thread Roman Zippel
Hi, On Thu, 28 Sep 2006, karsten wiese wrote: > enable/disable the qt- and gtk-gui configurator's > "save" toolbar-button/menu-entry. > > The qt-configurator asks the user, if he want's to save the changed > .config if sym_change_count!=0. Ok, then please split the patch a bit differently. 1.

Re: [kbuild-devel] [PATCH 1/4] kconfig: implement setter/getter functions and change callback for sym_change_count

2006-09-27 Thread Roman Zippel
Hi, On Sun, 24 Sep 2006, Karsten Wiese wrote: > Make sym_change_count static, implement > void sym_change_count_set(int) > and > int sym_change_count(void) > to set or get its value; > sym_change_count is only changed by void sym_change_count_set(int). > the latter can call a callbac

[kbuild-devel] [PATCH 1/4] kconfig: implement setter/getter functions and change callback for sym_change_count

2006-09-24 Thread Karsten Wiese
Make sym_change_count static, implement void sym_change_count_set(int) and int sym_change_count(void) to set or get its value; sym_change_count is only changed by void sym_change_count_set(int). the latter can call a callback function, if a fn-pointer is set by also new function