Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glibmm
Commits
e4fe104d
Commit
e4fe104d
authored
Nov 05, 2022
by
Kjell Ahlstedt
Browse files
Gio::NetworkMonitor::get_default(): Add refreturn
Fixes
#104
parent
720bb37b
Changes
1
Hide whitespace changes
Inline
Side-by-side
gio/src/networkmonitor.hg
View file @
e4fe104d
...
...
@@ -49,7 +49,7 @@ class GIOMM_API NetworkMonitor : public Glib::Interface
_CLASS_INTERFACE(NetworkMonitor, GNetworkMonitor, G_NETWORK_MONITOR, GNetworkMonitorInterface, , , GIOMM_API)
public:
_WRAP_METHOD(static Glib::RefPtr<NetworkMonitor> get_default(), g_network_monitor_get_default, newin "2,44")
_WRAP_METHOD(static Glib::RefPtr<NetworkMonitor> get_default(), g_network_monitor_get_default,
refreturn,
newin "2,44")
_WRAP_METHOD(bool get_network_available() const, g_network_monitor_get_network_available, newin "2,44")
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment