mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
Add references to highlevel classes in GSocket docs
This commit is contained in:
parent
ce8361217c
commit
67df7d43e9
@ -67,11 +67,9 @@
|
|||||||
*
|
*
|
||||||
* #GSocket is the platform independent base upon which the higher level
|
* #GSocket is the platform independent base upon which the higher level
|
||||||
* network primitives are based. Applications are not typically meant to
|
* network primitives are based. Applications are not typically meant to
|
||||||
* use it directly, but rather through classes like #GSocketClient, etc.
|
* use it directly, but rather through classes like #GSocketClient,
|
||||||
* However there may be cases where direct use of #GSocket is useful.
|
* #GSocketService and #GSocketConnection. However there may be cases where
|
||||||
*
|
* direct use of #GSocket is useful.
|
||||||
* TODO: Add more references to the highlevel API once that is more
|
|
||||||
* finalized.
|
|
||||||
*
|
*
|
||||||
* #GSocket implements the #GInitable interface, so if it is manually constructed
|
* #GSocket implements the #GInitable interface, so if it is manually constructed
|
||||||
* by e.g. g_object_new() you must call g_initable_init() and check the
|
* by e.g. g_object_new() you must call g_initable_init() and check the
|
||||||
|
Loading…
Reference in New Issue
Block a user