I want to use gio and glib to create client-server communication. However, I'm getting confused with GSocket. Can someone give some examples. Also, how can GMainLoop be helpful in this?
Asked
Active
Viewed 170 times
0
-
This is a very broad question. What specifically are you struggling with? – Jul 16 '14 at 17:23
1 Answers
0
You don't want to use GSocket
directly, go for GSocketService
and GSocketClient
which abstract the messy parts quite nicely.

drahnr
- 6,782
- 5
- 48
- 75