Re: updated: [ae987b9] Reverted the use of bool in favour of gboolean



On Tue, Feb 10, 2009 at 12:49:55PM +0100, Patrick Winnertz wrote:
> +++ b/edit/usermap.c
> @@ -59,7 +59,7 @@ typedef struct Config {
>  
>  typedef struct Command {
>      const char *name;
> -    bool (*handler) (config_t *cfg, int argc, char *argv[]);
> +    int (*handler) (config_t *cfg, int argc, char *argv[]);
>  
shouldn't that be gboolean? i mean, reverting for the revert's sake
isn't the goal ...



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]