summaryrefslogtreecommitdiff
path: root/libnm-util/generate-setting-docs.py
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-util/generate-setting-docs.py')
-rwxr-xr-xlibnm-util/generate-setting-docs.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/libnm-util/generate-setting-docs.py b/libnm-util/generate-setting-docs.py
index 69b115a7e1..463d0f2ec7 100755
--- a/libnm-util/generate-setting-docs.py
+++ b/libnm-util/generate-setting-docs.py
@@ -48,7 +48,11 @@ identifier_key = '{%s}identifier' % ns_map['c']
nick_key = '{%s}nick' % ns_map['glib']
symbol_prefix_key = '{%s}symbol-prefix' % ns_map['c']
-constants = { 'TRUE': 'TRUE', 'FALSE': 'FALSE', 'NULL': 'NULL' }
+constants = {
+ 'TRUE': 'TRUE',
+ 'FALSE': 'FALSE',
+ 'G_MAXUINT32': 'G_MAXUINT32',
+ 'NULL': 'NULL' }
setting_names = {}
def init_constants(girxml):