Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gxml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Canek Peláez Valdés
Gxml
Commits
78fc1355
Commit
78fc1355
authored
12 years ago
by
Richard Schwarting
Browse files
Options
Downloads
Patches
Plain Diff
* libxml-2.0.vapi: update dump_format signature
parent
22e1bbde
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
vapi/libxml-2.0.vapi
+0
-4
0 additions, 4 deletions
vapi/libxml-2.0.vapi
with
0 additions
and
4 deletions
vapi/libxml-2.0.vapi
+
0
−
4
View file @
78fc1355
...
...
@@ -382,11 +382,7 @@ namespace Xml {
public
void
dump_memory_enc
(
out
string
mem
,
out
int
len
=
null
,
string
enc
=
"UTF-8"
);
[
CCode
(
cname
=
"xmlDocFormatDump"
,
instance_pos
=
1.1
)]
#if POSIX
public
int
dump_format
(
Posix
.
FILE
f
,
bool
format
=
true
);
#else
public
int
dump_format
(
GLib
.
FileStream
f
,
bool
format
=
true
);
#endif
[
CCode
(
cname
=
"xmlDocGetRootElement"
)]
public
Node
*
get_root_element
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment