Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
NetworkManager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
148
Issues
148
List
Boards
Labels
Service Desk
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NetworkManager
NetworkManager
Commits
16c18a0c
Commit
16c18a0c
authored
Nov 12, 2009
by
Dan Williams
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add missing property type
parent
420ea022
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
docs/generate-settings-spec.c
docs/generate-settings-spec.c
+1
-0
No files found.
docs/generate-settings-spec.c
View file @
16c18a0c
...
@@ -82,6 +82,7 @@ static TypeNameElement name_map[] = {
...
@@ -82,6 +82,7 @@ static TypeNameElement name_map[] = {
{
"guint64"
,
"uint64"
},
{
"guint64"
,
"uint64"
},
{
"gint"
,
"int32"
},
{
"gint"
,
"int32"
},
{
"guint"
,
"uint32"
},
{
"guint"
,
"uint32"
},
{
"GArray_guint_"
,
"array of uint32"
},
{
"GPtrArray_GArray_guint__"
,
"array of array of uint32"
},
{
"GPtrArray_GArray_guint__"
,
"array of array of uint32"
},
{
"GPtrArray_GArray_guchar__"
,
"array of byte array"
},
{
"GPtrArray_GArray_guchar__"
,
"array of byte array"
},
{
"GHashTable_gchararray+gchararray_"
,
"dict of (string::string)"
},
{
"GHashTable_gchararray+gchararray_"
,
"dict of (string::string)"
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment