-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists.txt: added requirement for gio-2.0 library
handle.h: function signature for lr_handle_network_wait handle.c: Added callback function required for GMainEventLoop Adds API support for waiting on network in an event driven manner: This waits for clients network interfaces till the specified time. lr_handle_network_wait(priv->repo_handle, error, timeout_seconds) This parses metalinkurl/baseurl and upon network-available signal, it polls g_network_monitor_can_reach() with the help of GMainEventLoop.
- Loading branch information
1 parent
66d4f81
commit ed12240
Showing
3 changed files
with
89 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters