Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
7f7ac1c2
Commit
7f7ac1c2
authored
Oct 28, 2009
by
Martin Szulecki
Committed by
Jonathan Beck
Oct 28, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doxygen documentation generation to be useful.
parent
6710f4bf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
200 additions
and
74 deletions
+200
-74
doxygen.cfg
doxygen.cfg
+194
-70
plist.h
include/plist/plist.h
+6
-4
No files found.
doxygen.cfg
View file @
7f7ac1c2
This diff is collapsed.
Click to expand it.
include/plist/plist.h
View file @
7f7ac1c2
/*
* plist.h
* Main include of libplist
/**
* @file plist/plist.h
* @brief Main include of libplist
* \internal
*
* Copyright (c) 2008 Jonathan Beck All Rights Reserved.
*
...
...
@@ -174,7 +175,7 @@ extern "C"
/**
* Return a copy of passed node and it's children
*
* @param
plist
the plist to copy
* @param
node
the plist to copy
* @return copied plist
*/
PLIST_API
plist_t
plist_copy
(
plist_t
node
);
...
...
@@ -401,6 +402,7 @@ extern "C"
* @param node the node
* @param val a pointer to an unallocated char buffer. This function allocates the memory,
* caller is responsible for freeing it.
* @param length the length of the buffer
*/
PLIST_API
void
plist_get_data_val
(
plist_t
node
,
char
**
val
,
uint64_t
*
length
);
...
...
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