Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libsoup2.4
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
GNOME
libsoup2.4
Commits
80a7e4fb
Commit
80a7e4fb
authored
3 years ago
by
Rico Tzschichholz
Committed by
Patrick Griffis
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vala: Better fix for #234 supporting older vala
Closes #237
parent
e190e702
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libsoup/Soup-2.4-custom.vala
+2
-0
2 additions, 0 deletions
libsoup/Soup-2.4-custom.vala
libsoup/Soup-2.4.metadata
+0
-4
0 additions, 4 deletions
libsoup/Soup-2.4.metadata
with
2 additions
and
4 deletions
libsoup/Soup-2.4-custom.vala
+
2
−
0
View file @
80a7e4fb
...
...
@@ -6,8 +6,10 @@ namespace Soup {
public
Buffer
.
subbuffer
(
Soup
.
Buffer
parent
,
size_t
offset
,
size_t
length
);
}
#if !VALA_0_54
[
Version
(
deprecated_since
=
"vala-0.22"
,
replacement
=
"Status.get_phrase"
)]
public
static
unowned
string
status_get_phrase
(
uint
status_code
);
[
Version
(
deprecated_since
=
"vala-0.22"
,
replacement
=
"Status.proxify"
)]
public
static
uint
status_proxify
(
uint
status_code
);
#endif
}
This diff is collapsed.
Click to expand it.
libsoup/Soup-2.4.metadata
+
0
−
4
View file @
80a7e4fb
...
...
@@ -16,10 +16,6 @@ Requester deprecated_since="2.42" replacement="Session"
KnownStatusCode deprecated_since="2.44" replacement="Status"
ProxyResolver deprecated_since="2.28" replacement="ProxyURIResolver"
// Defined in Soup-2.4-custom.vala, see https://gitlab.gnome.org/GNOME/vala/-/commit/f3a8f1a6444ae0ab59ec4bd6496a7c1025785ad4
status_get_phrase skip
status_proxify skip
// Report upstream
add_* skip=false type="unowned GLib.TimeoutSource"
Auth
...
...
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