After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 438432 - Need a simple API for network connections
Need a simple API for network connections
Status: RESOLVED DUPLICATE of bug 515973
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-05-14 20:47 UTC by Benjamin Otte (Company)
Modified: 2008-11-28 21:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Benjamin Otte (Company) 2007-05-14 20:47:36 UTC
In particular, the API I'm missing right now is:

GIOChannel *
g_io_channel_tcp_new (const char * host,
                      guint        port);

but I could imagine people wanting support for UDP and listening on sockets, too.

Has there been interest in adding such functionality to glib? And if so, what are the reasons for not adding it? Would it make sense to add with respect to GVFS?

I'm asking because I'm a newbie when it comes to handling networks and the support inside GNOME for network connections seems pretty nonexistant.
Comment 1 Maciej (Matthew) Piechotka 2008-10-15 23:07:02 UTC
Duplicate of bug 515973?
Comment 2 Matthias Clasen 2008-11-28 21:11:24 UTC

*** This bug has been marked as a duplicate of 515973 ***