mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Improve GNetworkMonitor docs
Make sure we get signal and property docs, and mention the extension point in the overview.
This commit is contained in:
parent
f3dde2d405
commit
b0c3997fdd
@ -56,6 +56,7 @@ g_mount_get_type
|
|||||||
g_mount_operation_get_type
|
g_mount_operation_get_type
|
||||||
g_native_volume_monitor_get_type
|
g_native_volume_monitor_get_type
|
||||||
g_network_address_get_type
|
g_network_address_get_type
|
||||||
|
g_network_monitor_get_type
|
||||||
g_network_service_get_type
|
g_network_service_get_type
|
||||||
g_output_stream_get_type
|
g_output_stream_get_type
|
||||||
g_permission_get_type
|
g_permission_get_type
|
||||||
|
@ -81,8 +81,9 @@
|
|||||||
<listitem><para>stores and retrieves application settings</para></listitem>
|
<listitem><para>stores and retrieves application settings</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
There is support for network programming, including name resolution, lowlevel socket
|
There is support for network programming, including connectivity monitoring,
|
||||||
APIs and highlevel client and server helper classes:
|
name resolution, lowlevel socket APIs and highlevel client and server
|
||||||
|
helper classes:
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>GSocket</term>
|
<term>GSocket</term>
|
||||||
@ -104,6 +105,10 @@
|
|||||||
<term>GSocketConnection</term>
|
<term>GSocketConnection</term>
|
||||||
<listitem><para>network connection stream</para></listitem>
|
<listitem><para>network connection stream</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
<varlistentry>
|
||||||
|
<term>GNetworkMonitor</term>
|
||||||
|
<listitem><para>network connectivity monitoring</para></listitem>
|
||||||
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
There is support for connecting to <link linkend="http://www.freedesktop.org/wiki/Software/dbus">D-Bus</link>,
|
There is support for connecting to <link linkend="http://www.freedesktop.org/wiki/Software/dbus">D-Bus</link>,
|
||||||
sending and receiving messages, owning and watching bus names,
|
sending and receiving messages, owning and watching bus names,
|
||||||
@ -550,7 +555,6 @@
|
|||||||
point based on libproxy.
|
point based on libproxy.
|
||||||
</para>
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
<formalpara>
|
<formalpara>
|
||||||
<title>G_TLS_BACKEND_EXTENSION_POINT_NAME</title>
|
<title>G_TLS_BACKEND_EXTENSION_POINT_NAME</title>
|
||||||
|
|
||||||
@ -565,5 +569,20 @@
|
|||||||
</para>
|
</para>
|
||||||
</formalpara>
|
</formalpara>
|
||||||
|
|
||||||
|
<formalpara>
|
||||||
|
<title>G_NETWORK_MONITOR_EXTENSION_POINT_NAME</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Allows to provide implementations for network connectivity
|
||||||
|
monitoring.
|
||||||
|
Implementations of this extension point must implement
|
||||||
|
the #GNetworkMonitorInterface interface.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
|
GIO contains an implementation of this extension point
|
||||||
|
that is using the netlink interface of the Linux kernel.
|
||||||
|
</para>
|
||||||
|
</formalpara>
|
||||||
</chapter>
|
</chapter>
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user