mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
GncGSettings - use bool as return type for static function
This commit is contained in:
parent
ea60687524
commit
8a23304283
@ -53,7 +53,7 @@ static QofLogModule log_module = "gnc.app-utils.gsettings";
|
||||
/************************************************************/
|
||||
/* Internal helper functions */
|
||||
/************************************************************/
|
||||
static gboolean gnc_gsettings_is_valid_key(GSettings *settings, const gchar *key)
|
||||
static bool gnc_gsettings_is_valid_key(GSettings *settings, const gchar *key)
|
||||
{
|
||||
// Check if the key is valid key within settings
|
||||
if (!G_IS_SETTINGS(settings))
|
||||
|
Loading…
Reference in New Issue
Block a user