diff options
Diffstat (limited to 'docs/libnm-glib')
71 files changed, 6783 insertions, 5131 deletions
diff --git a/docs/libnm-glib/Makefile.in b/docs/libnm-glib/Makefile.in index 6c3d00b9..12937dd0 100644 --- a/docs/libnm-glib/Makefile.in +++ b/docs/libnm-glib/Makefile.in @@ -55,6 +55,12 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = +AM_V_GEN = $(am__v_GEN_$(V)) +am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) +am__v_GEN_0 = @echo " GEN " $@; +AM_V_at = $(am__v_at_$(V)) +am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) +am__v_at_0 = @ SOURCES = DIST_SOURCES = DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -62,6 +68,7 @@ ACLOCAL = @ACLOCAL@ ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ ALL_LINGUAS = @ALL_LINGUAS@ AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -82,6 +89,7 @@ DBUS_SYS_DIR = @DBUS_SYS_DIR@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DHCLIENT_PATH = @DHCLIENT_PATH@ +DHCLIENT_VERSION = @DHCLIENT_VERSION@ DHCPCD_PATH = @DHCPCD_PATH@ DISABLE_DEPRECATED = @DISABLE_DEPRECATED@ DSYMUTIL = @DSYMUTIL@ @@ -123,6 +131,7 @@ INTLTOOL_MERGE = @INTLTOOL_MERGE@ INTLTOOL_PERL = @INTLTOOL_PERL@ INTLTOOL_UPDATE = @INTLTOOL_UPDATE@ IPTABLES_PATH = @IPTABLES_PATH@ +KERNEL_FIRMWARE_DIR = @KERNEL_FIRMWARE_DIR@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBDL = @LIBDL@ @@ -162,6 +171,8 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ POFILES = @POFILES@ POLKIT_CFLAGS = @POLKIT_CFLAGS@ POLKIT_LIBS = @POLKIT_LIBS@ @@ -218,7 +229,6 @@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ -lt_ECHO = @lt_ECHO@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ @@ -230,6 +240,7 @@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ +systemdsystemunitdir = @systemdsystemunitdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ @@ -562,8 +573,11 @@ $(REPORT_FILES): sgml-build.stamp scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB) @echo 'gtk-doc: Scanning header files' @-chmod -R u+w $(srcdir) - @cd $(srcdir) && \ - gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES) + @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ + done ; \ + cd $(srcdir) && \ + gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) @if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \ CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \ else \ @@ -596,8 +610,11 @@ $(srcdir)/tmpl/*.sgml: sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) @echo 'gtk-doc: Building XML' @-chmod -R u+w $(srcdir) - @cd $(srcdir) && \ - gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS) + @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ + done ; \ + cd $(srcdir) && \ + gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) @touch sgml-build.stamp sgml.stamp: sgml-build.stamp diff --git a/docs/libnm-glib/html/NMAccessPoint.html b/docs/libnm-glib/html/NMAccessPoint.html new file mode 100644 index 00000000..4988976c --- /dev/null +++ b/docs/libnm-glib/html/NMAccessPoint.html @@ -0,0 +1,522 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMAccessPoint</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="libnm-glib-NMDeviceBt.html" title="NMDeviceBt"> +<link rel="next" href="NMIP4Config.html" title="NMIP4Config"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="libnm-glib-NMDeviceBt.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="NMIP4Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#NMAccessPoint.synopsis" class="shortcut">Top</a> + | + <a href="#NMAccessPoint.description" class="shortcut">Description</a> + | + <a href="#NMAccessPoint.object-hierarchy" class="shortcut">Object Hierarchy</a> + | + <a href="#NMAccessPoint.properties" class="shortcut">Properties</a> +</td></tr> +</table> +<div class="refentry" title="NMAccessPoint"> +<a name="NMAccessPoint"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="NMAccessPoint.top_of_page"></a>NMAccessPoint</span></h2> +<p>NMAccessPoint</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="NMAccessPoint.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS" title="NM_ACCESS_POINT_FLAGS">NM_ACCESS_POINT_FLAGS</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS" title="NM_ACCESS_POINT_WPA_FLAGS">NM_ACCESS_POINT_WPA_FLAGS</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS" title="NM_ACCESS_POINT_RSN_FLAGS">NM_ACCESS_POINT_RSN_FLAGS</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS" title="NM_ACCESS_POINT_SSID">NM_ACCESS_POINT_SSID</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS" title="NM_ACCESS_POINT_FREQUENCY">NM_ACCESS_POINT_FREQUENCY</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS" title="NM_ACCESS_POINT_HW_ADDRESS">NM_ACCESS_POINT_HW_ADDRESS</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS" title="NM_ACCESS_POINT_MODE">NM_ACCESS_POINT_MODE</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS" title="NM_ACCESS_POINT_MAX_BITRATE">NM_ACCESS_POINT_MAX_BITRATE</a> +#define <a class="link" href="NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS" title="NM_ACCESS_POINT_STRENGTH">NM_ACCESS_POINT_STRENGTH</a> + <a class="link" href="NMAccessPoint.html#NMAccessPoint-struct" title="NMAccessPoint">NMAccessPoint</a>; + <a class="link" href="NMAccessPoint.html#NMAccessPointClass" title="NMAccessPointClass">NMAccessPointClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMAccessPoint.html#nm-access-point-new" title="nm_access_point_new ()">nm_access_point_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMAccessPoint.html#nm-access-point-get-flags" title="nm_access_point_get_flags ()">nm_access_point_get_flags</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMAccessPoint.html#nm-access-point-get-wpa-flags" title="nm_access_point_get_wpa_flags ()">nm_access_point_get_wpa_flags</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMAccessPoint.html#nm-access-point-get-rsn-flags" title="nm_access_point_get_rsn_flags ()">nm_access_point_get_rsn_flags</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> * <a class="link" href="NMAccessPoint.html#nm-access-point-get-ssid" title="nm_access_point_get_ssid ()">nm_access_point_get_ssid</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMAccessPoint.html#nm-access-point-get-frequency" title="nm_access_point_get_frequency ()">nm_access_point_get_frequency</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMAccessPoint.html#nm-access-point-get-hw-address" title="nm_access_point_get_hw_address ()">nm_access_point_get_hw_address</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +<span class="returnvalue">NM80211Mode</span> <a class="link" href="NMAccessPoint.html#nm-access-point-get-mode" title="nm_access_point_get_mode ()">nm_access_point_get_mode</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMAccessPoint.html#nm-access-point-get-max-bitrate" title="nm_access_point_get_max_bitrate ()">nm_access_point_get_max_bitrate</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> <a class="link" href="NMAccessPoint.html#nm-access-point-get-strength" title="nm_access_point_get_strength ()">nm_access_point_get_strength</a> (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); +</pre> +</div> +<div class="refsect1" title="Object Hierarchy"> +<a name="NMAccessPoint.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="synopsis"> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----NMAccessPoint +</pre> +</div> +<div class="refsect1" title="Properties"> +<a name="NMAccessPoint.properties"></a><h2>Properties</h2> +<pre class="synopsis"> + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--flags" title='The "flags" property'>flags</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--frequency" title='The "frequency" property'>frequency</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--max-bitrate" title='The "max-bitrate" property'>max-bitrate</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--mode" title='The "mode" property'>mode</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--rsn-flags" title='The "rsn-flags" property'>rsn-flags</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--ssid" title='The "ssid" property'>ssid</a>" <span class="type">nm-ssid*</span> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--strength" title='The "strength" property'>strength</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> : Read + "<a class="link" href="NMAccessPoint.html#NMAccessPoint--wpa-flags" title='The "wpa-flags" property'>wpa-flags</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="NMAccessPoint.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="NMAccessPoint.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_ACCESS_POINT_FLAGS"> +<a name="NM-ACCESS-POINT-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_FLAGS</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_FLAGS "flags" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_WPA_FLAGS"> +<a name="NM-ACCESS-POINT-WPA-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_WPA_FLAGS</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_WPA_FLAGS "wpa-flags" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_RSN_FLAGS"> +<a name="NM-ACCESS-POINT-RSN-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_RSN_FLAGS</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_RSN_FLAGS "rsn-flags" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_SSID"> +<a name="NM-ACCESS-POINT-SSID:CAPS"></a><h3>NM_ACCESS_POINT_SSID</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_SSID "ssid" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_FREQUENCY"> +<a name="NM-ACCESS-POINT-FREQUENCY:CAPS"></a><h3>NM_ACCESS_POINT_FREQUENCY</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_FREQUENCY "frequency" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_HW_ADDRESS"> +<a name="NM-ACCESS-POINT-HW-ADDRESS:CAPS"></a><h3>NM_ACCESS_POINT_HW_ADDRESS</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_HW_ADDRESS "hw-address" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_MODE"> +<a name="NM-ACCESS-POINT-MODE:CAPS"></a><h3>NM_ACCESS_POINT_MODE</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_MODE "mode" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_MAX_BITRATE"> +<a name="NM-ACCESS-POINT-MAX-BITRATE:CAPS"></a><h3>NM_ACCESS_POINT_MAX_BITRATE</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_MAX_BITRATE "max-bitrate" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACCESS_POINT_STRENGTH"> +<a name="NM-ACCESS-POINT-STRENGTH:CAPS"></a><h3>NM_ACCESS_POINT_STRENGTH</h3> +<pre class="programlisting">#define NM_ACCESS_POINT_STRENGTH "strength" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMAccessPoint"> +<a name="NMAccessPoint-struct"></a><h3>NMAccessPoint</h3> +<pre class="programlisting">typedef struct _NMAccessPoint NMAccessPoint;</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMAccessPointClass"> +<a name="NMAccessPointClass"></a><h3>NMAccessPointClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMAccessPointClass; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="nm_access_point_new ()"> +<a name="nm-access-point-new"></a><h3>nm_access_point_new ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_access_point_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> +<p> +Creates a new <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> +<td>the DBusobject path of the access point +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a new access point +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_flags ()"> +<a name="nm-access-point-get-flags"></a><h3>nm_access_point_get_flags ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_flags (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the flags of the access point +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the flags +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_wpa_flags ()"> +<a name="nm-access-point-get-wpa-flags"></a><h3>nm_access_point_get_wpa_flags ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_wpa_flags (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the WPA flags of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the WPA flags +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_rsn_flags ()"> +<a name="nm-access-point-get-rsn-flags"></a><h3>nm_access_point_get_rsn_flags ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_rsn_flags (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the RSN flags of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the RSN flags +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_ssid ()"> +<a name="nm-access-point-get-ssid"></a><h3>nm_access_point_get_ssid ()</h3> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> * nm_access_point_get_ssid (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the SSID of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> containing the SSID. This is the internal copy used by the +access point, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_frequency ()"> +<a name="nm-access-point-get-frequency"></a><h3>nm_access_point_get_frequency ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_frequency (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the frequency of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the frequency +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_hw_address ()"> +<a name="nm-access-point-get-hw-address"></a><h3>nm_access_point_get_hw_address ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_access_point_get_hw_address (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the hardware (MAC) address of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the hardware address of the access point. This is the internal string used by the +access point and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_mode ()"> +<a name="nm-access-point-get-mode"></a><h3>nm_access_point_get_mode ()</h3> +<pre class="programlisting"><span class="returnvalue">NM80211Mode</span> nm_access_point_get_mode (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the mode of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the mode +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_max_bitrate ()"> +<a name="nm-access-point-get-max-bitrate"></a><h3>nm_access_point_get_max_bitrate ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_max_bitrate (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the maximum bit rate of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the maximum bit rate +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_access_point_get_strength ()"> +<a name="nm-access-point-get-strength"></a><h3>nm_access_point_get_strength ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> nm_access_point_get_strength (<em class="parameter"><code><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> +<p> +Gets the current signal strength of the access point. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the signal strength +</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="refsect1" title="Property Details"> +<a name="NMAccessPoint.property-details"></a><h2>Property Details</h2> +<div class="refsect2" title='The "flags" property'> +<a name="NMAccessPoint--flags"></a><h3>The <code class="literal">"flags"</code> property</h3> +<pre class="programlisting"> "flags" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The flags of the access point. +</p> +<p>Allowed values: <= 1</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "frequency" property'> +<a name="NMAccessPoint--frequency"></a><h3>The <code class="literal">"frequency"</code> property</h3> +<pre class="programlisting"> "frequency" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The frequency of the access point. +</p> +<p>Allowed values: <= 10000</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "hw-address" property'> +<a name="NMAccessPoint--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> +<pre class="programlisting"> "hw-address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The hardware address of the access point. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "max-bitrate" property'> +<a name="NMAccessPoint--max-bitrate"></a><h3>The <code class="literal">"max-bitrate"</code> property</h3> +<pre class="programlisting"> "max-bitrate" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The maximum bit rate of the access point. +</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "mode" property'> +<a name="NMAccessPoint--mode"></a><h3>The <code class="literal">"mode"</code> property</h3> +<pre class="programlisting"> "mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The mode of the access point. +</p> +<p>Allowed values: [1,2]</p> +<p>Default value: 2</p> +</div> +<hr> +<div class="refsect2" title='The "rsn-flags" property'> +<a name="NMAccessPoint--rsn-flags"></a><h3>The <code class="literal">"rsn-flags"</code> property</h3> +<pre class="programlisting"> "rsn-flags" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The RSN flags of the access point. +</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "ssid" property'> +<a name="NMAccessPoint--ssid"></a><h3>The <code class="literal">"ssid"</code> property</h3> +<pre class="programlisting"> "ssid" <span class="type">nm-ssid*</span> : Read</pre> +<p> +The SSID of the access point. +</p> +</div> +<hr> +<div class="refsect2" title='The "strength" property'> +<a name="NMAccessPoint--strength"></a><h3>The <code class="literal">"strength"</code> property</h3> +<pre class="programlisting"> "strength" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> : Read</pre> +<p> +The current signal strength of the access point. +</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "wpa-flags" property'> +<a name="NMAccessPoint--wpa-flags"></a><h3>The <code class="literal">"wpa-flags"</code> property</h3> +<pre class="programlisting"> "wpa-flags" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The WPA flags of the access point. +</p> +<p>Default value: 0</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMActiveConnection.html b/docs/libnm-glib/html/NMActiveConnection.html new file mode 100644 index 00000000..ec15593a --- /dev/null +++ b/docs/libnm-glib/html/NMActiveConnection.html @@ -0,0 +1,464 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMActiveConnection</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="NMClient.html" title="NMClient"> +<link rel="next" href="NMDevice.html" title="NMDevice"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="NMClient.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="NMDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#NMActiveConnection.synopsis" class="shortcut">Top</a> + | + <a href="#NMActiveConnection.description" class="shortcut">Description</a> + | + <a href="#NMActiveConnection.object-hierarchy" class="shortcut">Object Hierarchy</a> + | + <a href="#NMActiveConnection.properties" class="shortcut">Properties</a> +</td></tr> +</table> +<div class="refentry" title="NMActiveConnection"> +<a name="NMActiveConnection"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="NMActiveConnection.top_of_page"></a>NMActiveConnection</span></h2> +<p>NMActiveConnection</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="NMActiveConnection.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS" title="NM_ACTIVE_CONNECTION_SERVICE_NAME">NM_ACTIVE_CONNECTION_SERVICE_NAME</a> +#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS" title="NM_ACTIVE_CONNECTION_CONNECTION">NM_ACTIVE_CONNECTION_CONNECTION</a> +#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT">NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</a> +#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS" title="NM_ACTIVE_CONNECTION_DEVICES">NM_ACTIVE_CONNECTION_DEVICES</a> +#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS" title="NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a> +#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT">NM_ACTIVE_CONNECTION_DEFAULT</a> +#define <a class="link" href="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT6">NM_ACTIVE_CONNECTION_DEFAULT6</a> + <a class="link" href="NMActiveConnection.html#NMActiveConnection-struct" title="NMActiveConnection">NMActiveConnection</a>; + <a class="link" href="NMActiveConnection.html#NMActiveConnectionClass" title="NMActiveConnectionClass">NMActiveConnectionClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMActiveConnection.html#nm-active-connection-new" title="nm_active_connection_new ()">nm_active_connection_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMActiveConnection.html#nm-active-connection-get-service-name" title="nm_active_connection_get_service_name ()">nm_active_connection_get_service_name</a> + (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a> <a class="link" href="NMActiveConnection.html#nm-active-connection-get-scope" title="nm_active_connection_get_scope ()">nm_active_connection_get_scope</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMActiveConnection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()">nm_active_connection_get_connection</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMActiveConnection.html#nm-active-connection-get-specific-object" title="nm_active_connection_get_specific_object ()">nm_active_connection_get_specific_object</a> + (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMActiveConnection.html#nm-active-connection-get-devices" title="nm_active_connection_get_devices ()">nm_active_connection_get_devices</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +<span class="returnvalue">NMActiveConnectionState</span> <a class="link" href="NMActiveConnection.html#nm-active-connection-get-state" title="nm_active_connection_get_state ()">nm_active_connection_get_state</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMActiveConnection.html#nm-active-connection-get-default" title="nm_active_connection_get_default ()">nm_active_connection_get_default</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMActiveConnection.html#nm-active-connection-get-default6" title="nm_active_connection_get_default6 ()">nm_active_connection_get_default6</a> (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); +</pre> +</div> +<div class="refsect1" title="Object Hierarchy"> +<a name="NMActiveConnection.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="synopsis"> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----NMActiveConnection +</pre> +</div> +<div class="refsect1" title="Properties"> +<a name="NMActiveConnection.properties"></a><h2>Properties</h2> +<pre class="synopsis"> + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--connection" title='The "connection" property'>connection</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--default" title='The "default" property'>default</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--default6" title='The "default6" property'>default6</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--devices" title='The "devices" property'>devices</a>" <span class="type">nm-object-array*</span> : Read + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--service-name" title='The "service-name" property'>service-name</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--specific-object" title='The "specific-object" property'>specific-object</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMActiveConnection.html#NMActiveConnection--state" title='The "state" property'>state</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="NMActiveConnection.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="NMActiveConnection.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_SERVICE_NAME"> +<a name="NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"></a><h3>NM_ACTIVE_CONNECTION_SERVICE_NAME</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_CONNECTION"> +<a name="NM-ACTIVE-CONNECTION-CONNECTION:CAPS"></a><h3>NM_ACTIVE_CONNECTION_CONNECTION</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_CONNECTION "connection" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT"> +<a name="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"></a><h3>NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEVICES"> +<a name="NM-ACTIVE-CONNECTION-DEVICES:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEVICES</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEVICES "devices" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_STATE"> +<a name="NM-ACTIVE-CONNECTION-STATE:CAPS"></a><h3>NM_ACTIVE_CONNECTION_STATE</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_STATE "state" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEFAULT"> +<a name="NM-ACTIVE-CONNECTION-DEFAULT:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEFAULT "default" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEFAULT6"> +<a name="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT6</h3> +<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEFAULT6 "default6" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMActiveConnection"> +<a name="NMActiveConnection-struct"></a><h3>NMActiveConnection</h3> +<pre class="programlisting">typedef struct _NMActiveConnection NMActiveConnection;</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMActiveConnectionClass"> +<a name="NMActiveConnectionClass"></a><h3>NMActiveConnectionClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMActiveConnectionClass; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_new ()"> +<a name="nm-active-connection-new"></a><h3>nm_active_connection_new ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_active_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> +<p> +Creates a new <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> +<td>the DBus object path of the device +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a new active connection +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_service_name ()"> +<a name="nm-active-connection-get-service-name"></a><h3>nm_active_connection_get_service_name ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_service_name + (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Gets the service name of the active connection. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the service name. This is the internal string used by the +connection, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_scope ()"> +<a name="nm-active-connection-get-scope"></a><h3>nm_active_connection_get_scope ()</h3> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a> nm_active_connection_get_scope (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Gets the scope of the active connection. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the connection's scope +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_connection ()"> +<a name="nm-active-connection-get-connection"></a><h3>nm_active_connection_get_connection ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_connection (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s DBus object path. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the object path of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> inside of <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +This is the internal string used by the connection, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_specific_object ()"> +<a name="nm-active-connection-get-specific-object"></a><h3>nm_active_connection_get_specific_object ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_specific_object + (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Gets the "specific object" used at the activation. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the specific object's DBus path. This is the internal string used by the +connection, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_devices ()"> +<a name="nm-active-connection-get-devices"></a><h3>nm_active_connection_get_devices ()</h3> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_active_connection_get_devices (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Gets the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s used for the active connections. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s. +This is the internal copy used by the connection, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_state ()"> +<a name="nm-active-connection-get-state"></a><h3>nm_active_connection_get_state ()</h3> +<pre class="programlisting"><span class="returnvalue">NMActiveConnectionState</span> nm_active_connection_get_state (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Gets the active connection's state. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the state +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_default ()"> +<a name="nm-active-connection-get-default"></a><h3>nm_active_connection_get_default ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_active_connection_get_default (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Whether the active connection is the default IPv4 one (that is, is used for +the default IPv4 route and DNS information). +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the active connection is the default IPv4 connection +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_active_connection_get_default6 ()"> +<a name="nm-active-connection-get-default6"></a><h3>nm_active_connection_get_default6 ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_active_connection_get_default6 (<em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> +<p> +Whether the active connection is the default IPv6 one (that is, is used for +the default IPv6 route and DNS information). +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the active connection is the default IPv6 connection +</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="refsect1" title="Property Details"> +<a name="NMActiveConnection.property-details"></a><h2>Property Details</h2> +<div class="refsect2" title='The "connection" property'> +<a name="NMActiveConnection--connection"></a><h3>The <code class="literal">"connection"</code> property</h3> +<pre class="programlisting"> "connection" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The connection's path of the active connection. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "default" property'> +<a name="NMActiveConnection--default"></a><h3>The <code class="literal">"default"</code> property</h3> +<pre class="programlisting"> "default" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p> +Whether the active connection is the default IPv4 one. +</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2" title='The "default6" property'> +<a name="NMActiveConnection--default6"></a><h3>The <code class="literal">"default6"</code> property</h3> +<pre class="programlisting"> "default6" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p> +Whether the active connection is the default IPv6 one. +</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2" title='The "devices" property'> +<a name="NMActiveConnection--devices"></a><h3>The <code class="literal">"devices"</code> property</h3> +<pre class="programlisting"> "devices" <span class="type">nm-object-array*</span> : Read</pre> +<p>Devices.</p> +</div> +<hr> +<div class="refsect2" title='The "service-name" property'> +<a name="NMActiveConnection--service-name"></a><h3>The <code class="literal">"service-name"</code> property</h3> +<pre class="programlisting"> "service-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The service name of the active connection. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "specific-object" property'> +<a name="NMActiveConnection--specific-object"></a><h3>The <code class="literal">"specific-object"</code> property</h3> +<pre class="programlisting"> "specific-object" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The specific object's path of the active connection. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "state" property'> +<a name="NMActiveConnection--state"></a><h3>The <code class="literal">"state"</code> property</h3> +<pre class="programlisting"> "state" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The state of the active connection. +</p> +<p>Allowed values: <= 2</p> +<p>Default value: 0</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMCdmaDevice.html b/docs/libnm-glib/html/NMCdmaDevice.html index f0765444..c7153339 100644 --- a/docs/libnm-glib/html/NMCdmaDevice.html +++ b/docs/libnm-glib/html/NMCdmaDevice.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMCdmaDevice</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMGsmDevice.html" title="NMGsmDevice"> -<link rel="next" href="libnm-glib-nm-device-bt.html" title="NMDeviceBt"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="next" href="libnm-glib-NMDeviceBt.html" title="NMDeviceBt"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -18,7 +18,7 @@ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-device-bt.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMDeviceBt.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#NMCdmaDevice.synopsis" class="shortcut">Top</a> @@ -40,16 +40,17 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMCdmaDevice.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMCdmaDevice.html#NMCdmaDevice-struct" title="NMCdmaDevice">NMCdmaDevice</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMCdmaDevice.html#nm-cdma-device-new" title="nm_cdma_device_new ()">nm_cdma_device_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <a class="link" href="NMCdmaDevice.html#NMCdmaDeviceClass" title="NMCdmaDeviceClass">NMCdmaDeviceClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMCdmaDevice.html#nm-cdma-device-new" title="nm_cdma_device_new ()">nm_cdma_device_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); </pre> </div> <div class="refsect1" title="Object Hierarchy"> <a name="NMCdmaDevice.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----<a class="link" href="libnm-glib-nm-device.html#NMDevice">NMDevice</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> +----NMCdmaDevice </pre> @@ -68,9 +69,27 @@ </p> </div> <hr> +<div class="refsect2" title="NMCdmaDeviceClass"> +<a name="NMCdmaDeviceClass"></a><h3>NMCdmaDeviceClass</h3> +<pre class="programlisting">typedef struct { + NMSerialDeviceClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMCdmaDeviceClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_cdma_device_new ()"> <a name="nm-cdma-device-new"></a><h3>nm_cdma_device_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_cdma_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_cdma_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p> Creates a new <a class="link" href="NMCdmaDevice.html" title="NMCdmaDevice"><span class="type">NMCdmaDevice</span></a>. @@ -100,6 +119,6 @@ Creates a new <a class="link" href="NMCdmaDevice.html" title="NMCdmaDevice"><spa </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html new file mode 100644 index 00000000..b871e694 --- /dev/null +++ b/docs/libnm-glib/html/NMClient.html @@ -0,0 +1,910 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMClient</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="ch01.html" title="libnm-glib Objects"> +<link rel="next" href="NMActiveConnection.html" title="NMActiveConnection"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="NMActiveConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#NMClient.synopsis" class="shortcut">Top</a> + | + <a href="#NMClient.description" class="shortcut">Description</a> + | + <a href="#NMClient.object-hierarchy" class="shortcut">Object Hierarchy</a> + | + <a href="#NMClient.properties" class="shortcut">Properties</a> + | + <a href="#NMClient.signals" class="shortcut">Signals</a> +</td></tr> +</table> +<div class="refentry" title="NMClient"> +<a name="NMClient"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="NMClient.top_of_page"></a>NMClient</span></h2> +<p>NMClient</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="NMClient.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMClient.html#NM-CLIENT-STATE:CAPS" title="NM_CLIENT_STATE">NM_CLIENT_STATE</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-MANAGER-RUNNING:CAPS" title="NM_CLIENT_MANAGER_RUNNING">NM_CLIENT_MANAGER_RUNNING</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS" title="NM_CLIENT_NETWORKING_ENABLED">NM_CLIENT_NETWORKING_ENABLED</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS" title="NM_CLIENT_WIRELESS_ENABLED">NM_CLIENT_WIRELESS_ENABLED</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED">NM_CLIENT_WIRELESS_HARDWARE_ENABLED</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS" title="NM_CLIENT_WWAN_ENABLED">NM_CLIENT_WWAN_ENABLED</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" title="NM_CLIENT_WWAN_HARDWARE_ENABLED">NM_CLIENT_WWAN_HARDWARE_ENABLED</a> +#define <a class="link" href="NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" title="NM_CLIENT_ACTIVE_CONNECTIONS">NM_CLIENT_ACTIVE_CONNECTIONS</a> +enum <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission">NMClientPermission</a>; +enum <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult">NMClientPermissionResult</a>; + <a class="link" href="NMClient.html#NMClient-struct" title="NMClient">NMClient</a>; + <a class="link" href="NMClient.html#NMClientClass" title="NMClientClass">NMClientClass</a>; +<a class="link" href="NMClient.html" title="NMClient"><span class="returnvalue">NMClient</span></a> * <a class="link" href="NMClient.html#nm-client-new" title="nm_client_new ()">nm_client_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMClient.html#nm-client-get-devices" title="nm_client_get_devices ()">nm_client_get_devices</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> * <a class="link" href="NMClient.html#nm-client-get-device-by-path" title="nm_client_get_device_by_path ()">nm_client_get_device_by_path</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>); +<span class="returnvalue">void</span> (<a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()">*NMClientActivateDeviceFn</a>) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMClient.html#nm-client-activate-connection" title="nm_client_activate_connection ()">nm_client_activate_connection</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *service_name</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *connection_path</code></em>, + <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, + <em class="parameter"><code><a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()"><span class="type">NMClientActivateDeviceFn</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMClient.html#nm-client-deactivate-connection" title="nm_client_deactivate_connection ()">nm_client_deactivate_connection</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMClient.html#nm-client-networking-get-enabled" title="nm_client_networking_get_enabled ()">nm_client_networking_get_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMClient.html#nm-client-networking-set-enabled" title="nm_client_networking_set_enabled ()">nm_client_networking_set_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMClient.html#nm-client-wireless-get-enabled" title="nm_client_wireless_get_enabled ()">nm_client_wireless_get_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMClient.html#nm-client-wireless-set-enabled" title="nm_client_wireless_set_enabled ()">nm_client_wireless_set_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMClient.html#nm-client-wireless-hardware-get-enabled" title="nm_client_wireless_hardware_get_enabled ()">nm_client_wireless_hardware_get_enabled</a> + (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMClient.html#nm-client-wwan-get-enabled" title="nm_client_wwan_get_enabled ()">nm_client_wwan_get_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMClient.html#nm-client-wwan-set-enabled" title="nm_client_wwan_set_enabled ()">nm_client_wwan_set_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMClient.html#nm-client-wwan-hardware-get-enabled" title="nm_client_wwan_hardware_get_enabled ()">nm_client_wwan_hardware_get_enabled</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<span class="returnvalue">NMState</span> <a class="link" href="NMClient.html#nm-client-get-state" title="nm_client_get_state ()">nm_client_get_state</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMClient.html#nm-client-get-manager-running" title="nm_client_get_manager_running ()">nm_client_get_manager_running</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMClient.html#nm-client-get-active-connections" title="nm_client_get_active_connections ()">nm_client_get_active_connections</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMClient.html#nm-client-sleep" title="nm_client_sleep ()">nm_client_sleep</a> (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sleep</code></em>); +<a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="returnvalue">NMClientPermissionResult</span></a> <a class="link" href="NMClient.html#nm-client-get-permission-result" title="nm_client_get_permission_result ()">nm_client_get_permission_result</a> + (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> permission</code></em>); +</pre> +</div> +<div class="refsect1" title="Object Hierarchy"> +<a name="NMClient.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="synopsis"> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----NMClient +</pre> +</div> +<div class="refsect1" title="Properties"> +<a name="NMClient.properties"></a><h2>Properties</h2> +<pre class="synopsis"> + "<a class="link" href="NMClient.html#NMClient--active-connections" title='The "active-connections" property'>active-connections</a>" <span class="type">nm-object-array*</span> : Read + "<a class="link" href="NMClient.html#NMClient--manager-running" title='The "manager-running" property'>manager-running</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMClient.html#NMClient--networking-enabled" title='The "networking-enabled" property'>networking-enabled</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMClient.html#NMClient--state" title='The "state" property'>state</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMClient.html#NMClient--wireless-enabled" title='The "wireless-enabled" property'>wireless-enabled</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write + "<a class="link" href="NMClient.html#NMClient--wireless-hardware-enabled" title='The "wireless-hardware-enabled" property'>wireless-hardware-enabled</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMClient.html#NMClient--wwan-enabled" title='The "wwan-enabled" property'>wwan-enabled</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct + "<a class="link" href="NMClient.html#NMClient--wwan-hardware-enabled" title='The "wwan-hardware-enabled" property'>wwan-hardware-enabled</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only +</pre> +</div> +<div class="refsect1" title="Signals"> +<a name="NMClient.signals"></a><h2>Signals</h2> +<pre class="synopsis"> + "<a class="link" href="NMClient.html#NMClient-device-added" title='The "device-added" signal'>device-added</a>" : Run First + "<a class="link" href="NMClient.html#NMClient-device-removed" title='The "device-removed" signal'>device-removed</a>" : Run First + "<a class="link" href="NMClient.html#NMClient-permission-changed" title='The "permission-changed" signal'>permission-changed</a>" : Run First +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="NMClient.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="NMClient.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_CLIENT_STATE"> +<a name="NM-CLIENT-STATE:CAPS"></a><h3>NM_CLIENT_STATE</h3> +<pre class="programlisting">#define NM_CLIENT_STATE "state" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_MANAGER_RUNNING"> +<a name="NM-CLIENT-MANAGER-RUNNING:CAPS"></a><h3>NM_CLIENT_MANAGER_RUNNING</h3> +<pre class="programlisting">#define NM_CLIENT_MANAGER_RUNNING "manager-running" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_NETWORKING_ENABLED"> +<a name="NM-CLIENT-NETWORKING-ENABLED:CAPS"></a><h3>NM_CLIENT_NETWORKING_ENABLED</h3> +<pre class="programlisting">#define NM_CLIENT_NETWORKING_ENABLED "networking-enabled" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_WIRELESS_ENABLED"> +<a name="NM-CLIENT-WIRELESS-ENABLED:CAPS"></a><h3>NM_CLIENT_WIRELESS_ENABLED</h3> +<pre class="programlisting">#define NM_CLIENT_WIRELESS_ENABLED "wireless-enabled" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED"> +<a name="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"></a><h3>NM_CLIENT_WIRELESS_HARDWARE_ENABLED</h3> +<pre class="programlisting">#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_WWAN_ENABLED"> +<a name="NM-CLIENT-WWAN-ENABLED:CAPS"></a><h3>NM_CLIENT_WWAN_ENABLED</h3> +<pre class="programlisting">#define NM_CLIENT_WWAN_ENABLED "wwan-enabled" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_WWAN_HARDWARE_ENABLED"> +<a name="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"></a><h3>NM_CLIENT_WWAN_HARDWARE_ENABLED</h3> +<pre class="programlisting">#define NM_CLIENT_WWAN_HARDWARE_ENABLED "wwan-hardware-enabled" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_CLIENT_ACTIVE_CONNECTIONS"> +<a name="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"></a><h3>NM_CLIENT_ACTIVE_CONNECTIONS</h3> +<pre class="programlisting">#define NM_CLIENT_ACTIVE_CONNECTIONS "active-connections" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="enum NMClientPermission"> +<a name="NMClientPermission"></a><h3>enum NMClientPermission</h3> +<pre class="programlisting">typedef enum { + NM_CLIENT_PERMISSION_NONE = 0, + NM_CLIENT_PERMISSION_ENABLE_DISABLE_NETWORK = 1, + NM_CLIENT_PERMISSION_ENABLE_DISABLE_WIFI = 2, + NM_CLIENT_PERMISSION_ENABLE_DISABLE_WWAN = 3, + NM_CLIENT_PERMISSION_USE_USER_CONNECTIONS = 4, + + NM_CLIENT_PERMISSION_LAST = NM_CLIENT_PERMISSION_USE_USER_CONNECTIONS +} NMClientPermission; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="enum NMClientPermissionResult"> +<a name="NMClientPermissionResult"></a><h3>enum NMClientPermissionResult</h3> +<pre class="programlisting">typedef enum { + NM_CLIENT_PERMISSION_RESULT_UNKNOWN = 0, + NM_CLIENT_PERMISSION_RESULT_YES, + NM_CLIENT_PERMISSION_RESULT_AUTH, + NM_CLIENT_PERMISSION_RESULT_NO +} NMClientPermissionResult; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMClient"> +<a name="NMClient-struct"></a><h3>NMClient</h3> +<pre class="programlisting">typedef struct _NMClient NMClient;</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMClientClass"> +<a name="NMClientClass"></a><h3>NMClientClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Signals */ + void (*device_added) (NMClient *client, NMDevice *device); + void (*device_removed) (NMClient *client, NMDevice *device); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMClientClass; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="nm_client_new ()"> +<a name="nm-client-new"></a><h3>nm_client_new ()</h3> +<pre class="programlisting"><a class="link" href="NMClient.html" title="NMClient"><span class="returnvalue">NMClient</span></a> * nm_client_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<p> +Creates a new <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody><tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a new <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr></tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_get_devices ()"> +<a name="nm-client-get-devices"></a><h3>nm_client_get_devices ()</h3> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_client_get_devices (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Gets all the detected devices. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>s. +The returned array is owned by the client and should not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_get_device_by_path ()"> +<a name="nm-client-get-device-by-path"></a><h3>nm_client_get_device_by_path ()</h3> +<pre class="programlisting"><a class="link" href="NMDevice.html" title="NMDevice"><span class="returnvalue">NMDevice</span></a> * nm_client_get_device_by_path (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> +<p> +Gets a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> from a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td> +<td>the object path to search for +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> for the given <em class="parameter"><code>object_path</code></em> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is found. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="NMClientActivateDeviceFn ()"> +<a name="NMClientActivateDeviceFn"></a><h3>NMClientActivateDeviceFn ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMClientActivateDeviceFn) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre> +<p> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> +<td> +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_activate_connection ()"> +<a name="nm-client-activate-connection"></a><h3>nm_client_activate_connection ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_client_activate_connection (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *service_name</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *connection_path</code></em>, + <em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, + <em class="parameter"><code><a class="link" href="NMClient.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()"><span class="type">NMClientActivateDeviceFn</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +Activates a connection with the given <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>service_name</code></em> :</span></p></td> +<td>the connection's service name +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection_path</code></em> :</span></p></td> +<td>the connection's DBus path +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>specific_object</code></em> :</span></p></td> +<td>the device specific object (currently used only for +activating wireless devices and should be the <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>'s path. +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> +<td>the function to call when the call is done +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data to pass to the callback function +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_deactivate_connection ()"> +<a name="nm-client-deactivate-connection"></a><h3>nm_client_deactivate_connection ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_client_deactivate_connection (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</code></em>);</pre> +<p> +Deactivates an active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>active</code></em> :</span></p></td> +<td>the <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a> to deactivate +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_networking_get_enabled ()"> +<a name="nm-client-networking-get-enabled"></a><h3>nm_client_networking_get_enabled ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_networking_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Whether networking is enabled or disabled. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if networking is disabled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if networking is enabled +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_networking_set_enabled ()"> +<a name="nm-client-networking-set-enabled"></a><h3>nm_client_networking_set_enabled ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_client_networking_set_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> +<p> +Enables or disables networking. When networking is disabled, all controlled +interfaces are disconnected and deactivated. When networking is enabled, +all controlled interfaces are available for activation. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td> +<td> +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to set networking enabled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to set networking disabled +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_wireless_get_enabled ()"> +<a name="nm-client-wireless-get-enabled"></a><h3>nm_client_wireless_get_enabled ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wireless_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Determines whether the wireless is enabled. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if wireless is enabled +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_wireless_set_enabled ()"> +<a name="nm-client-wireless-set-enabled"></a><h3>nm_client_wireless_set_enabled ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_client_wireless_set_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> +<p> +Enables or disables wireless devices. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td> +<td> +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable wireless +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_wireless_hardware_get_enabled ()"> +<a name="nm-client-wireless-hardware-get-enabled"></a><h3>nm_client_wireless_hardware_get_enabled ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wireless_hardware_get_enabled + (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Determines whether the wireless hardware is enabled. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the wireless hardware is enabled +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_wwan_get_enabled ()"> +<a name="nm-client-wwan-get-enabled"></a><h3>nm_client_wwan_get_enabled ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wwan_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Determines whether WWAN is enabled. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if WWAN is enabled +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_wwan_set_enabled ()"> +<a name="nm-client-wwan-set-enabled"></a><h3>nm_client_wwan_set_enabled ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_client_wwan_set_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> +<p> +Enables or disables WWAN devices. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td> +<td> +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable WWAN +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_wwan_hardware_get_enabled ()"> +<a name="nm-client-wwan-hardware-get-enabled"></a><h3>nm_client_wwan_hardware_get_enabled ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wwan_hardware_get_enabled (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Determines whether the WWAN hardware is enabled. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the WWAN hardware is enabled +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_get_state ()"> +<a name="nm-client-get-state"></a><h3>nm_client_get_state ()</h3> +<pre class="programlisting"><span class="returnvalue">NMState</span> nm_client_get_state (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Gets the current daemon state. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the current <code class="literal">NMState</code> +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_get_manager_running ()"> +<a name="nm-client-get-manager-running"></a><h3>nm_client_get_manager_running ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_get_manager_running (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Determines whether the daemon is running. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the daemon is running +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_get_active_connections ()"> +<a name="nm-client-get-active-connections"></a><h3>nm_client_get_active_connections ()</h3> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_client_get_active_connections (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> +<p> +Gets the active connections. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the active <a class="link" href="NMActiveConnection.html" title="NMActiveConnection"><span class="type">NMActiveConnection</span></a>s. +The returned array is owned by the client and should not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_sleep ()"> +<a name="nm-client-sleep"></a><h3>nm_client_sleep ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_client_sleep (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sleep</code></em>);</pre> +<p> +Deprecated; use <a class="link" href="NMClient.html#nm-client-networking-set-enabled" title="nm_client_networking_set_enabled ()"><code class="function">nm_client_networking_set_enabled()</code></a> instead. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>sleep</code></em> :</span></p></td> +<td> +<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to put the daemon to sleep +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_client_get_permission_result ()"> +<a name="nm-client-get-permission-result"></a><h3>nm_client_get_permission_result ()</h3> +<pre class="programlisting"><a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="returnvalue">NMClientPermissionResult</span></a> nm_client_get_permission_result + (<em class="parameter"><code><a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client</code></em>, + <em class="parameter"><code><a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> permission</code></em>);</pre> +<p> +Requests the result of a specific permission, which indicates whether the +client can or cannot perform the action the permission represents +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>a <a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>permission</code></em> :</span></p></td> +<td>the permission for which to return the result, one of <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the permission's result, one of <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="type">NMClientPermissionResult</span></a> +</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="refsect1" title="Property Details"> +<a name="NMClient.property-details"></a><h2>Property Details</h2> +<div class="refsect2" title='The "active-connections" property'> +<a name="NMClient--active-connections"></a><h3>The <code class="literal">"active-connections"</code> property</h3> +<pre class="programlisting"> "active-connections" <span class="type">nm-object-array*</span> : Read</pre> +<p>Active connections.</p> +</div> +<hr> +<div class="refsect2" title='The "manager-running" property'> +<a name="NMClient--manager-running"></a><h3>The <code class="literal">"manager-running"</code> property</h3> +<pre class="programlisting"> "manager-running" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p>Whether NetworkManager is running.</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2" title='The "networking-enabled" property'> +<a name="NMClient--networking-enabled"></a><h3>The <code class="literal">"networking-enabled"</code> property</h3> +<pre class="programlisting"> "networking-enabled" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p>Is networking enabled.</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2" title='The "state" property'> +<a name="NMClient--state"></a><h3>The <code class="literal">"state"</code> property</h3> +<pre class="programlisting"> "state" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The current daemon state. +</p> +<p>Allowed values: <= 4</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "wireless-enabled" property'> +<a name="NMClient--wireless-enabled"></a><h3>The <code class="literal">"wireless-enabled"</code> property</h3> +<pre class="programlisting"> "wireless-enabled" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre> +<p>Is wireless enabled.</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2" title='The "wireless-hardware-enabled" property'> +<a name="NMClient--wireless-hardware-enabled"></a><h3>The <code class="literal">"wireless-hardware-enabled"</code> property</h3> +<pre class="programlisting"> "wireless-hardware-enabled" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p>Is wireless hardware enabled.</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2" title='The "wwan-enabled" property'> +<a name="NMClient--wwan-enabled"></a><h3>The <code class="literal">"wwan-enabled"</code> property</h3> +<pre class="programlisting"> "wwan-enabled" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre> +<p>Is WWAN enabled.</p> +<p>Default value: TRUE</p> +</div> +<hr> +<div class="refsect2" title='The "wwan-hardware-enabled" property'> +<a name="NMClient--wwan-hardware-enabled"></a><h3>The <code class="literal">"wwan-hardware-enabled"</code> property</h3> +<pre class="programlisting"> "wwan-hardware-enabled" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre> +<p>Is WWAN hardware enabled.</p> +<p>Default value: TRUE</p> +</div> +</div> +<div class="refsect1" title="Signal Details"> +<a name="NMClient.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2" title='The "device-added" signal'> +<a name="NMClient-device-added"></a><h3>The <code class="literal">"device-added"</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *client, + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *device, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> +<p> +Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is added. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> +<td>the client that received the signal +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>the new device +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data set when the signal handler was connected.</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title='The "device-removed" signal'> +<a name="NMClient-device-removed"></a><h3>The <code class="literal">"device-removed"</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *widget, + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *device, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> +<p> +Notifies that a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is removed. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td> +<td>the client that received the signal +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>the removed device +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data set when the signal handler was connected.</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title='The "permission-changed" signal'> +<a name="NMClient-permission-changed"></a><h3>The <code class="literal">"permission-changed"</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMClient.html" title="NMClient"><span class="type">NMClient</span></a> *widget, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> permission, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> result, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> +<p> +Notifies that a permission has changed +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td> +<td>the client that received the signal +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>permission</code></em> :</span></p></td> +<td>a permission from <a class="link" href="NMClient.html#NMClientPermission" title="enum NMClientPermission"><span class="type">NMClientPermission</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td> +<td>the permission's result, one of <a class="link" href="NMClient.html#NMClientPermissionResult" title="enum NMClientPermissionResult"><span class="type">NMClientPermissionResult</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data set when the signal handler was connected.</td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP4Config.html b/docs/libnm-glib/html/NMDHCP4Config.html index 697744f7..b52751b8 100644 --- a/docs/libnm-glib/html/NMDHCP4Config.html +++ b/docs/libnm-glib/html/NMDHCP4Config.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMDHCP4Config</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMIP6Config.html" title="NMIP6Config"> <link rel="next" href="NMDHCP6Config.html" title="NMDHCP6Config"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,10 +42,11 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMDHCP4Config.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMDHCP4Config.html#NMDHCP4Config-struct" title="NMDHCP4Config">NMDHCP4Config</a>; + <a class="link" href="NMDHCP4Config.html#NMDHCP4ConfigClass" title="NMDHCP4ConfigClass">NMDHCP4ConfigClass</a>; #define <a class="link" href="NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS:CAPS" title="NM_DHCP4_CONFIG_OPTIONS">NM_DHCP4_CONFIG_OPTIONS</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-new" title="nm_dhcp4_config_new ()">nm_dhcp4_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-new" title="nm_dhcp4_config_new ()">nm_dhcp4_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-options" title="nm_dhcp4_config_get_options ()">nm_dhcp4_config_get_options</a> (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-options" title="nm_dhcp4_config_get_options ()">nm_dhcp4_config_get_options</a> (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>); const <span class="returnvalue">char</span> * <a class="link" href="NMDHCP4Config.html#nm-dhcp4-config-get-one-option" title="nm_dhcp4_config_get_one_option ()">nm_dhcp4_config_get_one_option</a> (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>, <em class="parameter"><code>const <span class="type">char</span> *option</code></em>); </pre> @@ -53,15 +54,15 @@ const <span class="returnvalue">char</span> * <a class="link" href="NMDHC <div class="refsect1" title="Object Hierarchy"> <a name="NMDHCP4Config.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> +----NMDHCP4Config </pre> </div> <div class="refsect1" title="Properties"> <a name="NMDHCP4Config.properties"></a><h2>Properties</h2> <pre class="synopsis"> - "<a class="link" href="NMDHCP4Config.html#NMDHCP4Config--options" title='The "options" property'>options</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>* : Read + "<a class="link" href="NMDHCP4Config.html#NMDHCP4Config--options" title='The "options" property'>options</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>* : Read </pre> </div> <div class="refsect1" title="Description"> @@ -78,6 +79,24 @@ const <span class="returnvalue">char</span> * <a class="link" href="NMDHC </p> </div> <hr> +<div class="refsect2" title="NMDHCP4ConfigClass"> +<a name="NMDHCP4ConfigClass"></a><h3>NMDHCP4ConfigClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMDHCP4ConfigClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="NM_DHCP4_CONFIG_OPTIONS"> <a name="NM-DHCP4-CONFIG-OPTIONS:CAPS"></a><h3>NM_DHCP4_CONFIG_OPTIONS</h3> <pre class="programlisting">#define NM_DHCP4_CONFIG_OPTIONS "options" @@ -88,7 +107,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="NMDHC <hr> <div class="refsect2" title="nm_dhcp4_config_new ()"> <a name="nm-dhcp4-config-new"></a><h3>nm_dhcp4_config_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_dhcp4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_dhcp4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p> Creates a new <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>. @@ -117,7 +136,7 @@ Creates a new <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><s <hr> <div class="refsect2" title="nm_dhcp4_config_get_options ()"> <a name="nm-dhcp4-config-get-options"></a><h3>nm_dhcp4_config_get_options ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * nm_dhcp4_config_get_options (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * nm_dhcp4_config_get_options (<em class="parameter"><code><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> *config</code></em>);</pre> <p> Gets all the options contained in the configuration. </p> @@ -131,7 +150,7 @@ Gets all the options contained in the configuration. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing strings for keys and values. +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified. </td> </tr> @@ -173,15 +192,15 @@ configuration, and must not be modified. <a name="NMDHCP4Config.property-details"></a><h2>Property Details</h2> <div class="refsect2" title='The "options" property'> <a name="NMDHCP4Config--options"></a><h3>The <code class="literal">"options"</code> property</h3> -<pre class="programlisting"> "options" <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>* : Read</pre> +<pre class="programlisting"> "options" <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a>* : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing options of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing options of the configuration. </p> </div> </div> </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDHCP6Config.html b/docs/libnm-glib/html/NMDHCP6Config.html index 8edffbb6..005854f4 100644 --- a/docs/libnm-glib/html/NMDHCP6Config.html +++ b/docs/libnm-glib/html/NMDHCP6Config.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMDHCP6Config</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMDHCP4Config.html" title="NMDHCP4Config"> <link rel="next" href="libnm-glib-NMExportedConnection.html" title="NMExportedConnection"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -40,10 +40,11 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMDHCP6Config.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMDHCP6Config.html#NMDHCP6Config-struct" title="NMDHCP6Config">NMDHCP6Config</a>; + <a class="link" href="NMDHCP6Config.html#NMDHCP6ConfigClass" title="NMDHCP6ConfigClass">NMDHCP6ConfigClass</a>; #define <a class="link" href="NMDHCP6Config.html#NM-DHCP6-CONFIG-OPTIONS:CAPS" title="NM_DHCP6_CONFIG_OPTIONS">NM_DHCP6_CONFIG_OPTIONS</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-new" title="nm_dhcp6_config_new ()">nm_dhcp6_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-new" title="nm_dhcp6_config_new ()">nm_dhcp6_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-get-options" title="nm_dhcp6_config_get_options ()">nm_dhcp6_config_get_options</a> (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-get-options" title="nm_dhcp6_config_get_options ()">nm_dhcp6_config_get_options</a> (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>); const <span class="returnvalue">char</span> * <a class="link" href="NMDHCP6Config.html#nm-dhcp6-config-get-one-option" title="nm_dhcp6_config_get_one_option ()">nm_dhcp6_config_get_one_option</a> (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>, <em class="parameter"><code>const <span class="type">char</span> *option</code></em>); </pre> @@ -51,8 +52,8 @@ const <span class="returnvalue">char</span> * <a class="link" href="NMDHC <div class="refsect1" title="Object Hierarchy"> <a name="NMDHCP6Config.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> +----NMDHCP6Config </pre> </div> @@ -70,6 +71,24 @@ const <span class="returnvalue">char</span> * <a class="link" href="NMDHC </p> </div> <hr> +<div class="refsect2" title="NMDHCP6ConfigClass"> +<a name="NMDHCP6ConfigClass"></a><h3>NMDHCP6ConfigClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMDHCP6ConfigClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="NM_DHCP6_CONFIG_OPTIONS"> <a name="NM-DHCP6-CONFIG-OPTIONS:CAPS"></a><h3>NM_DHCP6_CONFIG_OPTIONS</h3> <pre class="programlisting">#define NM_DHCP6_CONFIG_OPTIONS "options" @@ -80,7 +99,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="NMDHC <hr> <div class="refsect2" title="nm_dhcp6_config_new ()"> <a name="nm-dhcp6-config-new"></a><h3>nm_dhcp6_config_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_dhcp6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_dhcp6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p> Creates a new <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>. @@ -109,7 +128,7 @@ Creates a new <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><s <hr> <div class="refsect2" title="nm_dhcp6_config_get_options ()"> <a name="nm-dhcp6-config-get-options"></a><h3>nm_dhcp6_config_get_options ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * nm_dhcp6_config_get_options (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="returnvalue">GHashTable</span></a> * nm_dhcp6_config_get_options (<em class="parameter"><code><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> *config</code></em>);</pre> <p> Gets all the options contained in the configuration. </p> @@ -123,7 +142,7 @@ Gets all the options contained in the configuration. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing strings for keys and values. +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> containing strings for keys and values. This is the internal copy used by the configuration, and must not be modified. </td> </tr> @@ -164,6 +183,6 @@ configuration, and must not be modified. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDevice.html b/docs/libnm-glib/html/NMDevice.html new file mode 100644 index 00000000..588eba19 --- /dev/null +++ b/docs/libnm-glib/html/NMDevice.html @@ -0,0 +1,849 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMDevice</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="NMActiveConnection.html" title="NMActiveConnection"> +<link rel="next" href="NMDeviceEthernet.html" title="NMDeviceEthernet"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="NMActiveConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="NMDeviceEthernet.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#NMDevice.synopsis" class="shortcut">Top</a> + | + <a href="#NMDevice.description" class="shortcut">Description</a> + | + <a href="#NMDevice.object-hierarchy" class="shortcut">Object Hierarchy</a> + | + <a href="#NMDevice.properties" class="shortcut">Properties</a> + | + <a href="#NMDevice.signals" class="shortcut">Signals</a> +</td></tr> +</table> +<div class="refentry" title="NMDevice"> +<a name="NMDevice"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="NMDevice.top_of_page"></a>NMDevice</span></h2> +<p>NMDevice</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="NMDevice.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMDevice.html#NM-DEVICE-UDI:CAPS" title="NM_DEVICE_UDI">NM_DEVICE_UDI</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-INTERFACE:CAPS" title="NM_DEVICE_INTERFACE">NM_DEVICE_INTERFACE</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS" title="NM_DEVICE_IP_INTERFACE">NM_DEVICE_IP_INTERFACE</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-DRIVER:CAPS" title="NM_DEVICE_DRIVER">NM_DEVICE_DRIVER</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS" title="NM_DEVICE_CAPABILITIES">NM_DEVICE_CAPABILITIES</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-MANAGED:CAPS" title="NM_DEVICE_MANAGED">NM_DEVICE_MANAGED</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS" title="NM_DEVICE_FIRMWARE_MISSING">NM_DEVICE_FIRMWARE_MISSING</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS" title="NM_DEVICE_IP4_CONFIG">NM_DEVICE_IP4_CONFIG</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS" title="NM_DEVICE_DHCP4_CONFIG">NM_DEVICE_DHCP4_CONFIG</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS" title="NM_DEVICE_IP6_CONFIG">NM_DEVICE_IP6_CONFIG</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS" title="NM_DEVICE_DHCP6_CONFIG">NM_DEVICE_DHCP6_CONFIG</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-STATE:CAPS" title="NM_DEVICE_STATE">NM_DEVICE_STATE</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-VENDOR:CAPS" title="NM_DEVICE_VENDOR">NM_DEVICE_VENDOR</a> +#define <a class="link" href="NMDevice.html#NM-DEVICE-PRODUCT:CAPS" title="NM_DEVICE_PRODUCT">NM_DEVICE_PRODUCT</a> + <a class="link" href="NMDevice.html#NMDevice-struct" title="NMDevice">NMDevice</a>; + <a class="link" href="NMDevice.html#NMDeviceClass" title="NMDeviceClass">NMDeviceClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDevice.html#nm-device-new" title="nm_device_new ()">nm_device_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDevice.html#nm-device-get-iface" title="nm_device_get_iface ()">nm_device_get_iface</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDevice.html#nm-device-get-ip-iface" title="nm_device_get_ip_iface ()">nm_device_get_ip_iface</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDevice.html#nm-device-get-udi" title="nm_device_get_udi ()">nm_device_get_udi</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDevice.html#nm-device-get-driver" title="nm_device_get_driver ()">nm_device_get_driver</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMDevice.html#nm-device-get-capabilities" title="nm_device_get_capabilities ()">nm_device_get_capabilities</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMDevice.html#nm-device-get-managed" title="nm_device_get_managed ()">nm_device_get_managed</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMDevice.html#nm-device-get-firmware-missing" title="nm_device_get_firmware_missing ()">nm_device_get_firmware_missing</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="returnvalue">NMIP4Config</span></a> * <a class="link" href="NMDevice.html#nm-device-get-ip4-config" title="nm_device_get_ip4_config ()">nm_device_get_ip4_config</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="returnvalue">NMDHCP4Config</span></a> * <a class="link" href="NMDevice.html#nm-device-get-dhcp4-config" title="nm_device_get_dhcp4_config ()">nm_device_get_dhcp4_config</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="returnvalue">NMIP6Config</span></a> * <a class="link" href="NMDevice.html#nm-device-get-ip6-config" title="nm_device_get_ip6_config ()">nm_device_get_ip6_config</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="returnvalue">NMDHCP6Config</span></a> * <a class="link" href="NMDevice.html#nm-device-get-dhcp6-config" title="nm_device_get_dhcp6_config ()">nm_device_get_dhcp6_config</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<span class="returnvalue">NMDeviceState</span> <a class="link" href="NMDevice.html#nm-device-get-state" title="nm_device_get_state ()">nm_device_get_state</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDevice.html#nm-device-get-product" title="nm_device_get_product ()">nm_device_get_product</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDevice.html#nm-device-get-vendor" title="nm_device_get_vendor ()">nm_device_get_vendor</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); +<span class="returnvalue">void</span> (<a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()">*NMDeviceDeactivateFn</a>) (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<span class="returnvalue">void</span> <a class="link" href="NMDevice.html#nm-device-disconnect" title="nm_device_disconnect ()">nm_device_disconnect</a> (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, + <em class="parameter"><code><a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()"><span class="type">NMDeviceDeactivateFn</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +</pre> +</div> +<div class="refsect1" title="Object Hierarchy"> +<a name="NMDevice.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="synopsis"> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----NMDevice + +----<a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet">NMDeviceEthernet</a> + +----<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi">NMDeviceWifi</a> + +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> +</pre> +</div> +<div class="refsect1" title="Properties"> +<a name="NMDevice.properties"></a><h2>Properties</h2> +<pre class="synopsis"> + "<a class="link" href="NMDevice.html#NMDevice--capabilities" title='The "capabilities" property'>capabilities</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMDevice.html#NMDevice--dhcp4-config" title='The "dhcp4-config" property'>dhcp4-config</a>" <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--dhcp6-config" title='The "dhcp6-config" property'>dhcp6-config</a>" <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--driver" title='The "driver" property'>driver</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--firmware-missing" title='The "firmware-missing" property'>firmware-missing</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMDevice.html#NMDevice--interface" title='The "interface" property'>interface</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--ip4-config" title='The "ip4-config" property'>ip4-config</a>" <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--ip6-config" title='The "ip6-config" property'>ip6-config</a>" <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--managed" title='The "managed" property'>managed</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMDevice.html#NMDevice--product" title='The "product" property'>product</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--state" title='The "state" property'>state</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMDevice.html#NMDevice--udi" title='The "udi" property'>udi</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDevice.html#NMDevice--vendor" title='The "vendor" property'>vendor</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read +</pre> +</div> +<div class="refsect1" title="Signals"> +<a name="NMDevice.signals"></a><h2>Signals</h2> +<pre class="synopsis"> + "<a class="link" href="NMDevice.html#NMDevice-state-changed" title='The "state-changed" signal'>state-changed</a>" : Run First +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="NMDevice.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="NMDevice.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_DEVICE_UDI"> +<a name="NM-DEVICE-UDI:CAPS"></a><h3>NM_DEVICE_UDI</h3> +<pre class="programlisting">#define NM_DEVICE_UDI "udi" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_INTERFACE"> +<a name="NM-DEVICE-INTERFACE:CAPS"></a><h3>NM_DEVICE_INTERFACE</h3> +<pre class="programlisting">#define NM_DEVICE_INTERFACE "interface" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_IP_INTERFACE"> +<a name="NM-DEVICE-IP-INTERFACE:CAPS"></a><h3>NM_DEVICE_IP_INTERFACE</h3> +<pre class="programlisting">#define NM_DEVICE_IP_INTERFACE "ip-interface" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_DRIVER"> +<a name="NM-DEVICE-DRIVER:CAPS"></a><h3>NM_DEVICE_DRIVER</h3> +<pre class="programlisting">#define NM_DEVICE_DRIVER "driver" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_CAPABILITIES"> +<a name="NM-DEVICE-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_CAPABILITIES</h3> +<pre class="programlisting">#define NM_DEVICE_CAPABILITIES "capabilities" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_MANAGED"> +<a name="NM-DEVICE-MANAGED:CAPS"></a><h3>NM_DEVICE_MANAGED</h3> +<pre class="programlisting">#define NM_DEVICE_MANAGED "managed" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_FIRMWARE_MISSING"> +<a name="NM-DEVICE-FIRMWARE-MISSING:CAPS"></a><h3>NM_DEVICE_FIRMWARE_MISSING</h3> +<pre class="programlisting">#define NM_DEVICE_FIRMWARE_MISSING "firmware-missing" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_IP4_CONFIG"> +<a name="NM-DEVICE-IP4-CONFIG:CAPS"></a><h3>NM_DEVICE_IP4_CONFIG</h3> +<pre class="programlisting">#define NM_DEVICE_IP4_CONFIG "ip4-config" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_DHCP4_CONFIG"> +<a name="NM-DEVICE-DHCP4-CONFIG:CAPS"></a><h3>NM_DEVICE_DHCP4_CONFIG</h3> +<pre class="programlisting">#define NM_DEVICE_DHCP4_CONFIG "dhcp4-config" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_IP6_CONFIG"> +<a name="NM-DEVICE-IP6-CONFIG:CAPS"></a><h3>NM_DEVICE_IP6_CONFIG</h3> +<pre class="programlisting">#define NM_DEVICE_IP6_CONFIG "ip6-config" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_DHCP6_CONFIG"> +<a name="NM-DEVICE-DHCP6-CONFIG:CAPS"></a><h3>NM_DEVICE_DHCP6_CONFIG</h3> +<pre class="programlisting">#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_STATE"> +<a name="NM-DEVICE-STATE:CAPS"></a><h3>NM_DEVICE_STATE</h3> +<pre class="programlisting">#define NM_DEVICE_STATE "state" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_VENDOR"> +<a name="NM-DEVICE-VENDOR:CAPS"></a><h3>NM_DEVICE_VENDOR</h3> +<pre class="programlisting">#define NM_DEVICE_VENDOR "vendor" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_PRODUCT"> +<a name="NM-DEVICE-PRODUCT:CAPS"></a><h3>NM_DEVICE_PRODUCT</h3> +<pre class="programlisting">#define NM_DEVICE_PRODUCT "product" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMDevice"> +<a name="NMDevice-struct"></a><h3>NMDevice</h3> +<pre class="programlisting">typedef struct _NMDevice NMDevice;</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMDeviceClass"> +<a name="NMDeviceClass"></a><h3>NMDeviceClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Signals */ + void (*state_changed) (NMDevice *device, + NMDeviceState new_state, + NMDeviceState old_state, + NMDeviceStateReason reason); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMDeviceClass; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="nm_device_new ()"> +<a name="nm-device-new"></a><h3>nm_device_new ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> +<p> +Creates a new <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> +<td>the DBus object path of the device +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a new device +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_iface ()"> +<a name="nm-device-get-iface"></a><h3>nm_device_get_iface ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_iface (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the interface of the device. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_ip_iface ()"> +<a name="nm-device-get-ip-iface"></a><h3>nm_device_get_ip_iface ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_ip_iface (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the IP interface name of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> over which IP traffic flows +when the device is in the ACTIVATED state. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the IP traffic interface of the device. This is the internal string +used by the device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_udi ()"> +<a name="nm-device-get-udi"></a><h3>nm_device_get_udi ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_udi (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the Unique Device Identifier of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the Unique Device Identifier of the device. This identifier may be +used to gather more information about the device from various operating +system services like udev or sysfs. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_driver ()"> +<a name="nm-device-get-driver"></a><h3>nm_device_get_driver ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_driver (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the driver of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the driver of the device. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_capabilities ()"> +<a name="nm-device-get-capabilities"></a><h3>nm_device_get_capabilities ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_get_capabilities (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the device' capabilities. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the capabilities +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_managed ()"> +<a name="nm-device-get-managed"></a><h3>nm_device_get_managed ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_get_managed (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Whether the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> is managed by NetworkManager. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device is managed by NetworkManager +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_firmware_missing ()"> +<a name="nm-device-get-firmware-missing"></a><h3>nm_device_get_firmware_missing ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_get_firmware_missing (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Indicates that firmware required for the device's operation is likely +to be missing. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if firmware required for the device's operation is likely +to be missing. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_ip4_config ()"> +<a name="nm-device-get-ip4-config"></a><h3>nm_device_get_ip4_config ()</h3> +<pre class="programlisting"><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="returnvalue">NMIP4Config</span></a> * nm_device_get_ip4_config (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the current <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_dhcp4_config ()"> +<a name="nm-device-get-dhcp4-config"></a><h3>nm_device_get_dhcp4_config ()</h3> +<pre class="programlisting"><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="returnvalue">NMDHCP4Config</span></a> * nm_device_get_dhcp4_config (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the current <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <span class="type">NMDHCPConfig</span> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated or not +using DHCP. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_ip6_config ()"> +<a name="nm-device-get-ip6-config"></a><h3>nm_device_get_ip6_config ()</h3> +<pre class="programlisting"><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="returnvalue">NMIP6Config</span></a> * nm_device_get_ip6_config (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the current <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_dhcp6_config ()"> +<a name="nm-device-get-dhcp6-config"></a><h3>nm_device_get_dhcp6_config ()</h3> +<pre class="programlisting"><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="returnvalue">NMDHCP6Config</span></a> * nm_device_get_dhcp6_config (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the current <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> associated with the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the <span class="type">NMDHCPConfig</span> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated or not +using DHCP. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_state ()"> +<a name="nm-device-get-state"></a><h3>nm_device_get_state ()</h3> +<pre class="programlisting"><span class="returnvalue">NMDeviceState</span> nm_device_get_state (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the current <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> state. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the current device state +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_product ()"> +<a name="nm-device-get-product"></a><h3>nm_device_get_product ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_product (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the product string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the product name of the device. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_get_vendor ()"> +<a name="nm-device-get-vendor"></a><h3>nm_device_get_vendor ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_vendor (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> +<p> +Gets the vendor string of the <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the vendor name of the device. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="NMDeviceDeactivateFn ()"> +<a name="NMDeviceDeactivateFn"></a><h3>NMDeviceDeactivateFn ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMDeviceDeactivateFn) (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td> +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_disconnect ()"> +<a name="nm-device-disconnect"></a><h3>nm_device_disconnect ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_device_disconnect (<em class="parameter"><code><a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, + <em class="parameter"><code><a class="link" href="NMDevice.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()"><span class="type">NMDeviceDeactivateFn</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +Disconnects the device if currently connected, and prevents the device from +automatically connecting to networks until the next manual network connection +request. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> +<td>callback to be called when disconnect operation completes +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>caller-specific data passed to <em class="parameter"><code>callback</code></em> +</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="refsect1" title="Property Details"> +<a name="NMDevice.property-details"></a><h2>Property Details</h2> +<div class="refsect2" title='The "capabilities" property'> +<a name="NMDevice--capabilities"></a><h3>The <code class="literal">"capabilities"</code> property</h3> +<pre class="programlisting"> "capabilities" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The capabilities of the device. +</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "dhcp4-config" property'> +<a name="NMDevice--dhcp4-config"></a><h3>The <code class="literal">"dhcp4-config"</code> property</h3> +<pre class="programlisting"> "dhcp4-config" <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>* : Read</pre> +<p> +The <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> of the device. +</p> +</div> +<hr> +<div class="refsect2" title='The "dhcp6-config" property'> +<a name="NMDevice--dhcp6-config"></a><h3>The <code class="literal">"dhcp6-config"</code> property</h3> +<pre class="programlisting"> "dhcp6-config" <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>* : Read</pre> +<p> +The <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> of the device. +</p> +</div> +<hr> +<div class="refsect2" title='The "driver" property'> +<a name="NMDevice--driver"></a><h3>The <code class="literal">"driver"</code> property</h3> +<pre class="programlisting"> "driver" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The driver of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "firmware-missing" property'> +<a name="NMDevice--firmware-missing"></a><h3>The <code class="literal">"firmware-missing"</code> property</h3> +<pre class="programlisting"> "firmware-missing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p> +When <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> indicates the device is likely missing firmware required +for its operation. +</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2" title='The "interface" property'> +<a name="NMDevice--interface"></a><h3>The <code class="literal">"interface"</code> property</h3> +<pre class="programlisting"> "interface" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The interface of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "ip4-config" property'> +<a name="NMDevice--ip4-config"></a><h3>The <code class="literal">"ip4-config"</code> property</h3> +<pre class="programlisting"> "ip4-config" <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>* : Read</pre> +<p> +The <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> of the device. +</p> +</div> +<hr> +<div class="refsect2" title='The "ip6-config" property'> +<a name="NMDevice--ip6-config"></a><h3>The <code class="literal">"ip6-config"</code> property</h3> +<pre class="programlisting"> "ip6-config" <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>* : Read</pre> +<p> +The <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> of the device. +</p> +</div> +<hr> +<div class="refsect2" title='The "managed" property'> +<a name="NMDevice--managed"></a><h3>The <code class="literal">"managed"</code> property</h3> +<pre class="programlisting"> "managed" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p> +Whether the device is managed by NetworkManager. +</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2" title='The "product" property'> +<a name="NMDevice--product"></a><h3>The <code class="literal">"product"</code> property</h3> +<pre class="programlisting"> "product" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The product string of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "state" property'> +<a name="NMDevice--state"></a><h3>The <code class="literal">"state"</code> property</h3> +<pre class="programlisting"> "state" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The state of the device. +</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "udi" property'> +<a name="NMDevice--udi"></a><h3>The <code class="literal">"udi"</code> property</h3> +<pre class="programlisting"> "udi" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The Unique Device Identifier of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "vendor" property'> +<a name="NMDevice--vendor"></a><h3>The <code class="literal">"vendor"</code> property</h3> +<pre class="programlisting"> "vendor" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The vendor string of the device. +</p> +<p>Default value: NULL</p> +</div> +</div> +<div class="refsect1" title="Signal Details"> +<a name="NMDevice.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2" title='The "state-changed" signal'> +<a name="NMDevice-state-changed"></a><h3>The <code class="literal">"state-changed"</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a> *device, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> state, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg2, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg3, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> +<p> +Notifies the state change of a <a class="link" href="NMDevice.html" title="NMDevice"><span class="type">NMDevice</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>the client that received the signal +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td> +<td>the new state of the device +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data set when the signal handler was connected.</td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceEthernet.html b/docs/libnm-glib/html/NMDeviceEthernet.html new file mode 100644 index 00000000..5d63e2e5 --- /dev/null +++ b/docs/libnm-glib/html/NMDeviceEthernet.html @@ -0,0 +1,308 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMDeviceEthernet</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="NMDevice.html" title="NMDevice"> +<link rel="next" href="NMDeviceWifi.html" title="NMDeviceWifi"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="NMDevice.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="NMDeviceWifi.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#NMDeviceEthernet.synopsis" class="shortcut">Top</a> + | + <a href="#NMDeviceEthernet.description" class="shortcut">Description</a> + | + <a href="#NMDeviceEthernet.object-hierarchy" class="shortcut">Object Hierarchy</a> + | + <a href="#NMDeviceEthernet.properties" class="shortcut">Properties</a> +</td></tr> +</table> +<div class="refentry" title="NMDeviceEthernet"> +<a name="NMDeviceEthernet"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="NMDeviceEthernet.top_of_page"></a>NMDeviceEthernet</span></h2> +<p>NMDeviceEthernet</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="NMDeviceEthernet.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" title="NM_DEVICE_ETHERNET_HW_ADDRESS">NM_DEVICE_ETHERNET_HW_ADDRESS</a> +#define <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS" title="NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS">NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS</a> +#define <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS" title="NM_DEVICE_ETHERNET_SPEED">NM_DEVICE_ETHERNET_SPEED</a> +#define <a class="link" href="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS" title="NM_DEVICE_ETHERNET_CARRIER">NM_DEVICE_ETHERNET_CARRIER</a> + <a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet-struct" title="NMDeviceEthernet">NMDeviceEthernet</a>; + <a class="link" href="NMDeviceEthernet.html#NMDeviceEthernetClass" title="NMDeviceEthernetClass">NMDeviceEthernetClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-new" title="nm_device_ethernet_new ()">nm_device_ethernet_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address" title="nm_device_ethernet_get_hw_address ()">nm_device_ethernet_get_hw_address</a> (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address" title="nm_device_ethernet_get_permanent_hw_address ()">nm_device_ethernet_get_permanent_hw_address</a> + (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-speed" title="nm_device_ethernet_get_speed ()">nm_device_ethernet_get_speed</a> (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="NMDeviceEthernet.html#nm-device-ethernet-get-carrier" title="nm_device_ethernet_get_carrier ()">nm_device_ethernet_get_carrier</a> (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); +</pre> +</div> +<div class="refsect1" title="Object Hierarchy"> +<a name="NMDeviceEthernet.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="synopsis"> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> + +----NMDeviceEthernet +</pre> +</div> +<div class="refsect1" title="Properties"> +<a name="NMDeviceEthernet.properties"></a><h2>Properties</h2> +<pre class="synopsis"> + "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--carrier" title='The "carrier" property'>carrier</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read + "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address" title='The "perm-hw-address" property'>perm-hw-address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDeviceEthernet.html#NMDeviceEthernet--speed" title='The "speed" property'>speed</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="NMDeviceEthernet.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="NMDeviceEthernet.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_DEVICE_ETHERNET_HW_ADDRESS"> +<a name="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_ETHERNET_HW_ADDRESS</h3> +<pre class="programlisting">#define NM_DEVICE_ETHERNET_HW_ADDRESS "hw-address" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS"> +<a name="NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS</h3> +<pre class="programlisting">#define NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS "perm-hw-address" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_ETHERNET_SPEED"> +<a name="NM-DEVICE-ETHERNET-SPEED:CAPS"></a><h3>NM_DEVICE_ETHERNET_SPEED</h3> +<pre class="programlisting">#define NM_DEVICE_ETHERNET_SPEED "speed" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_ETHERNET_CARRIER"> +<a name="NM-DEVICE-ETHERNET-CARRIER:CAPS"></a><h3>NM_DEVICE_ETHERNET_CARRIER</h3> +<pre class="programlisting">#define NM_DEVICE_ETHERNET_CARRIER "carrier" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMDeviceEthernet"> +<a name="NMDeviceEthernet-struct"></a><h3>NMDeviceEthernet</h3> +<pre class="programlisting">typedef struct _NMDeviceEthernet NMDeviceEthernet;</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMDeviceEthernetClass"> +<a name="NMDeviceEthernetClass"></a><h3>NMDeviceEthernetClass</h3> +<pre class="programlisting">typedef struct { + NMDeviceClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMDeviceEthernetClass; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="nm_device_ethernet_new ()"> +<a name="nm-device-ethernet-new"></a><h3>nm_device_ethernet_new ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_ethernet_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> +<p> +Creates a new <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> +<td>the DBus object path of the device +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a new device +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_ethernet_get_hw_address ()"> +<a name="nm-device-ethernet-get-hw-address"></a><h3>nm_device_ethernet_get_hw_address ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ethernet_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> +<p> +Gets the active hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the active hardware address. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_ethernet_get_permanent_hw_address ()"> +<a name="nm-device-ethernet-get-permanent-hw-address"></a><h3>nm_device_ethernet_get_permanent_hw_address ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ethernet_get_permanent_hw_address + (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> +<p> +Gets the permanent hardware (MAC) address of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the permanent hardware address. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_ethernet_get_speed ()"> +<a name="nm-device-ethernet-get-speed"></a><h3>nm_device_ethernet_get_speed ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_ethernet_get_speed (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> +<p> +Gets the speed of the <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the speed of the device +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_ethernet_get_carrier ()"> +<a name="nm-device-ethernet-get-carrier"></a><h3>nm_device_ethernet_get_carrier ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> +<p> +Whether the device has carrier. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceEthernet.html" title="NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device has carrier +</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="refsect1" title="Property Details"> +<a name="NMDeviceEthernet.property-details"></a><h2>Property Details</h2> +<div class="refsect2" title='The "carrier" property'> +<a name="NMDeviceEthernet--carrier"></a><h3>The <code class="literal">"carrier"</code> property</h3> +<pre class="programlisting"> "carrier" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> +<p> +Whether the device has carrier. +</p> +<p>Default value: FALSE</p> +</div> +<hr> +<div class="refsect2" title='The "hw-address" property'> +<a name="NMDeviceEthernet--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> +<pre class="programlisting"> "hw-address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The active hardware (MAC) address of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "perm-hw-address" property'> +<a name="NMDeviceEthernet--perm-hw-address"></a><h3>The <code class="literal">"perm-hw-address"</code> property</h3> +<pre class="programlisting"> "perm-hw-address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The permanent hardware (MAC) address of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "speed" property'> +<a name="NMDeviceEthernet--speed"></a><h3>The <code class="literal">"speed"</code> property</h3> +<pre class="programlisting"> "speed" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The speed of the device. +</p> +<p>Default value: 0</p> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMDeviceWifi.html b/docs/libnm-glib/html/NMDeviceWifi.html new file mode 100644 index 00000000..34e09856 --- /dev/null +++ b/docs/libnm-glib/html/NMDeviceWifi.html @@ -0,0 +1,527 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>NMDeviceWifi</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="NMDeviceEthernet.html" title="NMDeviceEthernet"> +<link rel="next" href="NMSerialDevice.html" title="NMSerialDevice"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="NMDeviceEthernet.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="NMSerialDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#NMDeviceWifi.synopsis" class="shortcut">Top</a> + | + <a href="#NMDeviceWifi.description" class="shortcut">Description</a> + | + <a href="#NMDeviceWifi.object-hierarchy" class="shortcut">Object Hierarchy</a> + | + <a href="#NMDeviceWifi.properties" class="shortcut">Properties</a> + | + <a href="#NMDeviceWifi.signals" class="shortcut">Signals</a> +</td></tr> +</table> +<div class="refentry" title="NMDeviceWifi"> +<a name="NMDeviceWifi"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="NMDeviceWifi.top_of_page"></a>NMDeviceWifi</span></h2> +<p>NMDeviceWifi</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="NMDeviceWifi.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS" title="NM_DEVICE_WIFI_HW_ADDRESS">NM_DEVICE_WIFI_HW_ADDRESS</a> +#define <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS" title="NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS">NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS</a> +#define <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS" title="NM_DEVICE_WIFI_MODE">NM_DEVICE_WIFI_MODE</a> +#define <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS" title="NM_DEVICE_WIFI_BITRATE">NM_DEVICE_WIFI_BITRATE</a> +#define <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT">NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</a> +#define <a class="link" href="NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS" title="NM_DEVICE_WIFI_CAPABILITIES">NM_DEVICE_WIFI_CAPABILITIES</a> + <a class="link" href="NMDeviceWifi.html#NMDeviceWifi-struct" title="NMDeviceWifi">NMDeviceWifi</a>; + <a class="link" href="NMDeviceWifi.html#NMDeviceWifiClass" title="NMDeviceWifiClass">NMDeviceWifiClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMDeviceWifi.html#nm-device-wifi-new" title="nm_device_wifi_new ()">nm_device_wifi_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-hw-address" title="nm_device_wifi_get_hw_address ()">nm_device_wifi_get_hw_address</a> (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address" title="nm_device_wifi_get_permanent_hw_address ()">nm_device_wifi_get_permanent_hw_address</a> + (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +<span class="returnvalue">NM80211Mode</span> <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-mode" title="nm_device_wifi_get_mode ()">nm_device_wifi_get_mode</a> (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-bitrate" title="nm_device_wifi_get_bitrate ()">nm_device_wifi_get_bitrate</a> (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-capabilities" title="nm_device_wifi_get_capabilities ()">nm_device_wifi_get_capabilities</a> (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +<a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-active-access-point" title="nm_device_wifi_get_active_access_point ()">nm_device_wifi_get_active_access_point</a> + (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +<a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path" title="nm_device_wifi_get_access_point_by_path ()">nm_device_wifi_get_access_point_by_path</a> + (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMDeviceWifi.html#nm-device-wifi-get-access-points" title="nm_device_wifi_get_access_points ()">nm_device_wifi_get_access_points</a> (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); +</pre> +</div> +<div class="refsect1" title="Object Hierarchy"> +<a name="NMDeviceWifi.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="synopsis"> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> + +----NMDeviceWifi +</pre> +</div> +<div class="refsect1" title="Properties"> +<a name="NMDeviceWifi.properties"></a><h2>Properties</h2> +<pre class="synopsis"> + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--active-access-point" title='The "active-access-point" property'>active-access-point</a>" <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>* : Read + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--bitrate" title='The "bitrate" property'>bitrate</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--mode" title='The "mode" property'>mode</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--perm-hw-address" title='The "perm-hw-address" property'>perm-hw-address</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities" title='The "wireless-capabilities" property'>wireless-capabilities</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read +</pre> +</div> +<div class="refsect1" title="Signals"> +<a name="NMDeviceWifi.signals"></a><h2>Signals</h2> +<pre class="synopsis"> + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi-access-point-added" title='The "access-point-added" signal'>access-point-added</a>" : Run First + "<a class="link" href="NMDeviceWifi.html#NMDeviceWifi-access-point-removed" title='The "access-point-removed" signal'>access-point-removed</a>" : Run First +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="NMDeviceWifi.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="NMDeviceWifi.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_DEVICE_WIFI_HW_ADDRESS"> +<a name="NM-DEVICE-WIFI-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_WIFI_HW_ADDRESS</h3> +<pre class="programlisting">#define NM_DEVICE_WIFI_HW_ADDRESS "hw-address" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS"> +<a name="NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS</h3> +<pre class="programlisting">#define NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS "perm-hw-address" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_WIFI_MODE"> +<a name="NM-DEVICE-WIFI-MODE:CAPS"></a><h3>NM_DEVICE_WIFI_MODE</h3> +<pre class="programlisting">#define NM_DEVICE_WIFI_MODE "mode" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_WIFI_BITRATE"> +<a name="NM-DEVICE-WIFI-BITRATE:CAPS"></a><h3>NM_DEVICE_WIFI_BITRATE</h3> +<pre class="programlisting">#define NM_DEVICE_WIFI_BITRATE "bitrate" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT"> +<a name="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"></a><h3>NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</h3> +<pre class="programlisting">#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_DEVICE_WIFI_CAPABILITIES"> +<a name="NM-DEVICE-WIFI-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_WIFI_CAPABILITIES</h3> +<pre class="programlisting">#define NM_DEVICE_WIFI_CAPABILITIES "wireless-capabilities" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMDeviceWifi"> +<a name="NMDeviceWifi-struct"></a><h3>NMDeviceWifi</h3> +<pre class="programlisting">typedef struct _NMDeviceWifi NMDeviceWifi;</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMDeviceWifiClass"> +<a name="NMDeviceWifiClass"></a><h3>NMDeviceWifiClass</h3> +<pre class="programlisting">typedef struct { + NMDeviceClass parent; + + /* Signals */ + void (*access_point_added) (NMDeviceWifi *device, NMAccessPoint *ap); + void (*access_point_removed) (NMDeviceWifi *device, NMAccessPoint *ap); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMDeviceWifiClass; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_new ()"> +<a name="nm-device-wifi-new"></a><h3>nm_device_wifi_new ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_wifi_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> +<p> +Creates a new <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> +<td>the DBus object path of the device +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a new device +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_hw_address ()"> +<a name="nm-device-wifi-get-hw-address"></a><h3>nm_device_wifi_get_hw_address ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_wifi_get_hw_address (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets the actual hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the actual hardware address. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_permanent_hw_address ()"> +<a name="nm-device-wifi-get-permanent-hw-address"></a><h3>nm_device_wifi_get_permanent_hw_address ()</h3> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_wifi_get_permanent_hw_address + (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets the permanent hardware (MAC) address of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the permanent hardware address. This is the internal string used by the +device, and must not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_mode ()"> +<a name="nm-device-wifi-get-mode"></a><h3>nm_device_wifi_get_mode ()</h3> +<pre class="programlisting"><span class="returnvalue">NM80211Mode</span> nm_device_wifi_get_mode (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> mode. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the mode +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_bitrate ()"> +<a name="nm-device-wifi-get-bitrate"></a><h3>nm_device_wifi_get_bitrate ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_wifi_get_bitrate (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets the bit rate of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the bit rate +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_capabilities ()"> +<a name="nm-device-wifi-get-capabilities"></a><h3>nm_device_wifi_get_capabilities ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_wifi_get_capabilities (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets the WIFI capabilities of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the capabilities +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_active_access_point ()"> +<a name="nm-device-wifi-get-active-access-point"></a><h3>nm_device_wifi_get_active_access_point ()</h3> +<pre class="programlisting"><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * nm_device_wifi_get_active_access_point + (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets the active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the access point or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is active +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_access_point_by_path ()"> +<a name="nm-device-wifi-get-access-point-by-path"></a><h3>nm_device_wifi_get_access_point_by_path ()</h3> +<pre class="programlisting"><a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * nm_device_wifi_get_access_point_by_path + (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> +<p> +Gets a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> by path. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> +<td>the object path of the access point +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> the access point or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is found. +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_device_wifi_get_access_points ()"> +<a name="nm-device-wifi-get-access-points"></a><h3>nm_device_wifi_get_access_points ()</h3> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_wifi_get_access_points (<em class="parameter"><code><a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> +<p> +Gets all the scanned access points of the <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>a <a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the scanned <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>s. +The returned array is owned by the client and should not be modified. +</td> +</tr> +</tbody> +</table></div> +</div> +</div> +<div class="refsect1" title="Property Details"> +<a name="NMDeviceWifi.property-details"></a><h2>Property Details</h2> +<div class="refsect2" title='The "active-access-point" property'> +<a name="NMDeviceWifi--active-access-point"></a><h3>The <code class="literal">"active-access-point"</code> property</h3> +<pre class="programlisting"> "active-access-point" <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a>* : Read</pre> +<p> +The active <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> of the device. +</p> +</div> +<hr> +<div class="refsect2" title='The "bitrate" property'> +<a name="NMDeviceWifi--bitrate"></a><h3>The <code class="literal">"bitrate"</code> property</h3> +<pre class="programlisting"> "bitrate" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The bit rate of the device. +</p> +<p>Default value: 0</p> +</div> +<hr> +<div class="refsect2" title='The "hw-address" property'> +<a name="NMDeviceWifi--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> +<pre class="programlisting"> "hw-address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The hardware (MAC) address of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "mode" property'> +<a name="NMDeviceWifi--mode"></a><h3>The <code class="literal">"mode"</code> property</h3> +<pre class="programlisting"> "mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The mode of the device. +</p> +<p>Allowed values: <= 2</p> +<p>Default value: 2</p> +</div> +<hr> +<div class="refsect2" title='The "perm-hw-address" property'> +<a name="NMDeviceWifi--perm-hw-address"></a><h3>The <code class="literal">"perm-hw-address"</code> property</h3> +<pre class="programlisting"> "perm-hw-address" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<p> +The hardware (MAC) address of the device. +</p> +<p>Default value: NULL</p> +</div> +<hr> +<div class="refsect2" title='The "wireless-capabilities" property'> +<a name="NMDeviceWifi--wireless-capabilities"></a><h3>The <code class="literal">"wireless-capabilities"</code> property</h3> +<pre class="programlisting"> "wireless-capabilities" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> +<p> +The wireless capabilities of the device. +</p> +<p>Default value: 0</p> +</div> +</div> +<div class="refsect1" title="Signal Details"> +<a name="NMDeviceWifi.signal-details"></a><h2>Signal Details</h2> +<div class="refsect2" title='The "access-point-added" signal'> +<a name="NMDeviceWifi-access-point-added"></a><h3>The <code class="literal">"access-point-added"</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device, + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *ap, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> +<p> +Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>the wifi device that received the signal +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>the new access point +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data set when the signal handler was connected.</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title='The "access-point-removed" signal'> +<a name="NMDeviceWifi-access-point-removed"></a><h3>The <code class="literal">"access-point-removed"</code> signal</h3> +<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMDeviceWifi.html" title="NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device, + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *ap, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> +<p> +Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is removed from the wifi device. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> +<td>the wifi device that received the signal +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> +<td>the removed access point +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>user data set when the signal handler was connected.</td> +</tr> +</tbody> +</table></div> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMGsmDevice.html b/docs/libnm-glib/html/NMGsmDevice.html index 257c3bb8..5de272de 100644 --- a/docs/libnm-glib/html/NMGsmDevice.html +++ b/docs/libnm-glib/html/NMGsmDevice.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMGsmDevice</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMSerialDevice.html" title="NMSerialDevice"> <link rel="next" href="NMCdmaDevice.html" title="NMCdmaDevice"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -40,6 +40,7 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMGsmDevice.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMGsmDevice.html#NMGsmDevice-struct" title="NMGsmDevice">NMGsmDevice</a>; + <a class="link" href="NMGsmDevice.html#NMGsmDeviceClass" title="NMGsmDeviceClass">NMGsmDeviceClass</a>; <a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span class="returnvalue">NMGsmDevice</span></a> * <a class="link" href="NMGsmDevice.html#nm-gsm-device-new" title="nm_gsm_device_new ()">nm_gsm_device_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); </pre> @@ -47,9 +48,9 @@ <div class="refsect1" title="Object Hierarchy"> <a name="NMGsmDevice.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----<a class="link" href="libnm-glib-nm-device.html#NMDevice">NMDevice</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> +----NMGsmDevice </pre> @@ -68,6 +69,24 @@ </p> </div> <hr> +<div class="refsect2" title="NMGsmDeviceClass"> +<a name="NMGsmDeviceClass"></a><h3>NMGsmDeviceClass</h3> +<pre class="programlisting">typedef struct { + NMSerialDeviceClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMGsmDeviceClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_gsm_device_new ()"> <a name="nm-gsm-device-new"></a><h3>nm_gsm_device_new ()</h3> <pre class="programlisting"><a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span class="returnvalue">NMGsmDevice</span></a> * nm_gsm_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, @@ -100,6 +119,6 @@ Creates a new <a class="link" href="NMGsmDevice.html" title="NMGsmDevice"><span </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP4Config.html b/docs/libnm-glib/html/NMIP4Config.html index d8b6411e..391278d1 100644 --- a/docs/libnm-glib/html/NMIP4Config.html +++ b/docs/libnm-glib/html/NMIP4Config.html @@ -3,18 +3,18 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMIP4Config</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-access-point.html" title="NMAccessPoint"> +<link rel="prev" href="NMAccessPoint.html" title="NMAccessPoint"> <link rel="next" href="NMIP6Config.html" title="NMIP6Config"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-access-point.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="NMAccessPoint.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> @@ -42,38 +42,39 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMIP4Config.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMIP4Config.html#NMIP4Config-struct" title="NMIP4Config">NMIP4Config</a>; + <a class="link" href="NMIP4Config.html#NMIP4ConfigClass" title="NMIP4ConfigClass">NMIP4ConfigClass</a>; #define <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES:CAPS" title="NM_IP4_CONFIG_ADDRESSES">NM_IP4_CONFIG_ADDRESSES</a> #define <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-HOSTNAME:CAPS" title="NM_IP4_CONFIG_HOSTNAME">NM_IP4_CONFIG_HOSTNAME</a> #define <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS:CAPS" title="NM_IP4_CONFIG_NAMESERVERS">NM_IP4_CONFIG_NAMESERVERS</a> #define <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-DOMAINS:CAPS" title="NM_IP4_CONFIG_DOMAINS">NM_IP4_CONFIG_DOMAINS</a> #define <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-ROUTES:CAPS" title="NM_IP4_CONFIG_ROUTES">NM_IP4_CONFIG_ROUTES</a> #define <a class="link" href="NMIP4Config.html#NM-IP4-CONFIG-WINS-SERVERS:CAPS" title="NM_IP4_CONFIG_WINS_SERVERS">NM_IP4_CONFIG_WINS_SERVERS</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-new" title="nm_ip4_config_new ()">nm_ip4_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-new" title="nm_ip4_config_new ()">nm_ip4_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-addresses" title="nm_ip4_config_get_addresses ()">nm_ip4_config_get_addresses</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-addresses" title="nm_ip4_config_get_addresses ()">nm_ip4_config_get_addresses</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); const <span class="returnvalue">char</span> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-hostname" title="nm_ip4_config_get_hostname ()">nm_ip4_config_get_hostname</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-nameservers" title="nm_ip4_config_get_nameservers ()">nm_ip4_config_get_nameservers</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-domains" title="nm_ip4_config_get_domains ()">nm_ip4_config_get_domains</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-routes" title="nm_ip4_config_get_routes ()">nm_ip4_config_get_routes</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-wins-servers" title="nm_ip4_config_get_wins_servers ()">nm_ip4_config_get_wins_servers</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-nameservers" title="nm_ip4_config_get_nameservers ()">nm_ip4_config_get_nameservers</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-domains" title="nm_ip4_config_get_domains ()">nm_ip4_config_get_domains</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-routes" title="nm_ip4_config_get_routes ()">nm_ip4_config_get_routes</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * <a class="link" href="NMIP4Config.html#nm-ip4-config-get-wins-servers" title="nm_ip4_config_get_wins_servers ()">nm_ip4_config_get_wins_servers</a> (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>); </pre> </div> <div class="refsect1" title="Object Hierarchy"> <a name="NMIP4Config.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> +----NMIP4Config </pre> </div> <div class="refsect1" title="Properties"> <a name="NMIP4Config.properties"></a><h2>Properties</h2> <pre class="synopsis"> - "<a class="link" href="NMIP4Config.html#NMIP4Config--addresses" title='The "addresses" property'>addresses</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read + "<a class="link" href="NMIP4Config.html#NMIP4Config--addresses" title='The "addresses" property'>addresses</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read "<a class="link" href="NMIP4Config.html#NMIP4Config--domains" title='The "domains" property'>domains</a>" <span class="type">nm-string-array*</span> : Read - "<a class="link" href="NMIP4Config.html#NMIP4Config--hostname" title='The "hostname" property'>hostname</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read + "<a class="link" href="NMIP4Config.html#NMIP4Config--hostname" title='The "hostname" property'>hostname</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read "<a class="link" href="NMIP4Config.html#NMIP4Config--nameservers" title='The "nameservers" property'>nameservers</a>" <span class="type">nm-uint-array*</span> : Read - "<a class="link" href="NMIP4Config.html#NMIP4Config--routes" title='The "routes" property'>routes</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read + "<a class="link" href="NMIP4Config.html#NMIP4Config--routes" title='The "routes" property'>routes</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read "<a class="link" href="NMIP4Config.html#NMIP4Config--wins-servers" title='The "wins-servers" property'>wins-servers</a>" <span class="type">nm-uint-array*</span> : Read </pre> </div> @@ -91,6 +92,24 @@ const <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class </p> </div> <hr> +<div class="refsect2" title="NMIP4ConfigClass"> +<a name="NMIP4ConfigClass"></a><h3>NMIP4ConfigClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMIP4ConfigClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="NM_IP4_CONFIG_ADDRESSES"> <a name="NM-IP4-CONFIG-ADDRESSES:CAPS"></a><h3>NM_IP4_CONFIG_ADDRESSES</h3> <pre class="programlisting">#define NM_IP4_CONFIG_ADDRESSES "addresses" @@ -141,7 +160,7 @@ const <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class <hr> <div class="refsect2" title="nm_ip4_config_new ()"> <a name="nm-ip4-config-new"></a><h3>nm_ip4_config_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_ip4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_ip4_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p> Creates a new <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>. @@ -170,7 +189,7 @@ Creates a new <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span <hr> <div class="refsect2" title="nm_ip4_config_get_addresses ()"> <a name="nm-ip4-config-get-addresses"></a><h3>nm_ip4_config_get_addresses ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip4_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip4_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p> Gets the IP4 addresses (containing the address, prefix, and gateway). </p> @@ -184,7 +203,7 @@ Gets the IP4 addresses (containing the address, prefix, and gateway). </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Address</span>es. This is the internal copy +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Address</span>es. This is the internal copy used by the configuration and must not be modified. </td> </tr> @@ -217,7 +236,7 @@ DEPRECATED. Don't use. <hr> <div class="refsect2" title="nm_ip4_config_get_nameservers ()"> <a name="nm-ip4-config-get-nameservers"></a><h3>nm_ip4_config_get_nameservers ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * nm_ip4_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * nm_ip4_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p> Gets the domain name servers (DNS). </p> @@ -231,7 +250,7 @@ Gets the domain name servers (DNS). </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>s. This is the internal copy used by the +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>s. This is the internal copy used by the configuration and must not be modified. </td> </tr> @@ -241,7 +260,7 @@ configuration and must not be modified. <hr> <div class="refsect2" title="nm_ip4_config_get_domains ()"> <a name="nm-ip4-config-get-domains"></a><h3>nm_ip4_config_get_domains ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_ip4_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_ip4_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p> Gets the domain names. </p> @@ -255,7 +274,7 @@ Gets the domain names. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domains as strings. This is the +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domains as strings. This is the internal copy used by the configuration, and must not be modified. </td> </tr> @@ -265,7 +284,7 @@ internal copy used by the configuration, and must not be modified. <hr> <div class="refsect2" title="nm_ip4_config_get_routes ()"> <a name="nm-ip4-config-get-routes"></a><h3>nm_ip4_config_get_routes ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip4_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip4_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p> Gets the routes. </p> @@ -279,7 +298,7 @@ Gets the routes. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Route</span>s. This is the +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP4Route</span>s. This is the internal copy used by the configuration, and must not be modified. </td> </tr> @@ -289,7 +308,7 @@ internal copy used by the configuration, and must not be modified. <hr> <div class="refsect2" title="nm_ip4_config_get_wins_servers ()"> <a name="nm-ip4-config-get-wins-servers"></a><h3>nm_ip4_config_get_wins_servers ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * nm_ip4_config_get_wins_servers (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="returnvalue">GArray</span></a> * nm_ip4_config_get_wins_servers (<em class="parameter"><code><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> *config</code></em>);</pre> <p> Gets the Windows Internet Name Service servers (WINS). </p> @@ -303,7 +322,7 @@ Gets the Windows Internet Name Service servers (WINS). </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>s. This is the internal copy used by the +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>s. This is the internal copy used by the configuration and must not be modified. </td> </tr> @@ -315,9 +334,9 @@ configuration and must not be modified. <a name="NMIP4Config.property-details"></a><h2>Property Details</h2> <div class="refsect2" title='The "addresses" property'> <a name="NMIP4Config--addresses"></a><h3>The <code class="literal">"addresses"</code> property</h3> -<pre class="programlisting"> "addresses" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read</pre> +<pre class="programlisting"> "addresses" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Address</span>es of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Address</span>es of the configuration. </p> </div> <hr> @@ -325,13 +344,13 @@ The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><s <a name="NMIP4Config--domains"></a><h3>The <code class="literal">"domains"</code> property</h3> <pre class="programlisting"> "domains" <span class="type">nm-string-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domain strings of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domain strings of the configuration. </p> </div> <hr> <div class="refsect2" title='The "hostname" property'> <a name="NMIP4Config--hostname"></a><h3>The <code class="literal">"hostname"</code> property</h3> -<pre class="programlisting"> "hostname" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> +<pre class="programlisting"> "hostname" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> <p> DEPRECATED. Don't use. </p> @@ -342,15 +361,15 @@ DEPRECATED. Don't use. <a name="NMIP4Config--nameservers"></a><h3>The <code class="literal">"nameservers"</code> property</h3> <pre class="programlisting"> "nameservers" <span class="type">nm-uint-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing name servers (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>es) of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing name servers (<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>es) of the configuration. </p> </div> <hr> <div class="refsect2" title='The "routes" property'> <a name="NMIP4Config--routes"></a><h3>The <code class="literal">"routes"</code> property</h3> -<pre class="programlisting"> "routes" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read</pre> +<pre class="programlisting"> "routes" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Route</span>s of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <span class="type">NMSettingIP4Route</span>s of the configuration. </p> </div> <hr> @@ -358,13 +377,13 @@ The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><s <a name="NMIP4Config--wins-servers"></a><h3>The <code class="literal">"wins-servers"</code> property</h3> <pre class="programlisting"> "wins-servers" <span class="type">nm-uint-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing WINS servers (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>es) of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> containing WINS servers (<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><code class="literal">guint32</code></a>es) of the configuration. </p> </div> </div> </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMIP6Config.html b/docs/libnm-glib/html/NMIP6Config.html index 738699ba..d156ff91 100644 --- a/docs/libnm-glib/html/NMIP6Config.html +++ b/docs/libnm-glib/html/NMIP6Config.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMIP6Config</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMIP4Config.html" title="NMIP4Config"> <link rel="next" href="NMDHCP4Config.html" title="NMDHCP4Config"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -42,23 +42,24 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMIP6Config.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMIP6Config.html#NMIP6Config-struct" title="NMIP6Config">NMIP6Config</a>; + <a class="link" href="NMIP6Config.html#NMIP6ConfigClass" title="NMIP6ConfigClass">NMIP6ConfigClass</a>; #define <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES:CAPS" title="NM_IP6_CONFIG_ADDRESSES">NM_IP6_CONFIG_ADDRESSES</a> #define <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS:CAPS" title="NM_IP6_CONFIG_NAMESERVERS">NM_IP6_CONFIG_NAMESERVERS</a> #define <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-DOMAINS:CAPS" title="NM_IP6_CONFIG_DOMAINS">NM_IP6_CONFIG_DOMAINS</a> #define <a class="link" href="NMIP6Config.html#NM-IP6-CONFIG-ROUTES:CAPS" title="NM_IP6_CONFIG_ROUTES">NM_IP6_CONFIG_ROUTES</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-new" title="nm_ip6_config_new ()">nm_ip6_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-new" title="nm_ip6_config_new ()">nm_ip6_config_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-addresses" title="nm_ip6_config_get_addresses ()">nm_ip6_config_get_addresses</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-nameservers" title="nm_ip6_config_get_nameservers ()">nm_ip6_config_get_nameservers</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-domains" title="nm_ip6_config_get_domains ()">nm_ip6_config_get_domains</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-routes" title="nm_ip6_config_get_routes ()">nm_ip6_config_get_routes</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-addresses" title="nm_ip6_config_get_addresses ()">nm_ip6_config_get_addresses</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-nameservers" title="nm_ip6_config_get_nameservers ()">nm_ip6_config_get_nameservers</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-domains" title="nm_ip6_config_get_domains ()">nm_ip6_config_get_domains</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); +const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="NMIP6Config.html#nm-ip6-config-get-routes" title="nm_ip6_config_get_routes ()">nm_ip6_config_get_routes</a> (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>); </pre> </div> <div class="refsect1" title="Object Hierarchy"> <a name="NMIP6Config.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> +----NMIP6Config </pre> </div> @@ -85,6 +86,24 @@ const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList </p> </div> <hr> +<div class="refsect2" title="NMIP6ConfigClass"> +<a name="NMIP6ConfigClass"></a><h3>NMIP6ConfigClass</h3> +<pre class="programlisting">typedef struct { + NMObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMIP6ConfigClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="NM_IP6_CONFIG_ADDRESSES"> <a name="NM-IP6-CONFIG-ADDRESSES:CAPS"></a><h3>NM_IP6_CONFIG_ADDRESSES</h3> <pre class="programlisting">#define NM_IP6_CONFIG_ADDRESSES "addresses" @@ -119,7 +138,7 @@ const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList <hr> <div class="refsect2" title="nm_ip6_config_new ()"> <a name="nm-ip6-config-new"></a><h3>nm_ip6_config_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_ip6_config_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> <p> Creates a new <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>. @@ -148,7 +167,7 @@ Creates a new <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span <hr> <div class="refsect2" title="nm_ip6_config_get_addresses ()"> <a name="nm-ip6-config-get-addresses"></a><h3>nm_ip6_config_get_addresses ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip6_config_get_addresses (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p> Gets the IP6 addresses (containing the address, prefix, and gateway). </p> @@ -162,7 +181,7 @@ Gets the IP6 addresses (containing the address, prefix, and gateway). </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Address</span>es. This is the internal copy +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Address</span>es. This is the internal copy used by the configuration and must not be modified. </td> </tr> @@ -172,7 +191,7 @@ used by the configuration and must not be modified. <hr> <div class="refsect2" title="nm_ip6_config_get_nameservers ()"> <a name="nm-ip6-config-get-nameservers"></a><h3>nm_ip6_config_get_nameservers ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip6_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip6_config_get_nameservers (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p> Gets the domain name servers (DNS). </p> @@ -186,7 +205,7 @@ Gets the domain name servers (DNS). </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing elements of type 'struct in6_addr' which contain +<td> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing elements of type 'struct in6_addr' which contain the addresses of nameservers of the configuration. This is the internal copy used by the configuration and must not be modified. </td> @@ -197,7 +216,7 @@ used by the configuration and must not be modified. <hr> <div class="refsect2" title="nm_ip6_config_get_domains ()"> <a name="nm-ip6-config-get-domains"></a><h3>nm_ip6_config_get_domains ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_ip6_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_ip6_config_get_domains (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p> Gets the domain names. </p> @@ -211,7 +230,7 @@ Gets the domain names. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domains as strings. This is the +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domains as strings. This is the internal copy used by the configuration, and must not be modified. </td> </tr> @@ -221,7 +240,7 @@ internal copy used by the configuration, and must not be modified. <hr> <div class="refsect2" title="nm_ip6_config_get_routes ()"> <a name="nm-ip6-config-get-routes"></a><h3>nm_ip6_config_get_routes ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> +<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_ip6_config_get_routes (<em class="parameter"><code><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> *config</code></em>);</pre> <p> Gets the routes. </p> @@ -235,7 +254,7 @@ Gets the routes. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Route</span>s. This is the +<td> the <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <span class="type">NMSettingIP6Route</span>s. This is the internal copy used by the configuration, and must not be modified. </td> </tr> @@ -249,8 +268,8 @@ internal copy used by the configuration, and must not be modified. <a name="NMIP6Config--addresses"></a><h3>The <code class="literal">"addresses"</code> property</h3> <pre class="programlisting"> "addresses" <span class="type">nm-ip6-address-object-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the IPv6 addresses; use -<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"><code class="function">nm_utils_ip6_addresses_from_gvalue()</code></a> to return a <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the IPv6 addresses; use +<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-addresses-from-gvalue"><code class="function">nm_utils_ip6_addresses_from_gvalue()</code></a> to return a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data. </p> </div> @@ -259,7 +278,7 @@ The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><s <a name="NMIP6Config--domains"></a><h3>The <code class="literal">"domains"</code> property</h3> <pre class="programlisting"> "domains" <span class="type">nm-string-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domain strings of the configuration. +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing domain strings of the configuration. </p> </div> <hr> @@ -267,7 +286,7 @@ The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><s <a name="NMIP6Config--nameservers"></a><h3>The <code class="literal">"nameservers"</code> property</h3> <pre class="programlisting"> "nameservers" <span class="type">nm-ip6-address-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing elements of type 'struct ip6_addr' which +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing elements of type 'struct ip6_addr' which contain the addresses of nameservers of the configuration. </p> </div> @@ -276,8 +295,8 @@ contain the addresses of nameservers of the configuration. <a name="NMIP6Config--routes"></a><h3>The <code class="literal">"routes"</code> property</h3> <pre class="programlisting"> "routes" <span class="type">nm-ip6-route-object-array*</span> : Read</pre> <p> -The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the IPv6 routes; use -<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"><code class="function">nm_utils_ip6_routes_from_gvalue()</code></a> to return a <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of +The <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing the IPv6 routes; use +<a href="/usr/share/gtk-doc/html/libnm-util/libnm-util-nm-utils.html#nm-utils-ip6-routes-from-gvalue"><code class="function">nm_utils_ip6_routes_from_gvalue()</code></a> to return a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <span class="type">NMSettingIP6Address</span> objects that is more usable than the raw data. </p> </div> @@ -285,6 +304,6 @@ The <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><s </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-object.html b/docs/libnm-glib/html/NMObject.html index 1a511d0b..4cabb746 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-object.html +++ b/docs/libnm-glib/html/NMObject.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMObject</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="libnm-glib-NMExportedConnection.html" title="NMExportedConnection"> <link rel="next" href="libnm-glib-NMRemoteConnection.html" title="NMRemoteConnection"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -21,62 +21,63 @@ <td><a accesskey="n" href="libnm-glib-NMRemoteConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-object.synopsis" class="shortcut">Top</a> +<a href="#NMObject.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-object.description" class="shortcut">Description</a> + <a href="#NMObject.description" class="shortcut">Description</a> | - <a href="#libnm-glib-nm-object.object-hierarchy" class="shortcut">Object Hierarchy</a> + <a href="#NMObject.object-hierarchy" class="shortcut">Object Hierarchy</a> | - <a href="#libnm-glib-nm-object.properties" class="shortcut">Properties</a> + <a href="#NMObject.properties" class="shortcut">Properties</a> </td></tr> </table> <div class="refentry" title="NMObject"> -<a name="libnm-glib-nm-object"></a><div class="titlepage"></div> +<a name="NMObject"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-object.top_of_page"></a>NMObject</span></h2> +<h2><span class="refentrytitle"><a name="NMObject.top_of_page"></a>NMObject</span></h2> <p>NMObject</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-object.synopsis"></a><h2>Synopsis</h2> -<a name="NMObject"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-object.html#NM-OBJECT-DBUS-CONNECTION:CAPS" title="NM_OBJECT_DBUS_CONNECTION">NM_OBJECT_DBUS_CONNECTION</a> -#define <a class="link" href="libnm-glib-nm-object.html#NM-OBJECT-DBUS-PATH:CAPS" title="NM_OBJECT_DBUS_PATH">NM_OBJECT_DBUS_PATH</a> - <a class="link" href="libnm-glib-nm-object.html#NMObject-struct" title="NMObject">NMObject</a>; -<a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * <a class="link" href="libnm-glib-nm-object.html#nm-object-get-connection" title="nm_object_get_connection ()">nm_object_get_connection</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a> *object</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-object.html#nm-object-get-path" title="nm_object_get_path ()">nm_object_get_path</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a> *object</code></em>); +<a name="NMObject.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS" title="NM_OBJECT_DBUS_CONNECTION">NM_OBJECT_DBUS_CONNECTION</a> +#define <a class="link" href="NMObject.html#NM-OBJECT-DBUS-PATH:CAPS" title="NM_OBJECT_DBUS_PATH">NM_OBJECT_DBUS_PATH</a> + <a class="link" href="NMObject.html#NMObject-struct" title="NMObject">NMObject</a>; + <a class="link" href="NMObject.html#NMObjectClass" title="NMObjectClass">NMObjectClass</a>; +<a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * <a class="link" href="NMObject.html#nm-object-get-connection" title="nm_object_get_connection ()">nm_object_get_connection</a> (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="NMObject.html#nm-object-get-path" title="nm_object_get_path ()">nm_object_get_path</a> (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>); </pre> </div> <div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-object.object-hierarchy"></a><h2>Object Hierarchy</h2> +<a name="NMObject.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> +----NMObject - +----<a class="link" href="libnm-glib-nm-client.html#NMClient">NMClient</a> - +----<a class="link" href="libnm-glib-nm-device.html#NMDevice">NMDevice</a> - +----<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint">NMAccessPoint</a> + +----<a class="link" href="NMClient.html" title="NMClient">NMClient</a> + +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> + +----<a class="link" href="NMAccessPoint.html" title="NMAccessPoint">NMAccessPoint</a> +----<a class="link" href="NMIP4Config.html" title="NMIP4Config">NMIP4Config</a> - +----<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection">NMActiveConnection</a> + +----<a class="link" href="NMActiveConnection.html" title="NMActiveConnection">NMActiveConnection</a> +----<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config">NMDHCP4Config</a> +----<a class="link" href="NMIP6Config.html" title="NMIP6Config">NMIP6Config</a> +----<a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config">NMDHCP6Config</a> </pre> </div> <div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-object.properties"></a><h2>Properties</h2> +<a name="NMObject.properties"></a><h2>Properties</h2> <pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-object.html#NMObject--dbus-connection" title='The "dbus-connection" property'>dbus-connection</a>" <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>* : Read / Write / Construct Only - "<a class="link" href="libnm-glib-nm-object.html#NMObject--dbus-path" title='The "dbus-path" property'>dbus-path</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only + "<a class="link" href="NMObject.html#NMObject--dbus-connection" title='The "dbus-connection" property'>dbus-connection</a>" <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>* : Read / Write / Construct Only + "<a class="link" href="NMObject.html#NMObject--dbus-path" title='The "dbus-path" property'>dbus-path</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-object.description"></a><h2>Description</h2> +<a name="NMObject.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-object.details"></a><h2>Details</h2> +<a name="NMObject.details"></a><h2>Details</h2> <div class="refsect2" title="NM_OBJECT_DBUS_CONNECTION"> <a name="NM-OBJECT-DBUS-CONNECTION:CAPS"></a><h3>NM_OBJECT_DBUS_CONNECTION</h3> <pre class="programlisting">#define NM_OBJECT_DBUS_CONNECTION "dbus-connection" @@ -100,18 +101,36 @@ const <span class="returnvalue">char</span> * <a class="link" href="libnm </p> </div> <hr> +<div class="refsect2" title="NMObjectClass"> +<a name="NMObjectClass"></a><h3>NMObjectClass</h3> +<pre class="programlisting">typedef struct { + GObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMObjectClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_object_get_connection ()"> <a name="nm-object-get-connection"></a><h3>nm_object_get_connection ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * nm_object_get_connection (<em class="parameter"><code><a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * nm_object_get_connection (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> <p> -Gets the <a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a>'s DBusGConnection. +Gets the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>'s DBusGConnection. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a> +<td>a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> </td> </tr> <tr> @@ -125,16 +144,16 @@ Gets the <a class="link" href="libnm-glib-nm-object.html#NMObject"><span class=" <hr> <div class="refsect2" title="nm_object_get_path ()"> <a name="nm-object-get-path"></a><h3>nm_object_get_path ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_object_get_path (<em class="parameter"><code><a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_object_get_path (<em class="parameter"><code><a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> *object</code></em>);</pre> <p> -Gets the DBus path of the <a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a>. +Gets the DBus path of the <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-object.html#NMObject"><span class="type">NMObject</span></a> +<td>a <a class="link" href="NMObject.html" title="NMObject"><span class="type">NMObject</span></a> </td> </tr> <tr> @@ -148,7 +167,7 @@ device, and must not be modified. </div> </div> <div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-object.property-details"></a><h2>Property Details</h2> +<a name="NMObject.property-details"></a><h2>Property Details</h2> <div class="refsect2" title='The "dbus-connection" property'> <a name="NMObject--dbus-connection"></a><h3>The <code class="literal">"dbus-connection"</code> property</h3> <pre class="programlisting"> "dbus-connection" <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a>* : Read / Write / Construct Only</pre> @@ -157,7 +176,7 @@ device, and must not be modified. <hr> <div class="refsect2" title='The "dbus-path" property'> <a name="NMObject--dbus-path"></a><h3>The <code class="literal">"dbus-path"</code> property</h3> -<pre class="programlisting"> "dbus-path" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> +<pre class="programlisting"> "dbus-path" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre> <p>DBus Object Path.</p> <p>Default value: NULL</p> </div> @@ -165,6 +184,6 @@ device, and must not be modified. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/NMSerialDevice.html b/docs/libnm-glib/html/NMSerialDevice.html index a4354823..1e2202d2 100644 --- a/docs/libnm-glib/html/NMSerialDevice.html +++ b/docs/libnm-glib/html/NMSerialDevice.html @@ -3,18 +3,18 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMSerialDevice</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-device-wifi.html" title="NMDeviceWifi"> +<link rel="prev" href="NMDeviceWifi.html" title="NMDeviceWifi"> <link rel="next" href="NMGsmDevice.html" title="NMGsmDevice"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-device-wifi.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="NMDeviceWifi.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> @@ -42,16 +42,17 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="NMSerialDevice.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="NMSerialDevice.html#NMSerialDevice-struct" title="NMSerialDevice">NMSerialDevice</a>; -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-received" title="nm_serial_device_get_bytes_received ()">nm_serial_device_get_bytes_received</a> (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-sent" title="nm_serial_device_get_bytes_sent ()">nm_serial_device_get_bytes_sent</a> (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>); + <a class="link" href="NMSerialDevice.html#NMSerialDeviceClass" title="NMSerialDeviceClass">NMSerialDeviceClass</a>; +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-received" title="nm_serial_device_get_bytes_received ()">nm_serial_device_get_bytes_received</a> (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="NMSerialDevice.html#nm-serial-device-get-bytes-sent" title="nm_serial_device_get_bytes_sent ()">nm_serial_device_get_bytes_sent</a> (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>); </pre> </div> <div class="refsect1" title="Object Hierarchy"> <a name="NMSerialDevice.object-hierarchy"></a><h2>Object Hierarchy</h2> <pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----<a class="link" href="libnm-glib-nm-device.html#NMDevice">NMDevice</a> + <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a> + +----<a class="link" href="NMObject.html" title="NMObject">NMObject</a> + +----<a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> +----NMSerialDevice +----<a class="link" href="NMGsmDevice.html" title="NMGsmDevice">NMGsmDevice</a> +----<a class="link" href="NMCdmaDevice.html" title="NMCdmaDevice">NMCdmaDevice</a> @@ -77,9 +78,30 @@ </p> </div> <hr> +<div class="refsect2" title="NMSerialDeviceClass"> +<a name="NMSerialDeviceClass"></a><h3>NMSerialDeviceClass</h3> +<pre class="programlisting">typedef struct { + NMDeviceClass parent; + + /* Signals */ + void (*ppp_stats) (NMSerialDevice *self, guint32 in_bytes, guint32 out_bytes); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMSerialDeviceClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_serial_device_get_bytes_received ()"> <a name="nm-serial-device-get-bytes-received"></a><h3>nm_serial_device_get_bytes_received ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_serial_device_get_bytes_received (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_serial_device_get_bytes_received (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);</pre> <p> Gets the amount of bytes received by the serial device. This counter is reset when the device is activated. @@ -103,7 +125,7 @@ This counter is reset when the device is activated. <hr> <div class="refsect2" title="nm_serial_device_get_bytes_sent ()"> <a name="nm-serial-device-get-bytes-sent"></a><h3>nm_serial_device_get_bytes_sent ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_serial_device_get_bytes_sent (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_serial_device_get_bytes_sent (<em class="parameter"><code><a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *self</code></em>);</pre> <p> Gets the amount of bytes sent by the serial device. This counter is reset when the device is activated. @@ -130,11 +152,11 @@ This counter is reset when the device is activated. <div class="refsect2" title='The "ppp-stats" signal'> <a name="NMSerialDevice-ppp-stats"></a><h3>The <code class="literal">"ppp-stats"</code> signal</h3> <pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="NMSerialDevice.html" title="NMSerialDevice"><span class="type">NMSerialDevice</span></a> *device, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> in_bytes, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> out_bytes, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> in_bytes, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> out_bytes, + <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> <p> -Notifies that a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device. +Notifies that a <a class="link" href="NMAccessPoint.html" title="NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> @@ -165,6 +187,6 @@ Notifies that a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPo </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/ch01.html b/docs/libnm-glib/html/ch01.html index c795714a..ffab2062 100644 --- a/docs/libnm-glib/html/ch01.html +++ b/docs/libnm-glib/html/ch01.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>libnm-glib Objects</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="index.html" title="libnm-glib Reference Manual"> <link rel="prev" href="index.html" title="libnm-glib Reference Manual"> -<link rel="next" href="libnm-glib-nm-client.html" title="NMClient"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="next" href="NMClient.html" title="NMClient"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -17,26 +17,26 @@ <td> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-client.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="NMClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="chapter" title="libnm-glib Objects"> <div class="titlepage"><div><div><h2 class="title"> -<a name="id387131"></a>libnm-glib Objects</h2></div></div></div> +<a name="id470591"></a>libnm-glib Objects</h2></div></div></div> <div class="toc"><dl> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-client.html">NMClient</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMClient.html">NMClient</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-active-connection.html">NMActiveConnection</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMActiveConnection.html">NMActiveConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device.html">NMDevice</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMDevice.html">NMDevice</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device-ethernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMDeviceEthernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device-wifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMDeviceWifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="NMSerialDevice.html">NMSerialDevice</a></span><span class="refpurpose"></span> @@ -48,10 +48,10 @@ <span class="refentrytitle"><a href="NMCdmaDevice.html">NMCdmaDevice</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device-bt.html">NMDeviceBt</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMDeviceBt.html">NMDeviceBt</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-access-point.html">NMAccessPoint</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMAccessPoint.html">NMAccessPoint</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="NMIP4Config.html">NMIP4Config</a></span><span class="refpurpose"></span> @@ -69,45 +69,45 @@ <span class="refentrytitle"><a href="libnm-glib-NMExportedConnection.html">NMExportedConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-object.html">NMObject</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMObject.html">NMObject</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="libnm-glib-NMRemoteConnection.html">NMRemoteConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-remote-settings.html">NMRemoteSettings</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMRemoteSettings.html">NMRemoteSettings</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="libnm-glib-NMRemoteSettingsSystem.html">NMRemoteSettingsSystem</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-connection-interface.html">nm-settings-connection-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettingsConnection.html">nm-settings-connection-interface</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-interface.html">nm-settings-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettings.html">nm-settings-interface</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-service.html">NMSettingsService</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettingsService.html">NMSettingsService</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-system-interface.html">nm-settings-system-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettingsSystem.html">nm-settings-system-interface</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="libnm-glib-nm-types.html">nm-types</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-vpn-connection.html">NMVPNConnection</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMVPNConnection.html">NMVPNConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-vpn-plugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMVPNPlugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-vpn-plugin-ui-interface.html">nm-vpn-plugin-ui-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMVpnPluginUi.html">nm-vpn-plugin-ui-interface</a></span><span class="refpurpose"></span> </dt> </dl></div> </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/index.html b/docs/libnm-glib/html/index.html index 5ff93e32..a8362fcc 100644 --- a/docs/libnm-glib/html/index.html +++ b/docs/libnm-glib/html/index.html @@ -3,10 +3,10 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>libnm-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="next" href="ch01.html" title="libnm-glib Objects"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -26,19 +26,19 @@ <dt><span class="chapter"><a href="ch01.html">libnm-glib Objects</a></span></dt> <dd><dl> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-client.html">NMClient</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMClient.html">NMClient</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-active-connection.html">NMActiveConnection</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMActiveConnection.html">NMActiveConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device.html">NMDevice</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMDevice.html">NMDevice</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device-ethernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMDeviceEthernet.html">NMDeviceEthernet</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device-wifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMDeviceWifi.html">NMDeviceWifi</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="NMSerialDevice.html">NMSerialDevice</a></span><span class="refpurpose"></span> @@ -50,10 +50,10 @@ <span class="refentrytitle"><a href="NMCdmaDevice.html">NMCdmaDevice</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-device-bt.html">NMDeviceBt</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMDeviceBt.html">NMDeviceBt</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-access-point.html">NMAccessPoint</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMAccessPoint.html">NMAccessPoint</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="NMIP4Config.html">NMIP4Config</a></span><span class="refpurpose"></span> @@ -71,46 +71,46 @@ <span class="refentrytitle"><a href="libnm-glib-NMExportedConnection.html">NMExportedConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-object.html">NMObject</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="NMObject.html">NMObject</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="libnm-glib-NMRemoteConnection.html">NMRemoteConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-remote-settings.html">NMRemoteSettings</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMRemoteSettings.html">NMRemoteSettings</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="libnm-glib-NMRemoteSettingsSystem.html">NMRemoteSettingsSystem</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-connection-interface.html">nm-settings-connection-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettingsConnection.html">nm-settings-connection-interface</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-interface.html">nm-settings-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettings.html">nm-settings-interface</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-service.html">NMSettingsService</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettingsService.html">NMSettingsService</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-settings-system-interface.html">nm-settings-system-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMSettingsSystem.html">nm-settings-system-interface</a></span><span class="refpurpose"></span> </dt> <dt> <span class="refentrytitle"><a href="libnm-glib-nm-types.html">nm-types</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-vpn-connection.html">NMVPNConnection</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMVPNConnection.html">NMVPNConnection</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-vpn-plugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMVPNPlugin.html">NMVPNPlugin</a></span><span class="refpurpose"></span> </dt> <dt> -<span class="refentrytitle"><a href="libnm-glib-nm-vpn-plugin-ui-interface.html">nm-vpn-plugin-ui-interface</a></span><span class="refpurpose"></span> +<span class="refentrytitle"><a href="libnm-glib-NMVpnPluginUi.html">nm-vpn-plugin-ui-interface</a></span><span class="refpurpose"></span> </dt> </dl></dd> </dl></div> </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/index.sgml b/docs/libnm-glib/html/index.sgml index 810b8b0e..0b929b1c 100644 --- a/docs/libnm-glib/html/index.sgml +++ b/docs/libnm-glib/html/index.sgml @@ -1,180 +1,199 @@ -<ANCHOR id="libnm-glib-nm-client" href="libnm-glib/libnm-glib-nm-client.html"> -<ANCHOR id="libnm-glib-nm-client.synopsis" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.synopsis"> -<ANCHOR id="NMClient" href="libnm-glib/libnm-glib-nm-client.html#NMClient"> -<ANCHOR id="libnm-glib-nm-client.object-hierarchy" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-client.properties" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.properties"> -<ANCHOR id="libnm-glib-nm-client.signals" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.signals"> -<ANCHOR id="libnm-glib-nm-client.description" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.description"> -<ANCHOR id="libnm-glib-nm-client.details" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.details"> -<ANCHOR id="NM-CLIENT-STATE:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-STATE:CAPS"> -<ANCHOR id="NM-CLIENT-MANAGER-RUNNING:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-MANAGER-RUNNING:CAPS"> -<ANCHOR id="NM-CLIENT-WIRELESS-ENABLED:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WWAN-ENABLED:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-WWAN-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"> -<ANCHOR id="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" href="libnm-glib/libnm-glib-nm-client.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"> -<ANCHOR id="NMClient-struct" href="libnm-glib/libnm-glib-nm-client.html#NMClient-struct"> -<ANCHOR id="nm-client-new" href="libnm-glib/libnm-glib-nm-client.html#nm-client-new"> -<ANCHOR id="nm-client-get-devices" href="libnm-glib/libnm-glib-nm-client.html#nm-client-get-devices"> -<ANCHOR id="nm-client-get-device-by-path" href="libnm-glib/libnm-glib-nm-client.html#nm-client-get-device-by-path"> -<ANCHOR id="NMClientActivateDeviceFn" href="libnm-glib/libnm-glib-nm-client.html#NMClientActivateDeviceFn"> -<ANCHOR id="nm-client-activate-connection" href="libnm-glib/libnm-glib-nm-client.html#nm-client-activate-connection"> -<ANCHOR id="nm-client-deactivate-connection" href="libnm-glib/libnm-glib-nm-client.html#nm-client-deactivate-connection"> -<ANCHOR id="nm-client-wireless-get-enabled" href="libnm-glib/libnm-glib-nm-client.html#nm-client-wireless-get-enabled"> -<ANCHOR id="nm-client-wireless-set-enabled" href="libnm-glib/libnm-glib-nm-client.html#nm-client-wireless-set-enabled"> -<ANCHOR id="nm-client-wireless-hardware-get-enabled" href="libnm-glib/libnm-glib-nm-client.html#nm-client-wireless-hardware-get-enabled"> -<ANCHOR id="nm-client-wwan-get-enabled" href="libnm-glib/libnm-glib-nm-client.html#nm-client-wwan-get-enabled"> -<ANCHOR id="nm-client-wwan-set-enabled" href="libnm-glib/libnm-glib-nm-client.html#nm-client-wwan-set-enabled"> -<ANCHOR id="nm-client-wwan-hardware-get-enabled" href="libnm-glib/libnm-glib-nm-client.html#nm-client-wwan-hardware-get-enabled"> -<ANCHOR id="nm-client-get-state" href="libnm-glib/libnm-glib-nm-client.html#nm-client-get-state"> -<ANCHOR id="nm-client-get-manager-running" href="libnm-glib/libnm-glib-nm-client.html#nm-client-get-manager-running"> -<ANCHOR id="nm-client-get-active-connections" href="libnm-glib/libnm-glib-nm-client.html#nm-client-get-active-connections"> -<ANCHOR id="nm-client-sleep" href="libnm-glib/libnm-glib-nm-client.html#nm-client-sleep"> -<ANCHOR id="libnm-glib-nm-client.property-details" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.property-details"> -<ANCHOR id="NMClient--active-connections" href="libnm-glib/libnm-glib-nm-client.html#NMClient--active-connections"> -<ANCHOR id="NMClient--manager-running" href="libnm-glib/libnm-glib-nm-client.html#NMClient--manager-running"> -<ANCHOR id="NMClient--networking-enabled" href="libnm-glib/libnm-glib-nm-client.html#NMClient--networking-enabled"> -<ANCHOR id="NMClient--state" href="libnm-glib/libnm-glib-nm-client.html#NMClient--state"> -<ANCHOR id="NMClient--wireless-enabled" href="libnm-glib/libnm-glib-nm-client.html#NMClient--wireless-enabled"> -<ANCHOR id="NMClient--wireless-hardware-enabled" href="libnm-glib/libnm-glib-nm-client.html#NMClient--wireless-hardware-enabled"> -<ANCHOR id="NMClient--wwan-enabled" href="libnm-glib/libnm-glib-nm-client.html#NMClient--wwan-enabled"> -<ANCHOR id="NMClient--wwan-hardware-enabled" href="libnm-glib/libnm-glib-nm-client.html#NMClient--wwan-hardware-enabled"> -<ANCHOR id="libnm-glib-nm-client.signal-details" href="libnm-glib/libnm-glib-nm-client.html#libnm-glib-nm-client.signal-details"> -<ANCHOR id="NMClient-device-added" href="libnm-glib/libnm-glib-nm-client.html#NMClient-device-added"> -<ANCHOR id="NMClient-device-removed" href="libnm-glib/libnm-glib-nm-client.html#NMClient-device-removed"> -<ANCHOR id="libnm-glib-nm-active-connection" href="libnm-glib/libnm-glib-nm-active-connection.html"> -<ANCHOR id="libnm-glib-nm-active-connection.synopsis" href="libnm-glib/libnm-glib-nm-active-connection.html#libnm-glib-nm-active-connection.synopsis"> -<ANCHOR id="NMActiveConnection" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection"> -<ANCHOR id="libnm-glib-nm-active-connection.object-hierarchy" href="libnm-glib/libnm-glib-nm-active-connection.html#libnm-glib-nm-active-connection.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-active-connection.properties" href="libnm-glib/libnm-glib-nm-active-connection.html#libnm-glib-nm-active-connection.properties"> -<ANCHOR id="libnm-glib-nm-active-connection.description" href="libnm-glib/libnm-glib-nm-active-connection.html#libnm-glib-nm-active-connection.description"> -<ANCHOR id="libnm-glib-nm-active-connection.details" href="libnm-glib/libnm-glib-nm-active-connection.html#libnm-glib-nm-active-connection.details"> -<ANCHOR id="NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-CONNECTION:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEVICES:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-STATE:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"> -<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" href="libnm-glib/libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"> -<ANCHOR id="NMActiveConnection-struct" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection-struct"> -<ANCHOR id="nm-active-connection-new" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-new"> -<ANCHOR id="nm-active-connection-get-service-name" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-service-name"> -<ANCHOR id="nm-active-connection-get-scope" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-scope"> -<ANCHOR id="nm-active-connection-get-connection" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-connection"> -<ANCHOR id="nm-active-connection-get-specific-object" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-specific-object"> -<ANCHOR id="nm-active-connection-get-devices" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-devices"> -<ANCHOR id="nm-active-connection-get-state" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-state"> -<ANCHOR id="nm-active-connection-get-default" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-default"> -<ANCHOR id="nm-active-connection-get-default6" href="libnm-glib/libnm-glib-nm-active-connection.html#nm-active-connection-get-default6"> -<ANCHOR id="libnm-glib-nm-active-connection.property-details" href="libnm-glib/libnm-glib-nm-active-connection.html#libnm-glib-nm-active-connection.property-details"> -<ANCHOR id="NMActiveConnection--connection" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--connection"> -<ANCHOR id="NMActiveConnection--default" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--default"> -<ANCHOR id="NMActiveConnection--default6" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--default6"> -<ANCHOR id="NMActiveConnection--devices" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--devices"> -<ANCHOR id="NMActiveConnection--service-name" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--service-name"> -<ANCHOR id="NMActiveConnection--specific-object" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--specific-object"> -<ANCHOR id="NMActiveConnection--state" href="libnm-glib/libnm-glib-nm-active-connection.html#NMActiveConnection--state"> -<ANCHOR id="libnm-glib-nm-device" href="libnm-glib/libnm-glib-nm-device.html"> -<ANCHOR id="libnm-glib-nm-device.synopsis" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.synopsis"> -<ANCHOR id="NMDevice" href="libnm-glib/libnm-glib-nm-device.html#NMDevice"> -<ANCHOR id="libnm-glib-nm-device.object-hierarchy" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-device.properties" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.properties"> -<ANCHOR id="libnm-glib-nm-device.signals" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.signals"> -<ANCHOR id="libnm-glib-nm-device.description" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.description"> -<ANCHOR id="libnm-glib-nm-device.details" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.details"> -<ANCHOR id="NM-DEVICE-UDI:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-UDI:CAPS"> -<ANCHOR id="NM-DEVICE-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-INTERFACE:CAPS"> -<ANCHOR id="NM-DEVICE-DRIVER:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-DRIVER:CAPS"> -<ANCHOR id="NM-DEVICE-CAPABILITIES:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-CAPABILITIES:CAPS"> -<ANCHOR id="NM-DEVICE-MANAGED:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-MANAGED:CAPS"> -<ANCHOR id="NM-DEVICE-IP4-CONFIG:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-IP4-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-DHCP4-CONFIG:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-DHCP4-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-IP6-CONFIG:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-IP6-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-DHCP6-CONFIG:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-DHCP6-CONFIG:CAPS"> -<ANCHOR id="NM-DEVICE-STATE:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-STATE:CAPS"> -<ANCHOR id="NM-DEVICE-VENDOR:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-VENDOR:CAPS"> -<ANCHOR id="NM-DEVICE-PRODUCT:CAPS" href="libnm-glib/libnm-glib-nm-device.html#NM-DEVICE-PRODUCT:CAPS"> -<ANCHOR id="NMDevice-struct" href="libnm-glib/libnm-glib-nm-device.html#NMDevice-struct"> -<ANCHOR id="nm-device-new" href="libnm-glib/libnm-glib-nm-device.html#nm-device-new"> -<ANCHOR id="nm-device-get-iface" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-iface"> -<ANCHOR id="nm-device-get-udi" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-udi"> -<ANCHOR id="nm-device-get-driver" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-driver"> -<ANCHOR id="nm-device-get-capabilities" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-capabilities"> -<ANCHOR id="nm-device-get-managed" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-managed"> -<ANCHOR id="nm-device-get-ip4-config" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-ip4-config"> -<ANCHOR id="nm-device-get-dhcp4-config" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-dhcp4-config"> -<ANCHOR id="nm-device-get-ip6-config" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-ip6-config"> -<ANCHOR id="nm-device-get-dhcp6-config" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-dhcp6-config"> -<ANCHOR id="nm-device-get-state" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-state"> -<ANCHOR id="nm-device-get-product" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-product"> -<ANCHOR id="nm-device-get-vendor" href="libnm-glib/libnm-glib-nm-device.html#nm-device-get-vendor"> -<ANCHOR id="NMDeviceDeactivateFn" href="libnm-glib/libnm-glib-nm-device.html#NMDeviceDeactivateFn"> -<ANCHOR id="nm-device-disconnect" href="libnm-glib/libnm-glib-nm-device.html#nm-device-disconnect"> -<ANCHOR id="libnm-glib-nm-device.property-details" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.property-details"> -<ANCHOR id="NMDevice--capabilities" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--capabilities"> -<ANCHOR id="NMDevice--dhcp4-config" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--dhcp4-config"> -<ANCHOR id="NMDevice--dhcp6-config" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--dhcp6-config"> -<ANCHOR id="NMDevice--driver" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--driver"> -<ANCHOR id="NMDevice--interface" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--interface"> -<ANCHOR id="NMDevice--ip4-config" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--ip4-config"> -<ANCHOR id="NMDevice--ip6-config" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--ip6-config"> -<ANCHOR id="NMDevice--managed" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--managed"> -<ANCHOR id="NMDevice--product" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--product"> -<ANCHOR id="NMDevice--state" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--state"> -<ANCHOR id="NMDevice--udi" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--udi"> -<ANCHOR id="NMDevice--vendor" href="libnm-glib/libnm-glib-nm-device.html#NMDevice--vendor"> -<ANCHOR id="libnm-glib-nm-device.signal-details" href="libnm-glib/libnm-glib-nm-device.html#libnm-glib-nm-device.signal-details"> -<ANCHOR id="NMDevice-state-changed" href="libnm-glib/libnm-glib-nm-device.html#NMDevice-state-changed"> -<ANCHOR id="libnm-glib-nm-device-ethernet" href="libnm-glib/libnm-glib-nm-device-ethernet.html"> -<ANCHOR id="libnm-glib-nm-device-ethernet.synopsis" href="libnm-glib/libnm-glib-nm-device-ethernet.html#libnm-glib-nm-device-ethernet.synopsis"> -<ANCHOR id="NMDeviceEthernet" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"> -<ANCHOR id="libnm-glib-nm-device-ethernet.object-hierarchy" href="libnm-glib/libnm-glib-nm-device-ethernet.html#libnm-glib-nm-device-ethernet.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-device-ethernet.properties" href="libnm-glib/libnm-glib-nm-device-ethernet.html#libnm-glib-nm-device-ethernet.properties"> -<ANCHOR id="libnm-glib-nm-device-ethernet.description" href="libnm-glib/libnm-glib-nm-device-ethernet.html#libnm-glib-nm-device-ethernet.description"> -<ANCHOR id="libnm-glib-nm-device-ethernet.details" href="libnm-glib/libnm-glib-nm-device-ethernet.html#libnm-glib-nm-device-ethernet.details"> -<ANCHOR id="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-SPEED:CAPS" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"> -<ANCHOR id="NM-DEVICE-ETHERNET-CARRIER:CAPS" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"> -<ANCHOR id="NMDeviceEthernet-struct" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NMDeviceEthernet-struct"> -<ANCHOR id="nm-device-ethernet-new" href="libnm-glib/libnm-glib-nm-device-ethernet.html#nm-device-ethernet-new"> -<ANCHOR id="nm-device-ethernet-get-hw-address" href="libnm-glib/libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-hw-address"> -<ANCHOR id="nm-device-ethernet-get-speed" href="libnm-glib/libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-speed"> -<ANCHOR id="nm-device-ethernet-get-carrier" href="libnm-glib/libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-carrier"> -<ANCHOR id="libnm-glib-nm-device-ethernet.property-details" href="libnm-glib/libnm-glib-nm-device-ethernet.html#libnm-glib-nm-device-ethernet.property-details"> -<ANCHOR id="NMDeviceEthernet--carrier" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--carrier"> -<ANCHOR id="NMDeviceEthernet--hw-address" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--hw-address"> -<ANCHOR id="NMDeviceEthernet--speed" href="libnm-glib/libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--speed"> -<ANCHOR id="libnm-glib-nm-device-wifi" href="libnm-glib/libnm-glib-nm-device-wifi.html"> -<ANCHOR id="libnm-glib-nm-device-wifi.synopsis" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.synopsis"> -<ANCHOR id="NMDeviceWifi" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi"> -<ANCHOR id="libnm-glib-nm-device-wifi.object-hierarchy" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-device-wifi.properties" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.properties"> -<ANCHOR id="libnm-glib-nm-device-wifi.signals" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.signals"> -<ANCHOR id="libnm-glib-nm-device-wifi.description" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.description"> -<ANCHOR id="libnm-glib-nm-device-wifi.details" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.details"> -<ANCHOR id="NM-DEVICE-WIFI-HW-ADDRESS:CAPS" href="libnm-glib/libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-MODE:CAPS" href="libnm-glib/libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-MODE:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-BITRATE:CAPS" href="libnm-glib/libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" href="libnm-glib/libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"> -<ANCHOR id="NM-DEVICE-WIFI-CAPABILITIES:CAPS" href="libnm-glib/libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"> -<ANCHOR id="NMDeviceWifi-struct" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi-struct"> -<ANCHOR id="nm-device-wifi-new" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-new"> -<ANCHOR id="nm-device-wifi-get-hw-address" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-hw-address"> -<ANCHOR id="nm-device-wifi-get-mode" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-mode"> -<ANCHOR id="nm-device-wifi-get-bitrate" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-bitrate"> -<ANCHOR id="nm-device-wifi-get-capabilities" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-capabilities"> -<ANCHOR id="nm-device-wifi-get-active-access-point" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-active-access-point"> -<ANCHOR id="nm-device-wifi-get-access-point-by-path" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-point-by-path"> -<ANCHOR id="nm-device-wifi-get-access-points" href="libnm-glib/libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-points"> -<ANCHOR id="libnm-glib-nm-device-wifi.property-details" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.property-details"> -<ANCHOR id="NMDeviceWifi--active-access-point" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi--active-access-point"> -<ANCHOR id="NMDeviceWifi--bitrate" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi--bitrate"> -<ANCHOR id="NMDeviceWifi--hw-address" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi--hw-address"> -<ANCHOR id="NMDeviceWifi--mode" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi--mode"> -<ANCHOR id="NMDeviceWifi--wireless-capabilities" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi--wireless-capabilities"> -<ANCHOR id="libnm-glib-nm-device-wifi.signal-details" href="libnm-glib/libnm-glib-nm-device-wifi.html#libnm-glib-nm-device-wifi.signal-details"> -<ANCHOR id="NMDeviceWifi-access-point-added" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-added"> -<ANCHOR id="NMDeviceWifi-access-point-removed" href="libnm-glib/libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-removed"> +<ONLINE href="http://projects.gnome.org/NetworkManager/developers/libnm-glib/08/"> +<ANCHOR id="NMClient" href="libnm-glib/NMClient.html"> +<ANCHOR id="NMClient.synopsis" href="libnm-glib/NMClient.html#NMClient.synopsis"> +<ANCHOR id="NMClient.object-hierarchy" href="libnm-glib/NMClient.html#NMClient.object-hierarchy"> +<ANCHOR id="NMClient.properties" href="libnm-glib/NMClient.html#NMClient.properties"> +<ANCHOR id="NMClient.signals" href="libnm-glib/NMClient.html#NMClient.signals"> +<ANCHOR id="NMClient.description" href="libnm-glib/NMClient.html#NMClient.description"> +<ANCHOR id="NMClient.details" href="libnm-glib/NMClient.html#NMClient.details"> +<ANCHOR id="NM-CLIENT-STATE:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-STATE:CAPS"> +<ANCHOR id="NM-CLIENT-MANAGER-RUNNING:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-MANAGER-RUNNING:CAPS"> +<ANCHOR id="NM-CLIENT-NETWORKING-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS"> +<ANCHOR id="NM-CLIENT-WIRELESS-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"> +<ANCHOR id="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"> +<ANCHOR id="NM-CLIENT-WWAN-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS"> +<ANCHOR id="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"> +<ANCHOR id="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" href="libnm-glib/NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"> +<ANCHOR id="NMClientPermission" href="libnm-glib/NMClient.html#NMClientPermission"> +<ANCHOR id="NMClientPermissionResult" href="libnm-glib/NMClient.html#NMClientPermissionResult"> +<ANCHOR id="NMClient-struct" href="libnm-glib/NMClient.html#NMClient-struct"> +<ANCHOR id="NMClientClass" href="libnm-glib/NMClient.html#NMClientClass"> +<ANCHOR id="nm-client-new" href="libnm-glib/NMClient.html#nm-client-new"> +<ANCHOR id="nm-client-get-devices" href="libnm-glib/NMClient.html#nm-client-get-devices"> +<ANCHOR id="nm-client-get-device-by-path" href="libnm-glib/NMClient.html#nm-client-get-device-by-path"> +<ANCHOR id="NMClientActivateDeviceFn" href="libnm-glib/NMClient.html#NMClientActivateDeviceFn"> +<ANCHOR id="nm-client-activate-connection" href="libnm-glib/NMClient.html#nm-client-activate-connection"> +<ANCHOR id="nm-client-deactivate-connection" href="libnm-glib/NMClient.html#nm-client-deactivate-connection"> +<ANCHOR id="nm-client-networking-get-enabled" href="libnm-glib/NMClient.html#nm-client-networking-get-enabled"> +<ANCHOR id="nm-client-networking-set-enabled" href="libnm-glib/NMClient.html#nm-client-networking-set-enabled"> +<ANCHOR id="nm-client-wireless-get-enabled" href="libnm-glib/NMClient.html#nm-client-wireless-get-enabled"> +<ANCHOR id="nm-client-wireless-set-enabled" href="libnm-glib/NMClient.html#nm-client-wireless-set-enabled"> +<ANCHOR id="nm-client-wireless-hardware-get-enabled" href="libnm-glib/NMClient.html#nm-client-wireless-hardware-get-enabled"> +<ANCHOR id="nm-client-wwan-get-enabled" href="libnm-glib/NMClient.html#nm-client-wwan-get-enabled"> +<ANCHOR id="nm-client-wwan-set-enabled" href="libnm-glib/NMClient.html#nm-client-wwan-set-enabled"> +<ANCHOR id="nm-client-wwan-hardware-get-enabled" href="libnm-glib/NMClient.html#nm-client-wwan-hardware-get-enabled"> +<ANCHOR id="nm-client-get-state" href="libnm-glib/NMClient.html#nm-client-get-state"> +<ANCHOR id="nm-client-get-manager-running" href="libnm-glib/NMClient.html#nm-client-get-manager-running"> +<ANCHOR id="nm-client-get-active-connections" href="libnm-glib/NMClient.html#nm-client-get-active-connections"> +<ANCHOR id="nm-client-sleep" href="libnm-glib/NMClient.html#nm-client-sleep"> +<ANCHOR id="nm-client-get-permission-result" href="libnm-glib/NMClient.html#nm-client-get-permission-result"> +<ANCHOR id="NMClient.property-details" href="libnm-glib/NMClient.html#NMClient.property-details"> +<ANCHOR id="NMClient--active-connections" href="libnm-glib/NMClient.html#NMClient--active-connections"> +<ANCHOR id="NMClient--manager-running" href="libnm-glib/NMClient.html#NMClient--manager-running"> +<ANCHOR id="NMClient--networking-enabled" href="libnm-glib/NMClient.html#NMClient--networking-enabled"> +<ANCHOR id="NMClient--state" href="libnm-glib/NMClient.html#NMClient--state"> +<ANCHOR id="NMClient--wireless-enabled" href="libnm-glib/NMClient.html#NMClient--wireless-enabled"> +<ANCHOR id="NMClient--wireless-hardware-enabled" href="libnm-glib/NMClient.html#NMClient--wireless-hardware-enabled"> +<ANCHOR id="NMClient--wwan-enabled" href="libnm-glib/NMClient.html#NMClient--wwan-enabled"> +<ANCHOR id="NMClient--wwan-hardware-enabled" href="libnm-glib/NMClient.html#NMClient--wwan-hardware-enabled"> +<ANCHOR id="NMClient.signal-details" href="libnm-glib/NMClient.html#NMClient.signal-details"> +<ANCHOR id="NMClient-device-added" href="libnm-glib/NMClient.html#NMClient-device-added"> +<ANCHOR id="NMClient-device-removed" href="libnm-glib/NMClient.html#NMClient-device-removed"> +<ANCHOR id="NMClient-permission-changed" href="libnm-glib/NMClient.html#NMClient-permission-changed"> +<ANCHOR id="NMActiveConnection" href="libnm-glib/NMActiveConnection.html"> +<ANCHOR id="NMActiveConnection.synopsis" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.synopsis"> +<ANCHOR id="NMActiveConnection.object-hierarchy" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.object-hierarchy"> +<ANCHOR id="NMActiveConnection.properties" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.properties"> +<ANCHOR id="NMActiveConnection.description" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.description"> +<ANCHOR id="NMActiveConnection.details" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.details"> +<ANCHOR id="NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"> +<ANCHOR id="NM-ACTIVE-CONNECTION-CONNECTION:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"> +<ANCHOR id="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"> +<ANCHOR id="NM-ACTIVE-CONNECTION-DEVICES:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"> +<ANCHOR id="NM-ACTIVE-CONNECTION-STATE:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"> +<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"> +<ANCHOR id="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" href="libnm-glib/NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"> +<ANCHOR id="NMActiveConnection-struct" href="libnm-glib/NMActiveConnection.html#NMActiveConnection-struct"> +<ANCHOR id="NMActiveConnectionClass" href="libnm-glib/NMActiveConnection.html#NMActiveConnectionClass"> +<ANCHOR id="nm-active-connection-new" href="libnm-glib/NMActiveConnection.html#nm-active-connection-new"> +<ANCHOR id="nm-active-connection-get-service-name" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-service-name"> +<ANCHOR id="nm-active-connection-get-scope" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-scope"> +<ANCHOR id="nm-active-connection-get-connection" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-connection"> +<ANCHOR id="nm-active-connection-get-specific-object" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-specific-object"> +<ANCHOR id="nm-active-connection-get-devices" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-devices"> +<ANCHOR id="nm-active-connection-get-state" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-state"> +<ANCHOR id="nm-active-connection-get-default" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-default"> +<ANCHOR id="nm-active-connection-get-default6" href="libnm-glib/NMActiveConnection.html#nm-active-connection-get-default6"> +<ANCHOR id="NMActiveConnection.property-details" href="libnm-glib/NMActiveConnection.html#NMActiveConnection.property-details"> +<ANCHOR id="NMActiveConnection--connection" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--connection"> +<ANCHOR id="NMActiveConnection--default" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--default"> +<ANCHOR id="NMActiveConnection--default6" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--default6"> +<ANCHOR id="NMActiveConnection--devices" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--devices"> +<ANCHOR id="NMActiveConnection--service-name" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--service-name"> +<ANCHOR id="NMActiveConnection--specific-object" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--specific-object"> +<ANCHOR id="NMActiveConnection--state" href="libnm-glib/NMActiveConnection.html#NMActiveConnection--state"> +<ANCHOR id="NMDevice" href="libnm-glib/NMDevice.html"> +<ANCHOR id="NMDevice.synopsis" href="libnm-glib/NMDevice.html#NMDevice.synopsis"> +<ANCHOR id="NMDevice.object-hierarchy" href="libnm-glib/NMDevice.html#NMDevice.object-hierarchy"> +<ANCHOR id="NMDevice.properties" href="libnm-glib/NMDevice.html#NMDevice.properties"> +<ANCHOR id="NMDevice.signals" href="libnm-glib/NMDevice.html#NMDevice.signals"> +<ANCHOR id="NMDevice.description" href="libnm-glib/NMDevice.html#NMDevice.description"> +<ANCHOR id="NMDevice.details" href="libnm-glib/NMDevice.html#NMDevice.details"> +<ANCHOR id="NM-DEVICE-UDI:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-UDI:CAPS"> +<ANCHOR id="NM-DEVICE-INTERFACE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-INTERFACE:CAPS"> +<ANCHOR id="NM-DEVICE-IP-INTERFACE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS"> +<ANCHOR id="NM-DEVICE-DRIVER:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DRIVER:CAPS"> +<ANCHOR id="NM-DEVICE-CAPABILITIES:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS"> +<ANCHOR id="NM-DEVICE-MANAGED:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-MANAGED:CAPS"> +<ANCHOR id="NM-DEVICE-FIRMWARE-MISSING:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS"> +<ANCHOR id="NM-DEVICE-IP4-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS"> +<ANCHOR id="NM-DEVICE-DHCP4-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS"> +<ANCHOR id="NM-DEVICE-IP6-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS"> +<ANCHOR id="NM-DEVICE-DHCP6-CONFIG:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS"> +<ANCHOR id="NM-DEVICE-STATE:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-STATE:CAPS"> +<ANCHOR id="NM-DEVICE-VENDOR:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-VENDOR:CAPS"> +<ANCHOR id="NM-DEVICE-PRODUCT:CAPS" href="libnm-glib/NMDevice.html#NM-DEVICE-PRODUCT:CAPS"> +<ANCHOR id="NMDevice-struct" href="libnm-glib/NMDevice.html#NMDevice-struct"> +<ANCHOR id="NMDeviceClass" href="libnm-glib/NMDevice.html#NMDeviceClass"> +<ANCHOR id="nm-device-new" href="libnm-glib/NMDevice.html#nm-device-new"> +<ANCHOR id="nm-device-get-iface" href="libnm-glib/NMDevice.html#nm-device-get-iface"> +<ANCHOR id="nm-device-get-ip-iface" href="libnm-glib/NMDevice.html#nm-device-get-ip-iface"> +<ANCHOR id="nm-device-get-udi" href="libnm-glib/NMDevice.html#nm-device-get-udi"> +<ANCHOR id="nm-device-get-driver" href="libnm-glib/NMDevice.html#nm-device-get-driver"> +<ANCHOR id="nm-device-get-capabilities" href="libnm-glib/NMDevice.html#nm-device-get-capabilities"> +<ANCHOR id="nm-device-get-managed" href="libnm-glib/NMDevice.html#nm-device-get-managed"> +<ANCHOR id="nm-device-get-firmware-missing" href="libnm-glib/NMDevice.html#nm-device-get-firmware-missing"> +<ANCHOR id="nm-device-get-ip4-config" href="libnm-glib/NMDevice.html#nm-device-get-ip4-config"> +<ANCHOR id="nm-device-get-dhcp4-config" href="libnm-glib/NMDevice.html#nm-device-get-dhcp4-config"> +<ANCHOR id="nm-device-get-ip6-config" href="libnm-glib/NMDevice.html#nm-device-get-ip6-config"> +<ANCHOR id="nm-device-get-dhcp6-config" href="libnm-glib/NMDevice.html#nm-device-get-dhcp6-config"> +<ANCHOR id="nm-device-get-state" href="libnm-glib/NMDevice.html#nm-device-get-state"> +<ANCHOR id="nm-device-get-product" href="libnm-glib/NMDevice.html#nm-device-get-product"> +<ANCHOR id="nm-device-get-vendor" href="libnm-glib/NMDevice.html#nm-device-get-vendor"> +<ANCHOR id="NMDeviceDeactivateFn" href="libnm-glib/NMDevice.html#NMDeviceDeactivateFn"> +<ANCHOR id="nm-device-disconnect" href="libnm-glib/NMDevice.html#nm-device-disconnect"> +<ANCHOR id="NMDevice.property-details" href="libnm-glib/NMDevice.html#NMDevice.property-details"> +<ANCHOR id="NMDevice--capabilities" href="libnm-glib/NMDevice.html#NMDevice--capabilities"> +<ANCHOR id="NMDevice--dhcp4-config" href="libnm-glib/NMDevice.html#NMDevice--dhcp4-config"> +<ANCHOR id="NMDevice--dhcp6-config" href="libnm-glib/NMDevice.html#NMDevice--dhcp6-config"> +<ANCHOR id="NMDevice--driver" href="libnm-glib/NMDevice.html#NMDevice--driver"> +<ANCHOR id="NMDevice--firmware-missing" href="libnm-glib/NMDevice.html#NMDevice--firmware-missing"> +<ANCHOR id="NMDevice--interface" href="libnm-glib/NMDevice.html#NMDevice--interface"> +<ANCHOR id="NMDevice--ip4-config" href="libnm-glib/NMDevice.html#NMDevice--ip4-config"> +<ANCHOR id="NMDevice--ip6-config" href="libnm-glib/NMDevice.html#NMDevice--ip6-config"> +<ANCHOR id="NMDevice--managed" href="libnm-glib/NMDevice.html#NMDevice--managed"> +<ANCHOR id="NMDevice--product" href="libnm-glib/NMDevice.html#NMDevice--product"> +<ANCHOR id="NMDevice--state" href="libnm-glib/NMDevice.html#NMDevice--state"> +<ANCHOR id="NMDevice--udi" href="libnm-glib/NMDevice.html#NMDevice--udi"> +<ANCHOR id="NMDevice--vendor" href="libnm-glib/NMDevice.html#NMDevice--vendor"> +<ANCHOR id="NMDevice.signal-details" href="libnm-glib/NMDevice.html#NMDevice.signal-details"> +<ANCHOR id="NMDevice-state-changed" href="libnm-glib/NMDevice.html#NMDevice-state-changed"> +<ANCHOR id="NMDeviceEthernet" href="libnm-glib/NMDeviceEthernet.html"> +<ANCHOR id="NMDeviceEthernet.synopsis" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.synopsis"> +<ANCHOR id="NMDeviceEthernet.object-hierarchy" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.object-hierarchy"> +<ANCHOR id="NMDeviceEthernet.properties" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.properties"> +<ANCHOR id="NMDeviceEthernet.description" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.description"> +<ANCHOR id="NMDeviceEthernet.details" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.details"> +<ANCHOR id="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"> +<ANCHOR id="NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"> +<ANCHOR id="NM-DEVICE-ETHERNET-SPEED:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"> +<ANCHOR id="NM-DEVICE-ETHERNET-CARRIER:CAPS" href="libnm-glib/NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"> +<ANCHOR id="NMDeviceEthernet-struct" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet-struct"> +<ANCHOR id="NMDeviceEthernetClass" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernetClass"> +<ANCHOR id="nm-device-ethernet-new" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-new"> +<ANCHOR id="nm-device-ethernet-get-hw-address" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-hw-address"> +<ANCHOR id="nm-device-ethernet-get-permanent-hw-address" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address"> +<ANCHOR id="nm-device-ethernet-get-speed" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-speed"> +<ANCHOR id="nm-device-ethernet-get-carrier" href="libnm-glib/NMDeviceEthernet.html#nm-device-ethernet-get-carrier"> +<ANCHOR id="NMDeviceEthernet.property-details" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet.property-details"> +<ANCHOR id="NMDeviceEthernet--carrier" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--carrier"> +<ANCHOR id="NMDeviceEthernet--hw-address" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--hw-address"> +<ANCHOR id="NMDeviceEthernet--perm-hw-address" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address"> +<ANCHOR id="NMDeviceEthernet--speed" href="libnm-glib/NMDeviceEthernet.html#NMDeviceEthernet--speed"> +<ANCHOR id="NMDeviceWifi" href="libnm-glib/NMDeviceWifi.html"> +<ANCHOR id="NMDeviceWifi.synopsis" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.synopsis"> +<ANCHOR id="NMDeviceWifi.object-hierarchy" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.object-hierarchy"> +<ANCHOR id="NMDeviceWifi.properties" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.properties"> +<ANCHOR id="NMDeviceWifi.signals" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.signals"> +<ANCHOR id="NMDeviceWifi.description" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.description"> +<ANCHOR id="NMDeviceWifi.details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.details"> +<ANCHOR id="NM-DEVICE-WIFI-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"> +<ANCHOR id="NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"> +<ANCHOR id="NM-DEVICE-WIFI-MODE:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS"> +<ANCHOR id="NM-DEVICE-WIFI-BITRATE:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"> +<ANCHOR id="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"> +<ANCHOR id="NM-DEVICE-WIFI-CAPABILITIES:CAPS" href="libnm-glib/NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"> +<ANCHOR id="NMDeviceWifi-struct" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi-struct"> +<ANCHOR id="NMDeviceWifiClass" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifiClass"> +<ANCHOR id="nm-device-wifi-new" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-new"> +<ANCHOR id="nm-device-wifi-get-hw-address" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-hw-address"> +<ANCHOR id="nm-device-wifi-get-permanent-hw-address" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address"> +<ANCHOR id="nm-device-wifi-get-mode" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-mode"> +<ANCHOR id="nm-device-wifi-get-bitrate" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-bitrate"> +<ANCHOR id="nm-device-wifi-get-capabilities" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-capabilities"> +<ANCHOR id="nm-device-wifi-get-active-access-point" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-active-access-point"> +<ANCHOR id="nm-device-wifi-get-access-point-by-path" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path"> +<ANCHOR id="nm-device-wifi-get-access-points" href="libnm-glib/NMDeviceWifi.html#nm-device-wifi-get-access-points"> +<ANCHOR id="NMDeviceWifi.property-details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.property-details"> +<ANCHOR id="NMDeviceWifi--active-access-point" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--active-access-point"> +<ANCHOR id="NMDeviceWifi--bitrate" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--bitrate"> +<ANCHOR id="NMDeviceWifi--hw-address" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--hw-address"> +<ANCHOR id="NMDeviceWifi--mode" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--mode"> +<ANCHOR id="NMDeviceWifi--perm-hw-address" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--perm-hw-address"> +<ANCHOR id="NMDeviceWifi--wireless-capabilities" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities"> +<ANCHOR id="NMDeviceWifi.signal-details" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi.signal-details"> +<ANCHOR id="NMDeviceWifi-access-point-added" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi-access-point-added"> +<ANCHOR id="NMDeviceWifi-access-point-removed" href="libnm-glib/NMDeviceWifi.html#NMDeviceWifi-access-point-removed"> <ANCHOR id="NMSerialDevice" href="libnm-glib/NMSerialDevice.html"> <ANCHOR id="NMSerialDevice.synopsis" href="libnm-glib/NMSerialDevice.html#NMSerialDevice.synopsis"> <ANCHOR id="NMSerialDevice.object-hierarchy" href="libnm-glib/NMSerialDevice.html#NMSerialDevice.object-hierarchy"> @@ -182,6 +201,7 @@ <ANCHOR id="NMSerialDevice.description" href="libnm-glib/NMSerialDevice.html#NMSerialDevice.description"> <ANCHOR id="NMSerialDevice.details" href="libnm-glib/NMSerialDevice.html#NMSerialDevice.details"> <ANCHOR id="NMSerialDevice-struct" href="libnm-glib/NMSerialDevice.html#NMSerialDevice-struct"> +<ANCHOR id="NMSerialDeviceClass" href="libnm-glib/NMSerialDevice.html#NMSerialDeviceClass"> <ANCHOR id="nm-serial-device-get-bytes-received" href="libnm-glib/NMSerialDevice.html#nm-serial-device-get-bytes-received"> <ANCHOR id="nm-serial-device-get-bytes-sent" href="libnm-glib/NMSerialDevice.html#nm-serial-device-get-bytes-sent"> <ANCHOR id="NMSerialDevice.signal-details" href="libnm-glib/NMSerialDevice.html#NMSerialDevice.signal-details"> @@ -192,6 +212,7 @@ <ANCHOR id="NMGsmDevice.description" href="libnm-glib/NMGsmDevice.html#NMGsmDevice.description"> <ANCHOR id="NMGsmDevice.details" href="libnm-glib/NMGsmDevice.html#NMGsmDevice.details"> <ANCHOR id="NMGsmDevice-struct" href="libnm-glib/NMGsmDevice.html#NMGsmDevice-struct"> +<ANCHOR id="NMGsmDeviceClass" href="libnm-glib/NMGsmDevice.html#NMGsmDeviceClass"> <ANCHOR id="nm-gsm-device-new" href="libnm-glib/NMGsmDevice.html#nm-gsm-device-new"> <ANCHOR id="NMCdmaDevice" href="libnm-glib/NMCdmaDevice.html"> <ANCHOR id="NMCdmaDevice.synopsis" href="libnm-glib/NMCdmaDevice.html#NMCdmaDevice.synopsis"> @@ -199,56 +220,58 @@ <ANCHOR id="NMCdmaDevice.description" href="libnm-glib/NMCdmaDevice.html#NMCdmaDevice.description"> <ANCHOR id="NMCdmaDevice.details" href="libnm-glib/NMCdmaDevice.html#NMCdmaDevice.details"> <ANCHOR id="NMCdmaDevice-struct" href="libnm-glib/NMCdmaDevice.html#NMCdmaDevice-struct"> +<ANCHOR id="NMCdmaDeviceClass" href="libnm-glib/NMCdmaDevice.html#NMCdmaDeviceClass"> <ANCHOR id="nm-cdma-device-new" href="libnm-glib/NMCdmaDevice.html#nm-cdma-device-new"> -<ANCHOR id="libnm-glib-nm-device-bt" href="libnm-glib/libnm-glib-nm-device-bt.html"> -<ANCHOR id="libnm-glib-nm-device-bt.synopsis" href="libnm-glib/libnm-glib-nm-device-bt.html#libnm-glib-nm-device-bt.synopsis"> -<ANCHOR id="libnm-glib-nm-device-bt.description" href="libnm-glib/libnm-glib-nm-device-bt.html#libnm-glib-nm-device-bt.description"> -<ANCHOR id="libnm-glib-nm-device-bt.details" href="libnm-glib/libnm-glib-nm-device-bt.html#libnm-glib-nm-device-bt.details"> -<ANCHOR id="NM-DEVICE-BT-HW-ADDRESS:CAPS" href="libnm-glib/libnm-glib-nm-device-bt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-DEVICE-BT-NAME:CAPS" href="libnm-glib/libnm-glib-nm-device-bt.html#NM-DEVICE-BT-NAME:CAPS"> -<ANCHOR id="NM-DEVICE-BT-CAPABILITIES:CAPS" href="libnm-glib/libnm-glib-nm-device-bt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"> -<ANCHOR id="NMDeviceBt" href="libnm-glib/libnm-glib-nm-device-bt.html#NMDeviceBt"> -<ANCHOR id="nm-device-bt-new" href="libnm-glib/libnm-glib-nm-device-bt.html#nm-device-bt-new"> -<ANCHOR id="nm-device-bt-get-hw-address" href="libnm-glib/libnm-glib-nm-device-bt.html#nm-device-bt-get-hw-address"> -<ANCHOR id="nm-device-bt-get-name" href="libnm-glib/libnm-glib-nm-device-bt.html#nm-device-bt-get-name"> -<ANCHOR id="nm-device-bt-get-capabilities" href="libnm-glib/libnm-glib-nm-device-bt.html#nm-device-bt-get-capabilities"> -<ANCHOR id="libnm-glib-nm-access-point" href="libnm-glib/libnm-glib-nm-access-point.html"> -<ANCHOR id="libnm-glib-nm-access-point.synopsis" href="libnm-glib/libnm-glib-nm-access-point.html#libnm-glib-nm-access-point.synopsis"> -<ANCHOR id="NMAccessPoint" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint"> -<ANCHOR id="libnm-glib-nm-access-point.object-hierarchy" href="libnm-glib/libnm-glib-nm-access-point.html#libnm-glib-nm-access-point.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-access-point.properties" href="libnm-glib/libnm-glib-nm-access-point.html#libnm-glib-nm-access-point.properties"> -<ANCHOR id="libnm-glib-nm-access-point.description" href="libnm-glib/libnm-glib-nm-access-point.html#libnm-glib-nm-access-point.description"> -<ANCHOR id="libnm-glib-nm-access-point.details" href="libnm-glib/libnm-glib-nm-access-point.html#libnm-glib-nm-access-point.details"> -<ANCHOR id="NM-ACCESS-POINT-FLAGS:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-WPA-FLAGS:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-RSN-FLAGS:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-SSID:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-SSID:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-FREQUENCY:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FREQUENCY:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-HW-ADDRESS:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-MODE:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MODE:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-MAX-BITRATE:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"> -<ANCHOR id="NM-ACCESS-POINT-STRENGTH:CAPS" href="libnm-glib/libnm-glib-nm-access-point.html#NM-ACCESS-POINT-STRENGTH:CAPS"> -<ANCHOR id="NMAccessPoint-struct" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint-struct"> -<ANCHOR id="nm-access-point-new" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-new"> -<ANCHOR id="nm-access-point-get-flags" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-flags"> -<ANCHOR id="nm-access-point-get-wpa-flags" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-wpa-flags"> -<ANCHOR id="nm-access-point-get-rsn-flags" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-rsn-flags"> -<ANCHOR id="nm-access-point-get-ssid" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-ssid"> -<ANCHOR id="nm-access-point-get-frequency" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-frequency"> -<ANCHOR id="nm-access-point-get-hw-address" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-hw-address"> -<ANCHOR id="nm-access-point-get-mode" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-mode"> -<ANCHOR id="nm-access-point-get-max-bitrate" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-max-bitrate"> -<ANCHOR id="nm-access-point-get-strength" href="libnm-glib/libnm-glib-nm-access-point.html#nm-access-point-get-strength"> -<ANCHOR id="libnm-glib-nm-access-point.property-details" href="libnm-glib/libnm-glib-nm-access-point.html#libnm-glib-nm-access-point.property-details"> -<ANCHOR id="NMAccessPoint--flags" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--flags"> -<ANCHOR id="NMAccessPoint--frequency" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--frequency"> -<ANCHOR id="NMAccessPoint--hw-address" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--hw-address"> -<ANCHOR id="NMAccessPoint--max-bitrate" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--max-bitrate"> -<ANCHOR id="NMAccessPoint--mode" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--mode"> -<ANCHOR id="NMAccessPoint--rsn-flags" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--rsn-flags"> -<ANCHOR id="NMAccessPoint--ssid" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--ssid"> -<ANCHOR id="NMAccessPoint--strength" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--strength"> -<ANCHOR id="NMAccessPoint--wpa-flags" href="libnm-glib/libnm-glib-nm-access-point.html#NMAccessPoint--wpa-flags"> +<ANCHOR id="libnm-glib-NMDeviceBt" href="libnm-glib/libnm-glib-NMDeviceBt.html"> +<ANCHOR id="libnm-glib-NMDeviceBt.synopsis" href="libnm-glib/libnm-glib-NMDeviceBt.html#libnm-glib-NMDeviceBt.synopsis"> +<ANCHOR id="libnm-glib-NMDeviceBt.description" href="libnm-glib/libnm-glib-NMDeviceBt.html#libnm-glib-NMDeviceBt.description"> +<ANCHOR id="libnm-glib-NMDeviceBt.details" href="libnm-glib/libnm-glib-NMDeviceBt.html#libnm-glib-NMDeviceBt.details"> +<ANCHOR id="NM-DEVICE-BT-HW-ADDRESS:CAPS" href="libnm-glib/libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"> +<ANCHOR id="NM-DEVICE-BT-NAME:CAPS" href="libnm-glib/libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS"> +<ANCHOR id="NM-DEVICE-BT-CAPABILITIES:CAPS" href="libnm-glib/libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"> +<ANCHOR id="NMDeviceBt" href="libnm-glib/libnm-glib-NMDeviceBt.html#NMDeviceBt"> +<ANCHOR id="NMDeviceBtClass" href="libnm-glib/libnm-glib-NMDeviceBt.html#NMDeviceBtClass"> +<ANCHOR id="nm-device-bt-new" href="libnm-glib/libnm-glib-NMDeviceBt.html#nm-device-bt-new"> +<ANCHOR id="nm-device-bt-get-hw-address" href="libnm-glib/libnm-glib-NMDeviceBt.html#nm-device-bt-get-hw-address"> +<ANCHOR id="nm-device-bt-get-name" href="libnm-glib/libnm-glib-NMDeviceBt.html#nm-device-bt-get-name"> +<ANCHOR id="nm-device-bt-get-capabilities" href="libnm-glib/libnm-glib-NMDeviceBt.html#nm-device-bt-get-capabilities"> +<ANCHOR id="NMAccessPoint" href="libnm-glib/NMAccessPoint.html"> +<ANCHOR id="NMAccessPoint.synopsis" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.synopsis"> +<ANCHOR id="NMAccessPoint.object-hierarchy" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.object-hierarchy"> +<ANCHOR id="NMAccessPoint.properties" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.properties"> +<ANCHOR id="NMAccessPoint.description" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.description"> +<ANCHOR id="NMAccessPoint.details" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.details"> +<ANCHOR id="NM-ACCESS-POINT-FLAGS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-WPA-FLAGS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-RSN-FLAGS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-SSID:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-FREQUENCY:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-HW-ADDRESS:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-MODE:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-MAX-BITRATE:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"> +<ANCHOR id="NM-ACCESS-POINT-STRENGTH:CAPS" href="libnm-glib/NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS"> +<ANCHOR id="NMAccessPoint-struct" href="libnm-glib/NMAccessPoint.html#NMAccessPoint-struct"> +<ANCHOR id="NMAccessPointClass" href="libnm-glib/NMAccessPoint.html#NMAccessPointClass"> +<ANCHOR id="nm-access-point-new" href="libnm-glib/NMAccessPoint.html#nm-access-point-new"> +<ANCHOR id="nm-access-point-get-flags" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-flags"> +<ANCHOR id="nm-access-point-get-wpa-flags" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-wpa-flags"> +<ANCHOR id="nm-access-point-get-rsn-flags" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-rsn-flags"> +<ANCHOR id="nm-access-point-get-ssid" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-ssid"> +<ANCHOR id="nm-access-point-get-frequency" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-frequency"> +<ANCHOR id="nm-access-point-get-hw-address" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-hw-address"> +<ANCHOR id="nm-access-point-get-mode" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-mode"> +<ANCHOR id="nm-access-point-get-max-bitrate" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-max-bitrate"> +<ANCHOR id="nm-access-point-get-strength" href="libnm-glib/NMAccessPoint.html#nm-access-point-get-strength"> +<ANCHOR id="NMAccessPoint.property-details" href="libnm-glib/NMAccessPoint.html#NMAccessPoint.property-details"> +<ANCHOR id="NMAccessPoint--flags" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--flags"> +<ANCHOR id="NMAccessPoint--frequency" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--frequency"> +<ANCHOR id="NMAccessPoint--hw-address" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--hw-address"> +<ANCHOR id="NMAccessPoint--max-bitrate" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--max-bitrate"> +<ANCHOR id="NMAccessPoint--mode" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--mode"> +<ANCHOR id="NMAccessPoint--rsn-flags" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--rsn-flags"> +<ANCHOR id="NMAccessPoint--ssid" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--ssid"> +<ANCHOR id="NMAccessPoint--strength" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--strength"> +<ANCHOR id="NMAccessPoint--wpa-flags" href="libnm-glib/NMAccessPoint.html#NMAccessPoint--wpa-flags"> <ANCHOR id="NMIP4Config" href="libnm-glib/NMIP4Config.html"> <ANCHOR id="NMIP4Config.synopsis" href="libnm-glib/NMIP4Config.html#NMIP4Config.synopsis"> <ANCHOR id="NMIP4Config.object-hierarchy" href="libnm-glib/NMIP4Config.html#NMIP4Config.object-hierarchy"> @@ -256,6 +279,7 @@ <ANCHOR id="NMIP4Config.description" href="libnm-glib/NMIP4Config.html#NMIP4Config.description"> <ANCHOR id="NMIP4Config.details" href="libnm-glib/NMIP4Config.html#NMIP4Config.details"> <ANCHOR id="NMIP4Config-struct" href="libnm-glib/NMIP4Config.html#NMIP4Config-struct"> +<ANCHOR id="NMIP4ConfigClass" href="libnm-glib/NMIP4Config.html#NMIP4ConfigClass"> <ANCHOR id="NM-IP4-CONFIG-ADDRESSES:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES:CAPS"> <ANCHOR id="NM-IP4-CONFIG-HOSTNAME:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-HOSTNAME:CAPS"> <ANCHOR id="NM-IP4-CONFIG-NAMESERVERS:CAPS" href="libnm-glib/NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS:CAPS"> @@ -283,6 +307,7 @@ <ANCHOR id="NMIP6Config.description" href="libnm-glib/NMIP6Config.html#NMIP6Config.description"> <ANCHOR id="NMIP6Config.details" href="libnm-glib/NMIP6Config.html#NMIP6Config.details"> <ANCHOR id="NMIP6Config-struct" href="libnm-glib/NMIP6Config.html#NMIP6Config-struct"> +<ANCHOR id="NMIP6ConfigClass" href="libnm-glib/NMIP6Config.html#NMIP6ConfigClass"> <ANCHOR id="NM-IP6-CONFIG-ADDRESSES:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES:CAPS"> <ANCHOR id="NM-IP6-CONFIG-NAMESERVERS:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS:CAPS"> <ANCHOR id="NM-IP6-CONFIG-DOMAINS:CAPS" href="libnm-glib/NMIP6Config.html#NM-IP6-CONFIG-DOMAINS:CAPS"> @@ -304,6 +329,7 @@ <ANCHOR id="NMDHCP4Config.description" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.description"> <ANCHOR id="NMDHCP4Config.details" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config.details"> <ANCHOR id="NMDHCP4Config-struct" href="libnm-glib/NMDHCP4Config.html#NMDHCP4Config-struct"> +<ANCHOR id="NMDHCP4ConfigClass" href="libnm-glib/NMDHCP4Config.html#NMDHCP4ConfigClass"> <ANCHOR id="NM-DHCP4-CONFIG-OPTIONS:CAPS" href="libnm-glib/NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS:CAPS"> <ANCHOR id="nm-dhcp4-config-new" href="libnm-glib/NMDHCP4Config.html#nm-dhcp4-config-new"> <ANCHOR id="nm-dhcp4-config-get-options" href="libnm-glib/NMDHCP4Config.html#nm-dhcp4-config-get-options"> @@ -316,6 +342,7 @@ <ANCHOR id="NMDHCP6Config.description" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.description"> <ANCHOR id="NMDHCP6Config.details" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config.details"> <ANCHOR id="NMDHCP6Config-struct" href="libnm-glib/NMDHCP6Config.html#NMDHCP6Config-struct"> +<ANCHOR id="NMDHCP6ConfigClass" href="libnm-glib/NMDHCP6Config.html#NMDHCP6ConfigClass"> <ANCHOR id="NM-DHCP6-CONFIG-OPTIONS:CAPS" href="libnm-glib/NMDHCP6Config.html#NM-DHCP6-CONFIG-OPTIONS:CAPS"> <ANCHOR id="nm-dhcp6-config-new" href="libnm-glib/NMDHCP6Config.html#nm-dhcp6-config-new"> <ANCHOR id="nm-dhcp6-config-get-options" href="libnm-glib/NMDHCP6Config.html#nm-dhcp6-config-get-options"> @@ -325,100 +352,102 @@ <ANCHOR id="libnm-glib-NMExportedConnection.description" href="libnm-glib/libnm-glib-NMExportedConnection.html#libnm-glib-NMExportedConnection.description"> <ANCHOR id="libnm-glib-NMExportedConnection.details" href="libnm-glib/libnm-glib-NMExportedConnection.html#libnm-glib-NMExportedConnection.details"> <ANCHOR id="NMExportedConnection" href="libnm-glib/libnm-glib-NMExportedConnection.html#NMExportedConnection"> +<ANCHOR id="NMExportedConnectionClass" href="libnm-glib/libnm-glib-NMExportedConnection.html#NMExportedConnectionClass"> <ANCHOR id="nm-exported-connection-new" href="libnm-glib/libnm-glib-NMExportedConnection.html#nm-exported-connection-new"> -<ANCHOR id="libnm-glib-nm-object" href="libnm-glib/libnm-glib-nm-object.html"> -<ANCHOR id="libnm-glib-nm-object.synopsis" href="libnm-glib/libnm-glib-nm-object.html#libnm-glib-nm-object.synopsis"> -<ANCHOR id="NMObject" href="libnm-glib/libnm-glib-nm-object.html#NMObject"> -<ANCHOR id="libnm-glib-nm-object.object-hierarchy" href="libnm-glib/libnm-glib-nm-object.html#libnm-glib-nm-object.object-hierarchy"> -<ANCHOR id="libnm-glib-nm-object.properties" href="libnm-glib/libnm-glib-nm-object.html#libnm-glib-nm-object.properties"> -<ANCHOR id="libnm-glib-nm-object.description" href="libnm-glib/libnm-glib-nm-object.html#libnm-glib-nm-object.description"> -<ANCHOR id="libnm-glib-nm-object.details" href="libnm-glib/libnm-glib-nm-object.html#libnm-glib-nm-object.details"> -<ANCHOR id="NM-OBJECT-DBUS-CONNECTION:CAPS" href="libnm-glib/libnm-glib-nm-object.html#NM-OBJECT-DBUS-CONNECTION:CAPS"> -<ANCHOR id="NM-OBJECT-DBUS-PATH:CAPS" href="libnm-glib/libnm-glib-nm-object.html#NM-OBJECT-DBUS-PATH:CAPS"> -<ANCHOR id="NMObject-struct" href="libnm-glib/libnm-glib-nm-object.html#NMObject-struct"> -<ANCHOR id="nm-object-get-connection" href="libnm-glib/libnm-glib-nm-object.html#nm-object-get-connection"> -<ANCHOR id="nm-object-get-path" href="libnm-glib/libnm-glib-nm-object.html#nm-object-get-path"> -<ANCHOR id="libnm-glib-nm-object.property-details" href="libnm-glib/libnm-glib-nm-object.html#libnm-glib-nm-object.property-details"> -<ANCHOR id="NMObject--dbus-connection" href="libnm-glib/libnm-glib-nm-object.html#NMObject--dbus-connection"> -<ANCHOR id="NMObject--dbus-path" href="libnm-glib/libnm-glib-nm-object.html#NMObject--dbus-path"> +<ANCHOR id="NMObject" href="libnm-glib/NMObject.html"> +<ANCHOR id="NMObject.synopsis" href="libnm-glib/NMObject.html#NMObject.synopsis"> +<ANCHOR id="NMObject.object-hierarchy" href="libnm-glib/NMObject.html#NMObject.object-hierarchy"> +<ANCHOR id="NMObject.properties" href="libnm-glib/NMObject.html#NMObject.properties"> +<ANCHOR id="NMObject.description" href="libnm-glib/NMObject.html#NMObject.description"> +<ANCHOR id="NMObject.details" href="libnm-glib/NMObject.html#NMObject.details"> +<ANCHOR id="NM-OBJECT-DBUS-CONNECTION:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS"> +<ANCHOR id="NM-OBJECT-DBUS-PATH:CAPS" href="libnm-glib/NMObject.html#NM-OBJECT-DBUS-PATH:CAPS"> +<ANCHOR id="NMObject-struct" href="libnm-glib/NMObject.html#NMObject-struct"> +<ANCHOR id="NMObjectClass" href="libnm-glib/NMObject.html#NMObjectClass"> +<ANCHOR id="nm-object-get-connection" href="libnm-glib/NMObject.html#nm-object-get-connection"> +<ANCHOR id="nm-object-get-path" href="libnm-glib/NMObject.html#nm-object-get-path"> +<ANCHOR id="NMObject.property-details" href="libnm-glib/NMObject.html#NMObject.property-details"> +<ANCHOR id="NMObject--dbus-connection" href="libnm-glib/NMObject.html#NMObject--dbus-connection"> +<ANCHOR id="NMObject--dbus-path" href="libnm-glib/NMObject.html#NMObject--dbus-path"> <ANCHOR id="libnm-glib-NMRemoteConnection" href="libnm-glib/libnm-glib-NMRemoteConnection.html"> <ANCHOR id="libnm-glib-NMRemoteConnection.synopsis" href="libnm-glib/libnm-glib-NMRemoteConnection.html#libnm-glib-NMRemoteConnection.synopsis"> <ANCHOR id="libnm-glib-NMRemoteConnection.description" href="libnm-glib/libnm-glib-NMRemoteConnection.html#libnm-glib-NMRemoteConnection.description"> <ANCHOR id="libnm-glib-NMRemoteConnection.details" href="libnm-glib/libnm-glib-NMRemoteConnection.html#libnm-glib-NMRemoteConnection.details"> <ANCHOR id="NMRemoteConnection" href="libnm-glib/libnm-glib-NMRemoteConnection.html#NMRemoteConnection"> +<ANCHOR id="NMRemoteConnectionClass" href="libnm-glib/libnm-glib-NMRemoteConnection.html#NMRemoteConnectionClass"> <ANCHOR id="nm-remote-connection-new" href="libnm-glib/libnm-glib-NMRemoteConnection.html#nm-remote-connection-new"> -<ANCHOR id="libnm-glib-nm-remote-settings" href="libnm-glib/libnm-glib-nm-remote-settings.html"> -<ANCHOR id="libnm-glib-nm-remote-settings.synopsis" href="libnm-glib/libnm-glib-nm-remote-settings.html#libnm-glib-nm-remote-settings.synopsis"> -<ANCHOR id="libnm-glib-nm-remote-settings.description" href="libnm-glib/libnm-glib-nm-remote-settings.html#libnm-glib-nm-remote-settings.description"> -<ANCHOR id="libnm-glib-nm-remote-settings.details" href="libnm-glib/libnm-glib-nm-remote-settings.html#libnm-glib-nm-remote-settings.details"> -<ANCHOR id="NM-REMOTE-SETTINGS-BUS:CAPS" href="libnm-glib/libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-BUS:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-SCOPE:CAPS" href="libnm-glib/libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS"> -<ANCHOR id="NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS" href="libnm-glib/libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"> -<ANCHOR id="NMRemoteSettings" href="libnm-glib/libnm-glib-nm-remote-settings.html#NMRemoteSettings"> -<ANCHOR id="nm-remote-settings-new" href="libnm-glib/libnm-glib-nm-remote-settings.html#nm-remote-settings-new"> +<ANCHOR id="libnm-glib-NMRemoteSettings" href="libnm-glib/libnm-glib-NMRemoteSettings.html"> +<ANCHOR id="libnm-glib-NMRemoteSettings.synopsis" href="libnm-glib/libnm-glib-NMRemoteSettings.html#libnm-glib-NMRemoteSettings.synopsis"> +<ANCHOR id="libnm-glib-NMRemoteSettings.description" href="libnm-glib/libnm-glib-NMRemoteSettings.html#libnm-glib-NMRemoteSettings.description"> +<ANCHOR id="libnm-glib-NMRemoteSettings.details" href="libnm-glib/libnm-glib-NMRemoteSettings.html#libnm-glib-NMRemoteSettings.details"> +<ANCHOR id="NM-REMOTE-SETTINGS-BUS:CAPS" href="libnm-glib/libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-BUS:CAPS"> +<ANCHOR id="NM-REMOTE-SETTINGS-SCOPE:CAPS" href="libnm-glib/libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS"> +<ANCHOR id="NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS" href="libnm-glib/libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"> +<ANCHOR id="NMRemoteSettings" href="libnm-glib/libnm-glib-NMRemoteSettings.html#NMRemoteSettings"> +<ANCHOR id="NMRemoteSettingsClass" href="libnm-glib/libnm-glib-NMRemoteSettings.html#NMRemoteSettingsClass"> +<ANCHOR id="nm-remote-settings-new" href="libnm-glib/libnm-glib-NMRemoteSettings.html#nm-remote-settings-new"> <ANCHOR id="libnm-glib-NMRemoteSettingsSystem" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html"> <ANCHOR id="libnm-glib-NMRemoteSettingsSystem.synopsis" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html#libnm-glib-NMRemoteSettingsSystem.synopsis"> <ANCHOR id="libnm-glib-NMRemoteSettingsSystem.description" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html#libnm-glib-NMRemoteSettingsSystem.description"> <ANCHOR id="libnm-glib-NMRemoteSettingsSystem.details" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html#libnm-glib-NMRemoteSettingsSystem.details"> <ANCHOR id="NMRemoteSettingsSystem" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem"> +<ANCHOR id="NMRemoteSettingsSystemClass" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystemClass"> <ANCHOR id="nm-remote-settings-system-new" href="libnm-glib/libnm-glib-NMRemoteSettingsSystem.html#nm-remote-settings-system-new"> -<ANCHOR id="libnm-glib-nm-settings-connection-interface" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html"> -<ANCHOR id="libnm-glib-nm-settings-connection-interface.synopsis" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#libnm-glib-nm-settings-connection-interface.synopsis"> -<ANCHOR id="libnm-glib-nm-settings-connection-interface.description" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#libnm-glib-nm-settings-connection-interface.description"> -<ANCHOR id="libnm-glib-nm-settings-connection-interface.details" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#libnm-glib-nm-settings-connection-interface.details"> -<ANCHOR id="NM-SETTINGS-CONNECTION-INTERFACE-GET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-GET-INTERFACE:CAPS"> -<ANCHOR id="NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"> -<ANCHOR id="NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"> -<ANCHOR id="NMSettingsConnectionInterface" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface"> -<ANCHOR id="NMSettingsConnectionInterfaceUpdateFunc" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceUpdateFunc"> -<ANCHOR id="NMSettingsConnectionInterfaceDeleteFunc" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceDeleteFunc"> -<ANCHOR id="NMSettingsConnectionInterfaceGetSecretsFunc" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceGetSecretsFunc"> -<ANCHOR id="nm-settings-connection-interface-update" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-update"> -<ANCHOR id="nm-settings-connection-interface-delete" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-delete"> -<ANCHOR id="nm-settings-connection-interface-get-secrets" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-get-secrets"> -<ANCHOR id="nm-settings-connection-interface-emit-updated" href="libnm-glib/libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-emit-updated"> -<ANCHOR id="libnm-glib-nm-settings-interface" href="libnm-glib/libnm-glib-nm-settings-interface.html"> -<ANCHOR id="libnm-glib-nm-settings-interface.synopsis" href="libnm-glib/libnm-glib-nm-settings-interface.html#libnm-glib-nm-settings-interface.synopsis"> -<ANCHOR id="libnm-glib-nm-settings-interface.description" href="libnm-glib/libnm-glib-nm-settings-interface.html#libnm-glib-nm-settings-interface.description"> -<ANCHOR id="libnm-glib-nm-settings-interface.details" href="libnm-glib/libnm-glib-nm-settings-interface.html#libnm-glib-nm-settings-interface.details"> -<ANCHOR id="NMSettingsInterfaceError" href="libnm-glib/libnm-glib-nm-settings-interface.html#NMSettingsInterfaceError"> -<ANCHOR id="NM-SETTINGS-INTERFACE-ERROR:CAPS" href="libnm-glib/libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-ERROR:CAPS"> -<ANCHOR id="nm-settings-interface-error-quark" href="libnm-glib/libnm-glib-nm-settings-interface.html#nm-settings-interface-error-quark"> -<ANCHOR id="NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS" href="libnm-glib/libnm-glib-nm-settings-interface.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"> -<ANCHOR id="NM-SETTINGS-INTERFACE-GET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-GET-INTERFACE:CAPS"> -<ANCHOR id="NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS" href="libnm-glib/libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"> -<ANCHOR id="NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS" href="libnm-glib/libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"> -<ANCHOR id="NMSettingsInterface" href="libnm-glib/libnm-glib-nm-settings-interface.html#NMSettingsInterface"> -<ANCHOR id="NMSettingsAddConnectionFunc" href="libnm-glib/libnm-glib-nm-settings-interface.html#NMSettingsAddConnectionFunc"> -<ANCHOR id="nm-settings-interface-get-type" href="libnm-glib/libnm-glib-nm-settings-interface.html#nm-settings-interface-get-type"> -<ANCHOR id="nm-settings-interface-list-connections" href="libnm-glib/libnm-glib-nm-settings-interface.html#nm-settings-interface-list-connections"> -<ANCHOR id="nm-settings-interface-get-connection-by-path" href="libnm-glib/libnm-glib-nm-settings-interface.html#nm-settings-interface-get-connection-by-path"> -<ANCHOR id="nm-settings-interface-add-connection" href="libnm-glib/libnm-glib-nm-settings-interface.html#nm-settings-interface-add-connection"> -<ANCHOR id="libnm-glib-nm-settings-service" href="libnm-glib/libnm-glib-nm-settings-service.html"> -<ANCHOR id="libnm-glib-nm-settings-service.synopsis" href="libnm-glib/libnm-glib-nm-settings-service.html#libnm-glib-nm-settings-service.synopsis"> -<ANCHOR id="libnm-glib-nm-settings-service.description" href="libnm-glib/libnm-glib-nm-settings-service.html#libnm-glib-nm-settings-service.description"> -<ANCHOR id="libnm-glib-nm-settings-service.details" href="libnm-glib/libnm-glib-nm-settings-service.html#libnm-glib-nm-settings-service.details"> -<ANCHOR id="NM-SETTINGS-SERVICE-BUS:CAPS" href="libnm-glib/libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-BUS:CAPS"> -<ANCHOR id="NM-SETTINGS-SERVICE-SCOPE:CAPS" href="libnm-glib/libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-SCOPE:CAPS"> -<ANCHOR id="NMSettingsService" href="libnm-glib/libnm-glib-nm-settings-service.html#NMSettingsService"> -<ANCHOR id="nm-settings-service-get-connection-by-path" href="libnm-glib/libnm-glib-nm-settings-service.html#nm-settings-service-get-connection-by-path"> -<ANCHOR id="nm-settings-service-export" href="libnm-glib/libnm-glib-nm-settings-service.html#nm-settings-service-export"> -<ANCHOR id="nm-settings-service-export-connection" href="libnm-glib/libnm-glib-nm-settings-service.html#nm-settings-service-export-connection"> -<ANCHOR id="libnm-glib-nm-settings-system-interface" href="libnm-glib/libnm-glib-nm-settings-system-interface.html"> -<ANCHOR id="libnm-glib-nm-settings-system-interface.synopsis" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#libnm-glib-nm-settings-system-interface.synopsis"> -<ANCHOR id="libnm-glib-nm-settings-system-interface.description" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#libnm-glib-nm-settings-system-interface.description"> -<ANCHOR id="libnm-glib-nm-settings-system-interface.details" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#libnm-glib-nm-settings-system-interface.details"> -<ANCHOR id="NMSettingsSystemPermissions" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NMSettingsSystemPermissions"> -<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-GET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-GET-INTERFACE:CAPS"> -<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"> -<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"> -<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"> -<ANCHOR id="NMSettingsSystemInterfaceProp" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterfaceProp"> -<ANCHOR id="NMSettingsSystemInterface" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface"> -<ANCHOR id="NMSettingsSystemSaveHostnameFunc" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NMSettingsSystemSaveHostnameFunc"> -<ANCHOR id="NMSettingsSystemGetPermissionsFunc" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#NMSettingsSystemGetPermissionsFunc"> -<ANCHOR id="nm-settings-system-interface-save-hostname" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-save-hostname"> -<ANCHOR id="nm-settings-system-interface-get-permissions" href="libnm-glib/libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-get-permissions"> +<ANCHOR id="libnm-glib-NMSettingsConnection" href="libnm-glib/libnm-glib-NMSettingsConnection.html"> +<ANCHOR id="libnm-glib-NMSettingsConnection.synopsis" href="libnm-glib/libnm-glib-NMSettingsConnection.html#libnm-glib-NMSettingsConnection.synopsis"> +<ANCHOR id="libnm-glib-NMSettingsConnection.description" href="libnm-glib/libnm-glib-NMSettingsConnection.html#libnm-glib-NMSettingsConnection.description"> +<ANCHOR id="libnm-glib-NMSettingsConnection.details" href="libnm-glib/libnm-glib-NMSettingsConnection.html#libnm-glib-NMSettingsConnection.details"> +<ANCHOR id="NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS" href="libnm-glib/libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"> +<ANCHOR id="NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS" href="libnm-glib/libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"> +<ANCHOR id="NMSettingsConnectionInterface" href="libnm-glib/libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"> +<ANCHOR id="NMSettingsConnectionInterfaceUpdateFunc" href="libnm-glib/libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc"> +<ANCHOR id="NMSettingsConnectionInterfaceDeleteFunc" href="libnm-glib/libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc"> +<ANCHOR id="NMSettingsConnectionInterfaceGetSecretsFunc" href="libnm-glib/libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc"> +<ANCHOR id="nm-settings-connection-interface-update" href="libnm-glib/libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-update"> +<ANCHOR id="nm-settings-connection-interface-delete" href="libnm-glib/libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-delete"> +<ANCHOR id="nm-settings-connection-interface-get-secrets" href="libnm-glib/libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-get-secrets"> +<ANCHOR id="nm-settings-connection-interface-emit-updated" href="libnm-glib/libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-emit-updated"> +<ANCHOR id="libnm-glib-NMSettings" href="libnm-glib/libnm-glib-NMSettings.html"> +<ANCHOR id="libnm-glib-NMSettings.synopsis" href="libnm-glib/libnm-glib-NMSettings.html#libnm-glib-NMSettings.synopsis"> +<ANCHOR id="libnm-glib-NMSettings.description" href="libnm-glib/libnm-glib-NMSettings.html#libnm-glib-NMSettings.description"> +<ANCHOR id="libnm-glib-NMSettings.details" href="libnm-glib/libnm-glib-NMSettings.html#libnm-glib-NMSettings.details"> +<ANCHOR id="NMSettingsInterfaceError" href="libnm-glib/libnm-glib-NMSettings.html#NMSettingsInterfaceError"> +<ANCHOR id="NM-SETTINGS-INTERFACE-ERROR:CAPS" href="libnm-glib/libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-ERROR:CAPS"> +<ANCHOR id="nm-settings-interface-error-quark" href="libnm-glib/libnm-glib-NMSettings.html#nm-settings-interface-error-quark"> +<ANCHOR id="NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS" href="libnm-glib/libnm-glib-NMSettings.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"> +<ANCHOR id="NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS" href="libnm-glib/libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"> +<ANCHOR id="NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS" href="libnm-glib/libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"> +<ANCHOR id="NMSettingsInterface" href="libnm-glib/libnm-glib-NMSettings.html#NMSettingsInterface"> +<ANCHOR id="NMSettingsAddConnectionFunc" href="libnm-glib/libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc"> +<ANCHOR id="nm-settings-interface-get-type" href="libnm-glib/libnm-glib-NMSettings.html#nm-settings-interface-get-type"> +<ANCHOR id="nm-settings-interface-list-connections" href="libnm-glib/libnm-glib-NMSettings.html#nm-settings-interface-list-connections"> +<ANCHOR id="nm-settings-interface-get-connection-by-path" href="libnm-glib/libnm-glib-NMSettings.html#nm-settings-interface-get-connection-by-path"> +<ANCHOR id="nm-settings-interface-add-connection" href="libnm-glib/libnm-glib-NMSettings.html#nm-settings-interface-add-connection"> +<ANCHOR id="libnm-glib-NMSettingsService" href="libnm-glib/libnm-glib-NMSettingsService.html"> +<ANCHOR id="libnm-glib-NMSettingsService.synopsis" href="libnm-glib/libnm-glib-NMSettingsService.html#libnm-glib-NMSettingsService.synopsis"> +<ANCHOR id="libnm-glib-NMSettingsService.description" href="libnm-glib/libnm-glib-NMSettingsService.html#libnm-glib-NMSettingsService.description"> +<ANCHOR id="libnm-glib-NMSettingsService.details" href="libnm-glib/libnm-glib-NMSettingsService.html#libnm-glib-NMSettingsService.details"> +<ANCHOR id="NM-SETTINGS-SERVICE-BUS:CAPS" href="libnm-glib/libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-BUS:CAPS"> +<ANCHOR id="NM-SETTINGS-SERVICE-SCOPE:CAPS" href="libnm-glib/libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-SCOPE:CAPS"> +<ANCHOR id="NMSettingsService" href="libnm-glib/libnm-glib-NMSettingsService.html#NMSettingsService"> +<ANCHOR id="NMSettingsServiceClass" href="libnm-glib/libnm-glib-NMSettingsService.html#NMSettingsServiceClass"> +<ANCHOR id="nm-settings-service-get-connection-by-path" href="libnm-glib/libnm-glib-NMSettingsService.html#nm-settings-service-get-connection-by-path"> +<ANCHOR id="nm-settings-service-export" href="libnm-glib/libnm-glib-NMSettingsService.html#nm-settings-service-export"> +<ANCHOR id="nm-settings-service-export-connection" href="libnm-glib/libnm-glib-NMSettingsService.html#nm-settings-service-export-connection"> +<ANCHOR id="libnm-glib-NMSettingsSystem" href="libnm-glib/libnm-glib-NMSettingsSystem.html"> +<ANCHOR id="libnm-glib-NMSettingsSystem.synopsis" href="libnm-glib/libnm-glib-NMSettingsSystem.html#libnm-glib-NMSettingsSystem.synopsis"> +<ANCHOR id="libnm-glib-NMSettingsSystem.description" href="libnm-glib/libnm-glib-NMSettingsSystem.html#libnm-glib-NMSettingsSystem.description"> +<ANCHOR id="libnm-glib-NMSettingsSystem.details" href="libnm-glib/libnm-glib-NMSettingsSystem.html#libnm-glib-NMSettingsSystem.details"> +<ANCHOR id="NMSettingsSystemPermissions" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions"> +<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"> +<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"> +<ANCHOR id="NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"> +<ANCHOR id="NMSettingsSystemInterfaceProp" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterfaceProp"> +<ANCHOR id="NMSettingsSystemInterface" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface"> +<ANCHOR id="NMSettingsSystemSaveHostnameFunc" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc"> +<ANCHOR id="NMSettingsSystemGetPermissionsFunc" href="libnm-glib/libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc"> +<ANCHOR id="nm-settings-system-interface-save-hostname" href="libnm-glib/libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-save-hostname"> +<ANCHOR id="nm-settings-system-interface-get-permissions" href="libnm-glib/libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-get-permissions"> <ANCHOR id="libnm-glib-nm-types" href="libnm-glib/libnm-glib-nm-types.html"> <ANCHOR id="libnm-glib-nm-types.synopsis" href="libnm-glib/libnm-glib-nm-types.html#libnm-glib-nm-types.synopsis"> <ANCHOR id="libnm-glib-nm-types.description" href="libnm-glib/libnm-glib-nm-types.html#libnm-glib-nm-types.description"> @@ -437,62 +466,63 @@ <ANCHOR id="nm-ip6-address-array-get-type" href="libnm-glib/libnm-glib-nm-types.html#nm-ip6-address-array-get-type"> <ANCHOR id="NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS" href="libnm-glib/libnm-glib-nm-types.html#NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS"> <ANCHOR id="nm-ip6-route-object-array-get-type" href="libnm-glib/libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type"> -<ANCHOR id="libnm-glib-nm-vpn-connection" href="libnm-glib/libnm-glib-nm-vpn-connection.html"> -<ANCHOR id="libnm-glib-nm-vpn-connection.synopsis" href="libnm-glib/libnm-glib-nm-vpn-connection.html#libnm-glib-nm-vpn-connection.synopsis"> -<ANCHOR id="libnm-glib-nm-vpn-connection.description" href="libnm-glib/libnm-glib-nm-vpn-connection.html#libnm-glib-nm-vpn-connection.description"> -<ANCHOR id="libnm-glib-nm-vpn-connection.details" href="libnm-glib/libnm-glib-nm-vpn-connection.html#libnm-glib-nm-vpn-connection.details"> -<ANCHOR id="NM-VPN-CONNECTION-VPN-STATE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"> -<ANCHOR id="NM-VPN-CONNECTION-BANNER:CAPS" href="libnm-glib/libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-BANNER:CAPS"> -<ANCHOR id="NMVPNConnection" href="libnm-glib/libnm-glib-nm-vpn-connection.html#NMVPNConnection"> -<ANCHOR id="nm-vpn-connection-new" href="libnm-glib/libnm-glib-nm-vpn-connection.html#nm-vpn-connection-new"> -<ANCHOR id="nm-vpn-connection-get-vpn-state" href="libnm-glib/libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-vpn-state"> -<ANCHOR id="nm-vpn-connection-get-banner" href="libnm-glib/libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-banner"> -<ANCHOR id="libnm-glib-nm-vpn-plugin" href="libnm-glib/libnm-glib-nm-vpn-plugin.html"> -<ANCHOR id="libnm-glib-nm-vpn-plugin.synopsis" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#libnm-glib-nm-vpn-plugin.synopsis"> -<ANCHOR id="libnm-glib-nm-vpn-plugin.description" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#libnm-glib-nm-vpn-plugin.description"> -<ANCHOR id="libnm-glib-nm-vpn-plugin.details" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#libnm-glib-nm-vpn-plugin.details"> -<ANCHOR id="NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-STATE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-STATE:CAPS"> -<ANCHOR id="NMVPNPluginError" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#NMVPNPluginError"> -<ANCHOR id="NM-VPN-PLUGIN-ERROR:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-ERROR:CAPS"> -<ANCHOR id="NM-TYPE-VPN-PLUGIN-ERROR:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS"> -<ANCHOR id="NMVPNPlugin" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#NMVPNPlugin"> -<ANCHOR id="nm-vpn-plugin-error-quark" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-quark"> -<ANCHOR id="nm-vpn-plugin-error-get-type" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-get-type"> -<ANCHOR id="nm-vpn-plugin-get-connection" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-connection"> -<ANCHOR id="nm-vpn-plugin-get-state" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-state"> -<ANCHOR id="nm-vpn-plugin-set-state" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-state"> -<ANCHOR id="nm-vpn-plugin-set-login-banner" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-login-banner"> -<ANCHOR id="nm-vpn-plugin-failure" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-failure"> -<ANCHOR id="nm-vpn-plugin-set-ip4-config" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-ip4-config"> -<ANCHOR id="nm-vpn-plugin-disconnect" href="libnm-glib/libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-disconnect"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-ui-interface" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-ui-interface.synopsis" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#libnm-glib-nm-vpn-plugin-ui-interface.synopsis"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-ui-interface.description" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#libnm-glib-nm-vpn-plugin-ui-interface.description"> -<ANCHOR id="libnm-glib-nm-vpn-plugin-ui-interface.details" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#libnm-glib-nm-vpn-plugin-ui-interface.details"> -<ANCHOR id="NMVpnPluginUiInterface" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface"> -<ANCHOR id="NMVpnPluginUiWidgetInterface" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface"> -<ANCHOR id="NMVpnPluginUiFactory" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiFactory"> -<ANCHOR id="nm-vpn-plugin-ui-factory" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-factory"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-GET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-GET-INTERFACE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"> -<ANCHOR id="NMVpnPluginUiInterfaceProp" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterfaceProp"> -<ANCHOR id="nm-vpn-plugin-ui-interface-ui-factory" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-ui-factory"> -<ANCHOR id="nm-vpn-plugin-ui-interface-get-capabilities" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-capabilities"> -<ANCHOR id="nm-vpn-plugin-ui-interface-import" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-import"> -<ANCHOR id="nm-vpn-plugin-ui-interface-export" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-export"> -<ANCHOR id="nm-vpn-plugin-ui-interface-get-suggested-name" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-suggested-name"> -<ANCHOR id="nm-vpn-plugin-ui-interface-delete-connection" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-delete-connection"> -<ANCHOR id="NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"> -<ANCHOR id="NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"> -<ANCHOR id="NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-get-type" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-type"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-get-widget" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-widget"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-update-connection" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-update-connection"> -<ANCHOR id="nm-vpn-plugin-ui-widget-interface-save-secrets" href="libnm-glib/libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-save-secrets"> +<ANCHOR id="libnm-glib-NMVPNConnection" href="libnm-glib/libnm-glib-NMVPNConnection.html"> +<ANCHOR id="libnm-glib-NMVPNConnection.synopsis" href="libnm-glib/libnm-glib-NMVPNConnection.html#libnm-glib-NMVPNConnection.synopsis"> +<ANCHOR id="libnm-glib-NMVPNConnection.description" href="libnm-glib/libnm-glib-NMVPNConnection.html#libnm-glib-NMVPNConnection.description"> +<ANCHOR id="libnm-glib-NMVPNConnection.details" href="libnm-glib/libnm-glib-NMVPNConnection.html#libnm-glib-NMVPNConnection.details"> +<ANCHOR id="NM-VPN-CONNECTION-VPN-STATE:CAPS" href="libnm-glib/libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"> +<ANCHOR id="NM-VPN-CONNECTION-BANNER:CAPS" href="libnm-glib/libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-BANNER:CAPS"> +<ANCHOR id="NMVPNConnection" href="libnm-glib/libnm-glib-NMVPNConnection.html#NMVPNConnection"> +<ANCHOR id="NMVPNConnectionClass" href="libnm-glib/libnm-glib-NMVPNConnection.html#NMVPNConnectionClass"> +<ANCHOR id="nm-vpn-connection-new" href="libnm-glib/libnm-glib-NMVPNConnection.html#nm-vpn-connection-new"> +<ANCHOR id="nm-vpn-connection-get-vpn-state" href="libnm-glib/libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-vpn-state"> +<ANCHOR id="nm-vpn-connection-get-banner" href="libnm-glib/libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-banner"> +<ANCHOR id="libnm-glib-NMVPNPlugin" href="libnm-glib/libnm-glib-NMVPNPlugin.html"> +<ANCHOR id="libnm-glib-NMVPNPlugin.synopsis" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.synopsis"> +<ANCHOR id="libnm-glib-NMVPNPlugin.description" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.description"> +<ANCHOR id="libnm-glib-NMVPNPlugin.details" href="libnm-glib/libnm-glib-NMVPNPlugin.html#libnm-glib-NMVPNPlugin.details"> +<ANCHOR id="NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-STATE:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE:CAPS"> +<ANCHOR id="NMVPNPluginError" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NMVPNPluginError"> +<ANCHOR id="NM-VPN-PLUGIN-ERROR:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR:CAPS"> +<ANCHOR id="NM-TYPE-VPN-PLUGIN-ERROR:CAPS" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS"> +<ANCHOR id="NMVPNPlugin" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NMVPNPlugin"> +<ANCHOR id="NMVPNPluginClass" href="libnm-glib/libnm-glib-NMVPNPlugin.html#NMVPNPluginClass"> +<ANCHOR id="nm-vpn-plugin-error-quark" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark"> +<ANCHOR id="nm-vpn-plugin-error-get-type" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-get-type"> +<ANCHOR id="nm-vpn-plugin-get-connection" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection"> +<ANCHOR id="nm-vpn-plugin-get-state" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state"> +<ANCHOR id="nm-vpn-plugin-set-state" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state"> +<ANCHOR id="nm-vpn-plugin-set-login-banner" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner"> +<ANCHOR id="nm-vpn-plugin-failure" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure"> +<ANCHOR id="nm-vpn-plugin-set-ip4-config" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config"> +<ANCHOR id="nm-vpn-plugin-disconnect" href="libnm-glib/libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect"> +<ANCHOR id="libnm-glib-NMVpnPluginUi" href="libnm-glib/libnm-glib-NMVpnPluginUi.html"> +<ANCHOR id="libnm-glib-NMVpnPluginUi.synopsis" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#libnm-glib-NMVpnPluginUi.synopsis"> +<ANCHOR id="libnm-glib-NMVpnPluginUi.description" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#libnm-glib-NMVpnPluginUi.description"> +<ANCHOR id="libnm-glib-NMVpnPluginUi.details" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#libnm-glib-NMVpnPluginUi.details"> +<ANCHOR id="NMVpnPluginUiInterface" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface"> +<ANCHOR id="NMVpnPluginUiWidgetInterface" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface"> +<ANCHOR id="NMVpnPluginUiFactory" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiFactory"> +<ANCHOR id="nm-vpn-plugin-ui-factory" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-factory"> +<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"> +<ANCHOR id="NMVpnPluginUiInterfaceProp" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterfaceProp"> +<ANCHOR id="nm-vpn-plugin-ui-interface-ui-factory" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-ui-factory"> +<ANCHOR id="nm-vpn-plugin-ui-interface-get-capabilities" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-capabilities"> +<ANCHOR id="nm-vpn-plugin-ui-interface-import" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-import"> +<ANCHOR id="nm-vpn-plugin-ui-interface-export" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-export"> +<ANCHOR id="nm-vpn-plugin-ui-interface-get-suggested-name" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-suggested-name"> +<ANCHOR id="nm-vpn-plugin-ui-interface-delete-connection" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-delete-connection"> +<ANCHOR id="NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"> +<ANCHOR id="NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"> +<ANCHOR id="NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"> +<ANCHOR id="nm-vpn-plugin-ui-widget-interface-get-type" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-type"> +<ANCHOR id="nm-vpn-plugin-ui-widget-interface-get-widget" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-widget"> +<ANCHOR id="nm-vpn-plugin-ui-widget-interface-update-connection" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-update-connection"> +<ANCHOR id="nm-vpn-plugin-ui-widget-interface-save-secrets" href="libnm-glib/libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-save-secrets"> diff --git a/docs/libnm-glib/html/libnm-glib-nm-device-bt.html b/docs/libnm-glib/html/libnm-glib-NMDeviceBt.html index 4372ca11..91c5f6fb 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-device-bt.html +++ b/docs/libnm-glib/html/libnm-glib-NMDeviceBt.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMDeviceBt</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMCdmaDevice.html" title="NMCdmaDevice"> -<link rel="next" href="libnm-glib-nm-access-point.html" title="NMAccessPoint"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="next" href="NMAccessPoint.html" title="NMAccessPoint"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -18,43 +18,44 @@ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-access-point.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="NMAccessPoint.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-device-bt.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMDeviceBt.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-device-bt.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMDeviceBt.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="NMDeviceBt"> -<a name="libnm-glib-nm-device-bt"></a><div class="titlepage"></div> +<a name="libnm-glib-NMDeviceBt"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-device-bt.top_of_page"></a>NMDeviceBt</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMDeviceBt.top_of_page"></a>NMDeviceBt</span></h2> <p>NMDeviceBt</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-device-bt.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">#define <a class="link" href="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS" title="NM_DEVICE_BT_HW_ADDRESS">NM_DEVICE_BT_HW_ADDRESS</a> -#define <a class="link" href="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-NAME:CAPS" title="NM_DEVICE_BT_NAME">NM_DEVICE_BT_NAME</a> -#define <a class="link" href="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-CAPABILITIES:CAPS" title="NM_DEVICE_BT_CAPABILITIES">NM_DEVICE_BT_CAPABILITIES</a> - <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt">NMDeviceBt</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-device-bt.html#nm-device-bt-new" title="nm_device_bt_new ()">nm_device_bt_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<a name="libnm-glib-NMDeviceBt.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS" title="NM_DEVICE_BT_HW_ADDRESS">NM_DEVICE_BT_HW_ADDRESS</a> +#define <a class="link" href="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS" title="NM_DEVICE_BT_NAME">NM_DEVICE_BT_NAME</a> +#define <a class="link" href="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS" title="NM_DEVICE_BT_CAPABILITIES">NM_DEVICE_BT_CAPABILITIES</a> + <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt">NMDeviceBt</a>; + <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBtClass" title="NMDeviceBtClass">NMDeviceBtClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-NMDeviceBt.html#nm-device-bt-new" title="nm_device_bt_new ()">nm_device_bt_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device-bt.html#nm-device-bt-get-hw-address" title="nm_device_bt_get_hw_address ()">nm_device_bt_get_hw_address</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device-bt.html#nm-device-bt-get-name" title="nm_device_bt_get_name ()">nm_device_bt_get_name</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>); -<span class="returnvalue">NMBluetoothCapabilities</span> <a class="link" href="libnm-glib-nm-device-bt.html#nm-device-bt-get-capabilities" title="nm_device_bt_get_capabilities ()">nm_device_bt_get_capabilities</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-NMDeviceBt.html#nm-device-bt-get-hw-address" title="nm_device_bt_get_hw_address ()">nm_device_bt_get_hw_address</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-NMDeviceBt.html#nm-device-bt-get-name" title="nm_device_bt_get_name ()">nm_device_bt_get_name</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>); +<span class="returnvalue">NMBluetoothCapabilities</span> <a class="link" href="libnm-glib-NMDeviceBt.html#nm-device-bt-get-capabilities" title="nm_device_bt_get_capabilities ()">nm_device_bt_get_capabilities</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-device-bt.description"></a><h2>Description</h2> +<a name="libnm-glib-NMDeviceBt.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-device-bt.details"></a><h2>Details</h2> +<a name="libnm-glib-NMDeviceBt.details"></a><h2>Details</h2> <div class="refsect2" title="NM_DEVICE_BT_HW_ADDRESS"> <a name="NM-DEVICE-BT-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_BT_HW_ADDRESS</h3> <pre class="programlisting">#define NM_DEVICE_BT_HW_ADDRESS "hw-address" @@ -89,12 +90,30 @@ const <span class="returnvalue">char</span> * <a class="link" href="libnm </p> </div> <hr> +<div class="refsect2" title="NMDeviceBtClass"> +<a name="NMDeviceBtClass"></a><h3>NMDeviceBtClass</h3> +<pre class="programlisting">typedef struct { + NMDeviceClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMDeviceBtClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_device_bt_new ()"> <a name="nm-device-bt-new"></a><h3>nm_device_bt_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_bt_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_bt_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p> -Creates a new <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>. +Creates a new <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> @@ -120,16 +139,16 @@ Creates a new <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" tit <hr> <div class="refsect2" title="nm_device_bt_get_hw_address ()"> <a name="nm-device-bt-get-hw-address"></a><h3>nm_device_bt_get_hw_address ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_bt_get_hw_address (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_bt_get_hw_address (<em class="parameter"><code><a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> <p> -Gets the hardware (MAC) address of the <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> +Gets the hardware (MAC) address of the <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> +<td>a <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> </td> </tr> <tr> @@ -144,16 +163,16 @@ device, and must not be modified. <hr> <div class="refsect2" title="nm_device_bt_get_name ()"> <a name="nm-device-bt-get-name"></a><h3>nm_device_bt_get_name ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_bt_get_name (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_bt_get_name (<em class="parameter"><code><a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> <p> -Gets the name of the <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>. +Gets the name of the <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a>. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> +<td>a <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> </td> </tr> <tr> @@ -167,7 +186,7 @@ Gets the name of the <a class="link" href="libnm-glib-nm-device-bt.html#NMDevice <hr> <div class="refsect2" title="nm_device_bt_get_capabilities ()"> <a name="nm-device-bt-get-capabilities"></a><h3>nm_device_bt_get_capabilities ()</h3> -<pre class="programlisting"><span class="returnvalue">NMBluetoothCapabilities</span> nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">NMBluetoothCapabilities</span> nm_device_bt_get_capabilities (<em class="parameter"><code><a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> *device</code></em>);</pre> <p> Returns the Bluetooth device's usable capabilities. </p> @@ -176,7 +195,7 @@ Returns the Bluetooth device's usable capabilities. <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-bt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> +<td>a <a class="link" href="libnm-glib-NMDeviceBt.html#NMDeviceBt" title="NMDeviceBt"><span class="type">NMDeviceBt</span></a> </td> </tr> <tr> @@ -191,6 +210,6 @@ Returns the Bluetooth device's usable capabilities. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMExportedConnection.html b/docs/libnm-glib/html/libnm-glib-NMExportedConnection.html index 58492295..a93169af 100644 --- a/docs/libnm-glib/html/libnm-glib-NMExportedConnection.html +++ b/docs/libnm-glib/html/libnm-glib-NMExportedConnection.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMExportedConnection</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="NMDHCP6Config.html" title="NMDHCP6Config"> -<link rel="next" href="libnm-glib-nm-object.html" title="NMObject"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="next" href="NMObject.html" title="NMObject"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -18,7 +18,7 @@ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-object.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="NMObject.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#libnm-glib-NMExportedConnection.synopsis" class="shortcut">Top</a> @@ -38,6 +38,7 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="libnm-glib-NMExportedConnection.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnection" title="NMExportedConnection">NMExportedConnection</a>; + <a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnectionClass" title="NMExportedConnectionClass">NMExportedConnectionClass</a>; <a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnection" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * <a class="link" href="libnm-glib-NMExportedConnection.html#nm-exported-connection-new" title="nm_exported_connection_new ()">nm_exported_connection_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>); </pre> </div> @@ -58,6 +59,40 @@ </p> </div> <hr> +<div class="refsect2" title="NMExportedConnectionClass"> +<a name="NMExportedConnectionClass"></a><h3>NMExportedConnectionClass</h3> +<pre class="programlisting">typedef struct { + NMConnectionClass parent; + + GHashTable * (*get_settings) (NMExportedConnection *self, + GError **error); + + void (*update) (NMExportedConnection *self, + GHashTable *new_settings, + DBusGMethodInvocation *context); + + void (*delete) (NMExportedConnection *self, + DBusGMethodInvocation *context); + + void (*get_secrets) (NMExportedConnection *self, + const gchar *setting_name, + const gchar **hints, + gboolean request_new, + DBusGMethodInvocation *context); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMExportedConnectionClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_exported_connection_new ()"> <a name="nm-exported-connection-new"></a><h3>nm_exported_connection_new ()</h3> <pre class="programlisting"><a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnection" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * nm_exported_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);</pre> @@ -74,7 +109,7 @@ Creates a new object representing the remote connection. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the new exported connection object on success, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure +<td> the new exported connection object on success, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure </td> </tr> </tbody> @@ -84,6 +119,6 @@ Creates a new object representing the remote connection. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMRemoteConnection.html b/docs/libnm-glib/html/libnm-glib-NMRemoteConnection.html index 9bac6e61..74a87b65 100644 --- a/docs/libnm-glib/html/libnm-glib-NMRemoteConnection.html +++ b/docs/libnm-glib/html/libnm-glib-NMRemoteConnection.html @@ -3,22 +3,22 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMRemoteConnection</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-object.html" title="NMObject"> -<link rel="next" href="libnm-glib-nm-remote-settings.html" title="NMRemoteSettings"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="NMObject.html" title="NMObject"> +<link rel="next" href="libnm-glib-NMRemoteSettings.html" title="NMRemoteSettings"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-object.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="NMObject.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-remote-settings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMRemoteSettings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#libnm-glib-NMRemoteConnection.synopsis" class="shortcut">Top</a> @@ -38,6 +38,7 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="libnm-glib-NMRemoteConnection.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="libnm-glib-NMRemoteConnection.html#NMRemoteConnection" title="NMRemoteConnection">NMRemoteConnection</a>; + <a class="link" href="libnm-glib-NMRemoteConnection.html#NMRemoteConnectionClass" title="NMRemoteConnectionClass">NMRemoteConnectionClass</a>; <a class="link" href="libnm-glib-NMRemoteConnection.html#NMRemoteConnection" title="NMRemoteConnection"><span class="returnvalue">NMRemoteConnection</span></a> * <a class="link" href="libnm-glib-NMRemoteConnection.html#nm-remote-connection-new" title="nm_remote_connection_new ()">nm_remote_connection_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); @@ -60,6 +61,24 @@ </p> </div> <hr> +<div class="refsect2" title="NMRemoteConnectionClass"> +<a name="NMRemoteConnectionClass"></a><h3>NMRemoteConnectionClass</h3> +<pre class="programlisting">typedef struct { + NMConnectionClass parent_class; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMRemoteConnectionClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_remote_connection_new ()"> <a name="nm-remote-connection-new"></a><h3>nm_remote_connection_new ()</h3> <pre class="programlisting"><a class="link" href="libnm-glib-NMRemoteConnection.html#NMRemoteConnection" title="NMRemoteConnection"><span class="returnvalue">NMRemoteConnection</span></a> * nm_remote_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>, @@ -89,7 +108,7 @@ Creates a new object representing the remote connection. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the new remote connection object on success, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure +<td> the new remote connection object on success, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure </td> </tr> </tbody> @@ -99,6 +118,6 @@ Creates a new object representing the remote connection. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-remote-settings.html b/docs/libnm-glib/html/libnm-glib-NMRemoteSettings.html index 7f2c41cb..7ea15083 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-remote-settings.html +++ b/docs/libnm-glib/html/libnm-glib-NMRemoteSettings.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMRemoteSettings</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="libnm-glib-NMRemoteConnection.html" title="NMRemoteConnection"> <link rel="next" href="libnm-glib-NMRemoteSettingsSystem.html" title="NMRemoteSettingsSystem"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -21,37 +21,38 @@ <td><a accesskey="n" href="libnm-glib-NMRemoteSettingsSystem.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-remote-settings.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMRemoteSettings.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-remote-settings.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMRemoteSettings.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="NMRemoteSettings"> -<a name="libnm-glib-nm-remote-settings"></a><div class="titlepage"></div> +<a name="libnm-glib-NMRemoteSettings"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-remote-settings.top_of_page"></a>NMRemoteSettings</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMRemoteSettings.top_of_page"></a>NMRemoteSettings</span></h2> <p>NMRemoteSettings</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-remote-settings.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">#define <a class="link" href="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-BUS:CAPS" title="NM_REMOTE_SETTINGS_BUS">NM_REMOTE_SETTINGS_BUS</a> -#define <a class="link" href="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS" title="NM_REMOTE_SETTINGS_SCOPE">NM_REMOTE_SETTINGS_SCOPE</a> -#define <a class="link" href="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS" title="NM_REMOTE_SETTINGS_SERVICE_RUNNING">NM_REMOTE_SETTINGS_SERVICE_RUNNING</a> - <a class="link" href="libnm-glib-nm-remote-settings.html#NMRemoteSettings" title="NMRemoteSettings">NMRemoteSettings</a>; -<a class="link" href="libnm-glib-nm-remote-settings.html#NMRemoteSettings" title="NMRemoteSettings"><span class="returnvalue">NMRemoteSettings</span></a> * <a class="link" href="libnm-glib-nm-remote-settings.html#nm-remote-settings-new" title="nm_remote_settings_new ()">nm_remote_settings_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>, +<a name="libnm-glib-NMRemoteSettings.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-BUS:CAPS" title="NM_REMOTE_SETTINGS_BUS">NM_REMOTE_SETTINGS_BUS</a> +#define <a class="link" href="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS" title="NM_REMOTE_SETTINGS_SCOPE">NM_REMOTE_SETTINGS_SCOPE</a> +#define <a class="link" href="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS" title="NM_REMOTE_SETTINGS_SERVICE_RUNNING">NM_REMOTE_SETTINGS_SERVICE_RUNNING</a> + <a class="link" href="libnm-glib-NMRemoteSettings.html#NMRemoteSettings" title="NMRemoteSettings">NMRemoteSettings</a>; + <a class="link" href="libnm-glib-NMRemoteSettings.html#NMRemoteSettingsClass" title="NMRemoteSettingsClass">NMRemoteSettingsClass</a>; +<a class="link" href="libnm-glib-NMRemoteSettings.html#NMRemoteSettings" title="NMRemoteSettings"><span class="returnvalue">NMRemoteSettings</span></a> * <a class="link" href="libnm-glib-NMRemoteSettings.html#nm-remote-settings-new" title="nm_remote_settings_new ()">nm_remote_settings_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-remote-settings.description"></a><h2>Description</h2> +<a name="libnm-glib-NMRemoteSettings.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-remote-settings.details"></a><h2>Details</h2> +<a name="libnm-glib-NMRemoteSettings.details"></a><h2>Details</h2> <div class="refsect2" title="NM_REMOTE_SETTINGS_BUS"> <a name="NM-REMOTE-SETTINGS-BUS:CAPS"></a><h3>NM_REMOTE_SETTINGS_BUS</h3> <pre class="programlisting">#define NM_REMOTE_SETTINGS_BUS "bus" @@ -86,9 +87,27 @@ </p> </div> <hr> +<div class="refsect2" title="NMRemoteSettingsClass"> +<a name="NMRemoteSettingsClass"></a><h3>NMRemoteSettingsClass</h3> +<pre class="programlisting">typedef struct { + GObjectClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMRemoteSettingsClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_remote_settings_new ()"> <a name="nm-remote-settings-new"></a><h3>nm_remote_settings_new ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-remote-settings.html#NMRemoteSettings" title="NMRemoteSettings"><span class="returnvalue">NMRemoteSettings</span></a> * nm_remote_settings_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>, +<pre class="programlisting"><a class="link" href="libnm-glib-NMRemoteSettings.html#NMRemoteSettings" title="NMRemoteSettings"><span class="returnvalue">NMRemoteSettings</span></a> * nm_remote_settings_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="type">NMConnectionScope</span></a> scope</code></em>);</pre> <p> Creates a new object representing the remote settings service. @@ -108,7 +127,7 @@ Creates a new object representing the remote settings service. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the new remote settings object on success, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure +<td> the new remote settings object on success, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure </td> </tr> </tbody> @@ -118,6 +137,6 @@ Creates a new object representing the remote settings service. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMRemoteSettingsSystem.html b/docs/libnm-glib/html/libnm-glib-NMRemoteSettingsSystem.html index c84d4665..5eb2e970 100644 --- a/docs/libnm-glib/html/libnm-glib-NMRemoteSettingsSystem.html +++ b/docs/libnm-glib/html/libnm-glib-NMRemoteSettingsSystem.html @@ -3,22 +3,22 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMRemoteSettingsSystem</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-remote-settings.html" title="NMRemoteSettings"> -<link rel="next" href="libnm-glib-nm-settings-connection-interface.html" title="nm-settings-connection-interface"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="libnm-glib-NMRemoteSettings.html" title="NMRemoteSettings"> +<link rel="next" href="libnm-glib-NMSettingsConnection.html" title="nm-settings-connection-interface"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-remote-settings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMRemoteSettings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-settings-connection-interface.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMSettingsConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#libnm-glib-NMRemoteSettingsSystem.synopsis" class="shortcut">Top</a> @@ -38,6 +38,7 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="libnm-glib-NMRemoteSettingsSystem.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis"> <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem" title="NMRemoteSettingsSystem">NMRemoteSettingsSystem</a>; + <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystemClass" title="NMRemoteSettingsSystemClass">NMRemoteSettingsSystemClass</a>; <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem" title="NMRemoteSettingsSystem"><span class="returnvalue">NMRemoteSettingsSystem</span></a> * <a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#nm-remote-settings-system-new" title="nm_remote_settings_system_new ()">nm_remote_settings_system_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>); </pre> </div> @@ -58,6 +59,24 @@ </p> </div> <hr> +<div class="refsect2" title="NMRemoteSettingsSystemClass"> +<a name="NMRemoteSettingsSystemClass"></a><h3>NMRemoteSettingsSystemClass</h3> +<pre class="programlisting">typedef struct { + NMRemoteSettingsClass parent; + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMRemoteSettingsSystemClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_remote_settings_system_new ()"> <a name="nm-remote-settings-system-new"></a><h3>nm_remote_settings_system_new ()</h3> <pre class="programlisting"><a class="link" href="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem" title="NMRemoteSettingsSystem"><span class="returnvalue">NMRemoteSettingsSystem</span></a> * nm_remote_settings_system_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *bus</code></em>);</pre> @@ -74,7 +93,7 @@ Creates a new object representing the remote system settings service. </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the new remote system settings object on success, or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure +<td> the new remote system settings object on success, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> on failure </td> </tr> </tbody> @@ -84,6 +103,6 @@ Creates a new object representing the remote system settings service. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-settings-interface.html b/docs/libnm-glib/html/libnm-glib-NMSettings.html index 8fedb758..77b1e594 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-settings-interface.html +++ b/docs/libnm-glib/html/libnm-glib-NMSettings.html @@ -3,71 +3,70 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>nm-settings-interface</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-settings-connection-interface.html" title="nm-settings-connection-interface"> -<link rel="next" href="libnm-glib-nm-settings-service.html" title="NMSettingsService"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="libnm-glib-NMSettingsConnection.html" title="nm-settings-connection-interface"> +<link rel="next" href="libnm-glib-NMSettingsService.html" title="NMSettingsService"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-settings-connection-interface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMSettingsConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-settings-service.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMSettingsService.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-settings-interface.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMSettings.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-settings-interface.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMSettings.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="nm-settings-interface"> -<a name="libnm-glib-nm-settings-interface"></a><div class="titlepage"></div> +<a name="libnm-glib-NMSettings"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-settings-interface.top_of_page"></a>nm-settings-interface</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMSettings.top_of_page"></a>nm-settings-interface</span></h2> <p>nm-settings-interface</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-settings-interface.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">enum <a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterfaceError" title="enum NMSettingsInterfaceError">NMSettingsInterfaceError</a>; -#define <a class="link" href="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-ERROR:CAPS" title="NM_SETTINGS_INTERFACE_ERROR">NM_SETTINGS_INTERFACE_ERROR</a> -<a href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="libnm-glib-nm-settings-interface.html#nm-settings-interface-error-quark" title="nm_settings_interface_error_quark ()">nm_settings_interface_error_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); -#define <a class="link" href="libnm-glib-nm-settings-interface.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS" title="NM_TYPE_SETTINGS_INTERFACE_ERROR">NM_TYPE_SETTINGS_INTERFACE_ERROR</a> -#define <a class="link" href="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-GET-INTERFACE:CAPS" title="NM_SETTINGS_INTERFACE_GET_INTERFACE()">NM_SETTINGS_INTERFACE_GET_INTERFACE</a> (obj) -#define <a class="link" href="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS" title="NM_SETTINGS_INTERFACE_NEW_CONNECTION">NM_SETTINGS_INTERFACE_NEW_CONNECTION</a> -#define <a class="link" href="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS" title="NM_SETTINGS_INTERFACE_CONNECTIONS_READ">NM_SETTINGS_INTERFACE_CONNECTIONS_READ</a> - <a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface">NMSettingsInterface</a>; -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()">*NMSettingsAddConnectionFunc</a>) (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-settings-interface.html#nm-settings-interface-get-type" title="nm_settings_interface_get_type ()">nm_settings_interface_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="libnm-glib-nm-settings-interface.html#nm-settings-interface-list-connections" title="nm_settings_interface_list_connections ()">nm_settings_interface_list_connections</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>); -<a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="returnvalue">NMSettingsConnectionInterface</span></a> * <a class="link" href="libnm-glib-nm-settings-interface.html#nm-settings-interface-get-connection-by-path" title="nm_settings_interface_get_connection_by_path ()">nm_settings_interface_get_connection_by_path</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, +<a name="libnm-glib-NMSettings.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">enum <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterfaceError" title="enum NMSettingsInterfaceError">NMSettingsInterfaceError</a>; +#define <a class="link" href="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-ERROR:CAPS" title="NM_SETTINGS_INTERFACE_ERROR">NM_SETTINGS_INTERFACE_ERROR</a> +<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-error-quark" title="nm_settings_interface_error_quark ()">nm_settings_interface_error_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +#define <a class="link" href="libnm-glib-NMSettings.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS" title="NM_TYPE_SETTINGS_INTERFACE_ERROR">NM_TYPE_SETTINGS_INTERFACE_ERROR</a> +#define <a class="link" href="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS" title="NM_SETTINGS_INTERFACE_NEW_CONNECTION">NM_SETTINGS_INTERFACE_NEW_CONNECTION</a> +#define <a class="link" href="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS" title="NM_SETTINGS_INTERFACE_CONNECTIONS_READ">NM_SETTINGS_INTERFACE_CONNECTIONS_READ</a> + <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface">NMSettingsInterface</a>; +<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()">*NMSettingsAddConnectionFunc</a>) (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-get-type" title="nm_settings_interface_get_type ()">nm_settings_interface_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-list-connections" title="nm_settings_interface_list_connections ()">nm_settings_interface_list_connections</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>); +<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="returnvalue">NMSettingsConnectionInterface</span></a> * <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-get-connection-by-path" title="nm_settings_interface_get_connection_by_path ()">nm_settings_interface_get_connection_by_path</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-settings-interface.html#nm-settings-interface-add-connection" title="nm_settings_interface_add_connection ()">nm_settings_interface_add_connection</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMSettings.html#nm-settings-interface-add-connection" title="nm_settings_interface_add_connection ()">nm_settings_interface_add_connection</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()"><span class="type">NMSettingsAddConnectionFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()"><span class="type">NMSettingsAddConnectionFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-settings-interface.description"></a><h2>Description</h2> +<a name="libnm-glib-NMSettings.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-settings-interface.details"></a><h2>Details</h2> +<a name="libnm-glib-NMSettings.details"></a><h2>Details</h2> <div class="refsect2" title="enum NMSettingsInterfaceError"> <a name="NMSettingsInterfaceError"></a><h3>enum NMSettingsInterfaceError</h3> <pre class="programlisting">typedef enum { @@ -94,7 +93,7 @@ <hr> <div class="refsect2" title="nm_settings_interface_error_quark ()"> <a name="nm-settings-interface-error-quark"></a><h3>nm_settings_interface_error_quark ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> nm_settings_interface_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> nm_settings_interface_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> Setting error quark. </p> @@ -116,22 +115,6 @@ Setting error quark. </p> </div> <hr> -<div class="refsect2" title="NM_SETTINGS_INTERFACE_GET_INTERFACE()"> -<a name="NM-SETTINGS-INTERFACE-GET-INTERFACE:CAPS"></a><h3>NM_SETTINGS_INTERFACE_GET_INTERFACE()</h3> -<pre class="programlisting">#define NM_SETTINGS_INTERFACE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), NM_TYPE_SETTINGS_INTERFACE, NMSettingsInterface)) -</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody><tr> -<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td> -<td> -</td> -</tr></tbody> -</table></div> -</div> -<hr> <div class="refsect2" title="NM_SETTINGS_INTERFACE_NEW_CONNECTION"> <a name="NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"></a><h3>NM_SETTINGS_INTERFACE_NEW_CONNECTION</h3> <pre class="programlisting">#define NM_SETTINGS_INTERFACE_NEW_CONNECTION "new-connection" @@ -186,9 +169,9 @@ Setting error quark. <hr> <div class="refsect2" title="NMSettingsAddConnectionFunc ()"> <a name="NMSettingsAddConnectionFunc"></a><h3>NMSettingsAddConnectionFunc ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsAddConnectionFunc) (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsAddConnectionFunc) (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -215,7 +198,7 @@ Setting error quark. <hr> <div class="refsect2" title="nm_settings_interface_get_type ()"> <a name="nm-settings-interface-get-type"></a><h3>nm_settings_interface_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_settings_interface_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_settings_interface_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -230,8 +213,8 @@ Setting error quark. <hr> <div class="refsect2" title="nm_settings_interface_list_connections ()"> <a name="nm-settings-interface-list-connections"></a><h3>nm_settings_interface_list_connections ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_settings_interface_list_connections - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> * nm_settings_interface_list_connections + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -253,8 +236,8 @@ Setting error quark. <hr> <div class="refsect2" title="nm_settings_interface_get_connection_by_path ()"> <a name="nm-settings-interface-get-connection-by-path"></a><h3>nm_settings_interface_get_connection_by_path ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="returnvalue">NMSettingsConnectionInterface</span></a> * nm_settings_interface_get_connection_by_path - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, +<pre class="programlisting"><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="returnvalue">NMSettingsConnectionInterface</span></a> * nm_settings_interface_get_connection_by_path + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p> </p> @@ -282,11 +265,11 @@ Setting error quark. <hr> <div class="refsect2" title="nm_settings_interface_add_connection ()"> <a name="nm-settings-interface-add-connection"></a><h3>nm_settings_interface_add_connection ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_interface_add_connection - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_interface_add_connection + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><span class="type">NMSettingsInterface</span></a> *settings</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()"><span class="type">NMSettingsAddConnectionFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc" title="NMSettingsAddConnectionFunc ()"><span class="type">NMSettingsAddConnectionFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> Requests that the settings service add the given settings to a new connection. </p> @@ -295,7 +278,7 @@ Requests that the settings service add the given settings to a new connection. <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td> -<td>a object implementing <a class="link" href="libnm-glib-nm-settings-interface.html#NMSettingsInterface" title="NMSettingsInterface"><code class="literal">NMSettingsInterface</code></a> +<td>a object implementing <a class="link" href="libnm-glib-NMSettings.html#NMSettingsInterface" title="NMSettingsInterface"><code class="literal">NMSettingsInterface</code></a> </td> </tr> <tr> @@ -326,6 +309,6 @@ Requests that the settings service add the given settings to a new connection. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-NMSettingsConnection.html b/docs/libnm-glib/html/libnm-glib-NMSettingsConnection.html new file mode 100644 index 00000000..68420b00 --- /dev/null +++ b/docs/libnm-glib/html/libnm-glib-NMSettingsConnection.html @@ -0,0 +1,386 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>nm-settings-connection-interface</title> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> +<link rel="home" href="index.html" title="libnm-glib Reference Manual"> +<link rel="up" href="ch01.html" title="libnm-glib Objects"> +<link rel="prev" href="libnm-glib-NMRemoteSettingsSystem.html" title="NMRemoteSettingsSystem"> +<link rel="next" href="libnm-glib-NMSettings.html" title="nm-settings-interface"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> +<link rel="stylesheet" href="style.css" type="text/css"> +</head> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> +<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> +<tr valign="middle"> +<td><a accesskey="p" href="libnm-glib-NMRemoteSettingsSystem.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> +<th width="100%" align="center">libnm-glib Reference Manual</th> +<td><a accesskey="n" href="libnm-glib-NMSettings.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +</tr> +<tr><td colspan="5" class="shortcuts"> +<a href="#libnm-glib-NMSettingsConnection.synopsis" class="shortcut">Top</a> + | + <a href="#libnm-glib-NMSettingsConnection.description" class="shortcut">Description</a> +</td></tr> +</table> +<div class="refentry" title="nm-settings-connection-interface"> +<a name="libnm-glib-NMSettingsConnection"></a><div class="titlepage"></div> +<div class="refnamediv"><table width="100%"><tr> +<td valign="top"> +<h2><span class="refentrytitle"><a name="libnm-glib-NMSettingsConnection.top_of_page"></a>nm-settings-connection-interface</span></h2> +<p>nm-settings-connection-interface</p> +</td> +<td valign="top" align="right"></td> +</tr></table></div> +<div class="refsynopsisdiv" title="Synopsis"> +<a name="libnm-glib-NMSettingsConnection.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED">NM_SETTINGS_CONNECTION_INTERFACE_UPDATED</a> +#define <a class="link" href="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED">NM_SETTINGS_CONNECTION_INTERFACE_REMOVED</a> + <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface">NMSettingsConnectionInterface</a>; +<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()">*NMSettingsConnectionInterfaceUpdateFunc</a>) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()">*NMSettingsConnectionInterfaceDeleteFunc</a>) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()">*NMSettingsConnectionInterfaceGetSecretsFunc</a>) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-update" title="nm_settings_connection_interface_update ()">nm_settings_connection_interface_update</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()"><span class="type">NMSettingsConnectionInterfaceUpdateFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-delete" title="nm_settings_connection_interface_delete ()">nm_settings_connection_interface_delete</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()"><span class="type">NMSettingsConnectionInterfaceDeleteFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-get-secrets" title="nm_settings_connection_interface_get_secrets ()">nm_settings_connection_interface_get_secrets</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, + <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> request_new</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"><span class="type">NMSettingsConnectionInterfaceGetSecretsFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-emit-updated" title="nm_settings_connection_interface_emit_updated ()">nm_settings_connection_interface_emit_updated</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>); +</pre> +</div> +<div class="refsect1" title="Description"> +<a name="libnm-glib-NMSettingsConnection.description"></a><h2>Description</h2> +<p> +</p> +</div> +<div class="refsect1" title="Details"> +<a name="libnm-glib-NMSettingsConnection.details"></a><h2>Details</h2> +<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED"> +<a name="NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_UPDATED</h3> +<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_UPDATED "updated" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED"> +<a name="NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_REMOVED</h3> +<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_REMOVED "removed" +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMSettingsConnectionInterface"> +<a name="NMSettingsConnectionInterface"></a><h3>NMSettingsConnectionInterface</h3> +<pre class="programlisting">typedef struct { + GTypeInterface g_iface; + + /* Methods */ + gboolean (*update) (NMSettingsConnectionInterface *connection, + NMSettingsConnectionInterfaceUpdateFunc callback, + gpointer user_data); + + gboolean (*delete) (NMSettingsConnectionInterface *connection, + NMSettingsConnectionInterfaceDeleteFunc callback, + gpointer user_data); + + gboolean (*get_secrets) (NMSettingsConnectionInterface *connection, + const char *setting_name, + const char **hints, + gboolean request_new, + NMSettingsConnectionInterfaceGetSecretsFunc callback, + gpointer user_data); + + void (*emit_updated) (NMSettingsConnectionInterface *connection); + + /* Signals */ + /* 'new_settings' hash should *not* contain secrets */ + void (*updated) (NMSettingsConnectionInterface *connection, + GHashTable *new_settings); + + void (*removed) (NMSettingsConnectionInterface *connection); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMSettingsConnectionInterface; +</pre> +<p> +</p> +</div> +<hr> +<div class="refsect2" title="NMSettingsConnectionInterfaceUpdateFunc ()"> +<a name="NMSettingsConnectionInterfaceUpdateFunc"></a><h3>NMSettingsConnectionInterfaceUpdateFunc ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsConnectionInterfaceUpdateFunc) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td> +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="NMSettingsConnectionInterfaceDeleteFunc ()"> +<a name="NMSettingsConnectionInterfaceDeleteFunc"></a><h3>NMSettingsConnectionInterfaceDeleteFunc ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsConnectionInterfaceDeleteFunc) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td> +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"> +<a name="NMSettingsConnectionInterfaceGetSecretsFunc"></a><h3>NMSettingsConnectionInterfaceGetSecretsFunc ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsConnectionInterfaceGetSecretsFunc) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>secrets</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> +<td> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td> +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_settings_connection_interface_update ()"> +<a name="nm-settings-connection-interface-update"></a><h3>nm_settings_connection_interface_update ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_connection_interface_update + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()"><span class="type">NMSettingsConnectionInterfaceUpdateFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +Update the connection with current settings and properties. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>an object implementing <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> +<td>a function to be called when the update completes +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> TRUE on success, FALSE on failure +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_settings_connection_interface_delete ()"> +<a name="nm-settings-connection-interface-delete"></a><h3>nm_settings_connection_interface_delete ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_connection_interface_delete + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()"><span class="type">NMSettingsConnectionInterfaceDeleteFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +Delete the connection. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a objecting implementing <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> +<td>a function to be called when the delete completes +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> TRUE on success, FALSE on failure +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_settings_connection_interface_get_secrets ()"> +<a name="nm-settings-connection-interface-get-secrets"></a><h3>nm_settings_connection_interface_get_secrets ()</h3> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_connection_interface_get_secrets + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, + <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, + <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> request_new</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"><span class="type">NMSettingsConnectionInterfaceGetSecretsFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<p> +Request the connection's secrets. +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody> +<tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td>a object implementing <a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>setting_name</code></em> :</span></p></td> +<td>the <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> object name to get secrets for +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>hints</code></em> :</span></p></td> +<td> +<a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> key names to get secrets for (optional) +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>request_new</code></em> :</span></p></td> +<td>hint that new secrets (instead of cached or stored secrets) + should be returned +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> +<td>a function to be called when the update completes +</td> +</tr> +<tr> +<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> +<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em> +</td> +</tr> +<tr> +<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> +<td> TRUE on success, FALSE on failure +</td> +</tr> +</tbody> +</table></div> +</div> +<hr> +<div class="refsect2" title="nm_settings_connection_interface_emit_updated ()"> +<a name="nm-settings-connection-interface-emit-updated"></a><h3>nm_settings_connection_interface_emit_updated ()</h3> +<pre class="programlisting"><span class="returnvalue">void</span> nm_settings_connection_interface_emit_updated + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>);</pre> +<p> +</p> +<div class="variablelist"><table border="0"> +<col align="left" valign="top"> +<tbody><tr> +<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> +<td> +</td> +</tr></tbody> +</table></div> +</div> +</div> +</div> +<div class="footer"> +<hr> + Generated by GTK-Doc V1.15</div> +</body> +</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-settings-service.html b/docs/libnm-glib/html/libnm-glib-NMSettingsService.html index 86df33fc..817c78e4 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-settings-service.html +++ b/docs/libnm-glib/html/libnm-glib-NMSettingsService.html @@ -3,59 +3,60 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMSettingsService</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-settings-interface.html" title="nm-settings-interface"> -<link rel="next" href="libnm-glib-nm-settings-system-interface.html" title="nm-settings-system-interface"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="libnm-glib-NMSettings.html" title="nm-settings-interface"> +<link rel="next" href="libnm-glib-NMSettingsSystem.html" title="nm-settings-system-interface"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-settings-interface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMSettings.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-settings-system-interface.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMSettingsSystem.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-settings-service.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMSettingsService.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-settings-service.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMSettingsService.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="NMSettingsService"> -<a name="libnm-glib-nm-settings-service"></a><div class="titlepage"></div> +<a name="libnm-glib-NMSettingsService"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-settings-service.top_of_page"></a>NMSettingsService</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMSettingsService.top_of_page"></a>NMSettingsService</span></h2> <p>NMSettingsService</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-settings-service.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">#define <a class="link" href="libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-BUS:CAPS" title="NM_SETTINGS_SERVICE_BUS">NM_SETTINGS_SERVICE_BUS</a> -#define <a class="link" href="libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-SCOPE:CAPS" title="NM_SETTINGS_SERVICE_SCOPE">NM_SETTINGS_SERVICE_SCOPE</a> - <a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService">NMSettingsService</a>; -<a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnection" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * <a class="link" href="libnm-glib-nm-settings-service.html#nm-settings-service-get-connection-by-path" title="nm_settings_service_get_connection_by_path ()">nm_settings_service_get_connection_by_path</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, +<a name="libnm-glib-NMSettingsService.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-BUS:CAPS" title="NM_SETTINGS_SERVICE_BUS">NM_SETTINGS_SERVICE_BUS</a> +#define <a class="link" href="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-SCOPE:CAPS" title="NM_SETTINGS_SERVICE_SCOPE">NM_SETTINGS_SERVICE_SCOPE</a> + <a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService">NMSettingsService</a>; + <a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsServiceClass" title="NMSettingsServiceClass">NMSettingsServiceClass</a>; +<a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnection" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * <a class="link" href="libnm-glib-NMSettingsService.html#nm-settings-service-get-connection-by-path" title="nm_settings_service_get_connection_by_path ()">nm_settings_service_get_connection_by_path</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-settings-service.html#nm-settings-service-export" title="nm_settings_service_export ()">nm_settings_service_export</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-settings-service.html#nm-settings-service-export-connection" title="nm_settings_service_export_connection ()">nm_settings_service_export_connection</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *exported</code></em>); +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMSettingsService.html#nm-settings-service-export" title="nm_settings_service_export ()">nm_settings_service_export</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>); +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMSettingsService.html#nm-settings-service-export-connection" title="nm_settings_service_export_connection ()">nm_settings_service_export_connection</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *exported</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-settings-service.description"></a><h2>Description</h2> +<a name="libnm-glib-NMSettingsService.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-settings-service.details"></a><h2>Details</h2> +<a name="libnm-glib-NMSettingsService.details"></a><h2>Details</h2> <div class="refsect2" title="NM_SETTINGS_SERVICE_BUS"> <a name="NM-SETTINGS-SERVICE-BUS:CAPS"></a><h3>NM_SETTINGS_SERVICE_BUS</h3> <pre class="programlisting">#define NM_SETTINGS_SERVICE_BUS "bus" @@ -82,10 +83,40 @@ </p> </div> <hr> +<div class="refsect2" title="NMSettingsServiceClass"> +<a name="NMSettingsServiceClass"></a><h3>NMSettingsServiceClass</h3> +<pre class="programlisting">typedef struct { + GObjectClass parent; + + /* Returned list must contain all NMExportedConnection objects exported + * by the settings service. The list (but not the NMExportedConnection + * objects) will be freed by caller. + */ + GSList * (*list_connections) (NMSettingsService *self); + + void (*add_connection) (NMSettingsService *self, + NMConnection *connection, + DBusGMethodInvocation *context, /* Only present for D-Bus calls */ + NMSettingsAddConnectionFunc callback, + gpointer user_data); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMSettingsServiceClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_settings_service_get_connection_by_path ()"> <a name="nm-settings-service-get-connection-by-path"></a><h3>nm_settings_service_get_connection_by_path ()</h3> <pre class="programlisting"><a class="link" href="libnm-glib-NMExportedConnection.html#NMExportedConnection" title="NMExportedConnection"><span class="returnvalue">NMExportedConnection</span></a> * nm_settings_service_get_connection_by_path - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p> </p> @@ -113,7 +144,7 @@ <hr> <div class="refsect2" title="nm_settings_service_export ()"> <a name="nm-settings-service-export"></a><h3>nm_settings_service_export ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_settings_service_export (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">void</span> nm_settings_service_export (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -129,8 +160,8 @@ <div class="refsect2" title="nm_settings_service_export_connection ()"> <a name="nm-settings-service-export-connection"></a><h3>nm_settings_service_export_connection ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> nm_settings_service_export_connection - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-service.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *exported</code></em>);</pre> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsService.html#NMSettingsService" title="NMSettingsService"><span class="type">NMSettingsService</span></a> *self</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *exported</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -153,6 +184,6 @@ </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-settings-system-interface.html b/docs/libnm-glib/html/libnm-glib-NMSettingsSystem.html index e8c500de..c5e754f5 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-settings-system-interface.html +++ b/docs/libnm-glib/html/libnm-glib-NMSettingsSystem.html @@ -3,73 +3,72 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>nm-settings-system-interface</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-settings-service.html" title="NMSettingsService"> +<link rel="prev" href="libnm-glib-NMSettingsService.html" title="NMSettingsService"> <link rel="next" href="libnm-glib-nm-types.html" title="nm-types"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-settings-service.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMSettingsService.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> <td><a accesskey="n" href="libnm-glib-nm-types.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-settings-system-interface.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMSettingsSystem.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-settings-system-interface.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMSettingsSystem.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="nm-settings-system-interface"> -<a name="libnm-glib-nm-settings-system-interface"></a><div class="titlepage"></div> +<a name="libnm-glib-NMSettingsSystem"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-settings-system-interface.top_of_page"></a>nm-settings-system-interface</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMSettingsSystem.top_of_page"></a>nm-settings-system-interface</span></h2> <p>nm-settings-system-interface</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-settings-system-interface.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">enum <a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions">NMSettingsSystemPermissions</a>; -#define <a class="link" href="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-GET-INTERFACE:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE()">NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE</a>(obj) -#define <a class="link" href="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME">NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME</a> -#define <a class="link" href="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY">NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY</a> -#define <a class="link" href="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS">NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS</a> -enum <a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterfaceProp" title="enum NMSettingsSystemInterfaceProp">NMSettingsSystemInterfaceProp</a>; - <a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface">NMSettingsSystemInterface</a>; -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()">*NMSettingsSystemSaveHostnameFunc</a>) (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()">*NMSettingsSystemGetPermissionsFunc</a>) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions"><span class="type">NMSettingsSystemPermissions</span></a> permissions</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-save-hostname" title="nm_settings_system_interface_save_hostname ()">nm_settings_system_interface_save_hostname</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, +<a name="libnm-glib-NMSettingsSystem.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">enum <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions">NMSettingsSystemPermissions</a>; +#define <a class="link" href="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME">NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME</a> +#define <a class="link" href="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY">NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY</a> +#define <a class="link" href="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS" title="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS">NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS</a> +enum <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterfaceProp" title="enum NMSettingsSystemInterfaceProp">NMSettingsSystemInterfaceProp</a>; + <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface">NMSettingsSystemInterface</a>; +<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()">*NMSettingsSystemSaveHostnameFunc</a>) (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()">*NMSettingsSystemGetPermissionsFunc</a>) + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions"><span class="type">NMSettingsSystemPermissions</span></a> permissions</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-save-hostname" title="nm_settings_system_interface_save_hostname ()">nm_settings_system_interface_save_hostname</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, <em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()"><span class="type">NMSettingsSystemSaveHostnameFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-get-permissions" title="nm_settings_system_interface_get_permissions ()">nm_settings_system_interface_get_permissions</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()"><span class="type">NMSettingsSystemGetPermissionsFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()"><span class="type">NMSettingsSystemSaveHostnameFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-get-permissions" title="nm_settings_system_interface_get_permissions ()">nm_settings_system_interface_get_permissions</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()"><span class="type">NMSettingsSystemGetPermissionsFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-settings-system-interface.description"></a><h2>Description</h2> +<a name="libnm-glib-NMSettingsSystem.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-settings-system-interface.details"></a><h2>Details</h2> +<a name="libnm-glib-NMSettingsSystem.details"></a><h2>Details</h2> <div class="refsect2" title="enum NMSettingsSystemPermissions"> <a name="NMSettingsSystemPermissions"></a><h3>enum NMSettingsSystemPermissions</h3> <pre class="programlisting">typedef enum { @@ -84,22 +83,6 @@ enum <a class="link" href="libnm-glib-nm-settings-system-interfac </p> </div> <hr> -<div class="refsect2" title="NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE()"> -<a name="NM-SETTINGS-SYSTEM-INTERFACE-GET-INTERFACE:CAPS"></a><h3>NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE()</h3> -<pre class="programlisting">#define NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), NM_TYPE_SETTINGS_SYSTEM_INTERFACE, NMSettingsSystemInterface)) -</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody><tr> -<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td> -<td> -</td> -</tr></tbody> -</table></div> -</div> -<hr> <div class="refsect2" title="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME"> <a name="NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"></a><h3>NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME</h3> <pre class="programlisting">#define NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME "hostname" @@ -170,9 +153,9 @@ enum <a class="link" href="libnm-glib-nm-settings-system-interfac <hr> <div class="refsect2" title="NMSettingsSystemSaveHostnameFunc ()"> <a name="NMSettingsSystemSaveHostnameFunc"></a><h3>NMSettingsSystemSaveHostnameFunc ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsSystemSaveHostnameFunc) (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsSystemSaveHostnameFunc) (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -200,10 +183,10 @@ enum <a class="link" href="libnm-glib-nm-settings-system-interfac <div class="refsect2" title="NMSettingsSystemGetPermissionsFunc ()"> <a name="NMSettingsSystemGetPermissionsFunc"></a><h3>NMSettingsSystemGetPermissionsFunc ()</h3> <pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsSystemGetPermissionsFunc) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions"><span class="type">NMSettingsSystemPermissions</span></a> permissions</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions" title="enum NMSettingsSystemPermissions"><span class="type">NMSettingsSystemPermissions</span></a> permissions</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -235,11 +218,11 @@ enum <a class="link" href="libnm-glib-nm-settings-system-interfac <hr> <div class="refsect2" title="nm_settings_system_interface_save_hostname ()"> <a name="nm-settings-system-interface-save-hostname"></a><h3>nm_settings_system_interface_save_hostname ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_system_interface_save_hostname - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_system_interface_save_hostname + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, <em class="parameter"><code>const <span class="type">char</span> *hostname</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()"><span class="type">NMSettingsSystemSaveHostnameFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc" title="NMSettingsSystemSaveHostnameFunc ()"><span class="type">NMSettingsSystemSaveHostnameFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> Requests that the machine's persistent hostname be set to the specified value or cleared. @@ -249,7 +232,7 @@ or cleared. <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td> -<td>a object implementing <a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><code class="literal">NMSettingsSystemInterface</code></a> +<td>a object implementing <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><code class="literal">NMSettingsSystemInterface</code></a> </td> </tr> <tr> @@ -279,10 +262,10 @@ or cleared. <hr> <div class="refsect2" title="nm_settings_system_interface_get_permissions ()"> <a name="nm-settings-system-interface-get-permissions"></a><h3>nm_settings_system_interface_get_permissions ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_system_interface_get_permissions - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()"><span class="type">NMSettingsSystemGetPermissionsFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_system_interface_get_permissions + (<em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><span class="type">NMSettingsSystemInterface</span></a> *settings</code></em>, + <em class="parameter"><code><a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc" title="NMSettingsSystemGetPermissionsFunc ()"><span class="type">NMSettingsSystemGetPermissionsFunc</span></a> callback</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> <p> Requests an indication of the operations the caller is permitted to perform including those that may require authorization. @@ -292,7 +275,7 @@ including those that may require authorization. <tbody> <tr> <td><p><span class="term"><em class="parameter"><code>settings</code></em> :</span></p></td> -<td>a object implementing <a class="link" href="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><code class="literal">NMSettingsSystemInterface</code></a> +<td>a object implementing <a class="link" href="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface" title="NMSettingsSystemInterface"><code class="literal">NMSettingsSystemInterface</code></a> </td> </tr> <tr> @@ -317,6 +300,6 @@ including those that may require authorization. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-connection.html b/docs/libnm-glib/html/libnm-glib-NMVPNConnection.html index 36421d4b..f1dbf961 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-vpn-connection.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNConnection.html @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMVPNConnection</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> <link rel="prev" href="libnm-glib-nm-types.html" title="nm-types"> -<link rel="next" href="libnm-glib-nm-vpn-plugin.html" title="NMVPNPlugin"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="next" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -18,41 +18,42 @@ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-vpn-plugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMVPNPlugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-vpn-connection.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMVPNConnection.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-vpn-connection.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMVPNConnection.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="NMVPNConnection"> -<a name="libnm-glib-nm-vpn-connection"></a><div class="titlepage"></div> +<a name="libnm-glib-NMVPNConnection"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-vpn-connection.top_of_page"></a>NMVPNConnection</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMVPNConnection.top_of_page"></a>NMVPNConnection</span></h2> <p>NMVPNConnection</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-vpn-connection.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">#define <a class="link" href="libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS" title="NM_VPN_CONNECTION_VPN_STATE">NM_VPN_CONNECTION_VPN_STATE</a> -#define <a class="link" href="libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-BANNER:CAPS" title="NM_VPN_CONNECTION_BANNER">NM_VPN_CONNECTION_BANNER</a> - <a class="link" href="libnm-glib-nm-vpn-connection.html#NMVPNConnection" title="NMVPNConnection">NMVPNConnection</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-new" title="nm_vpn_connection_new ()">nm_vpn_connection_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *dbus_connection</code></em>, +<a name="libnm-glib-NMVPNConnection.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS" title="NM_VPN_CONNECTION_VPN_STATE">NM_VPN_CONNECTION_VPN_STATE</a> +#define <a class="link" href="libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-BANNER:CAPS" title="NM_VPN_CONNECTION_BANNER">NM_VPN_CONNECTION_BANNER</a> + <a class="link" href="libnm-glib-NMVPNConnection.html#NMVPNConnection" title="NMVPNConnection">NMVPNConnection</a>; + <a class="link" href="libnm-glib-NMVPNConnection.html#NMVPNConnectionClass" title="NMVPNConnectionClass">NMVPNConnectionClass</a>; +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-NMVPNConnection.html#nm-vpn-connection-new" title="nm_vpn_connection_new ()">nm_vpn_connection_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *dbus_connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -<span class="returnvalue">NMVPNConnectionState</span> <a class="link" href="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-vpn-state" title="nm_vpn_connection_get_vpn_state ()">nm_vpn_connection_get_vpn_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-connection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-banner" title="nm_vpn_connection_get_banner ()">nm_vpn_connection_get_banner</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-connection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>); +<span class="returnvalue">NMVPNConnectionState</span> <a class="link" href="libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-vpn-state" title="nm_vpn_connection_get_vpn_state ()">nm_vpn_connection_get_vpn_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNConnection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>); +const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-banner" title="nm_vpn_connection_get_banner ()">nm_vpn_connection_get_banner</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNConnection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-vpn-connection.description"></a><h2>Description</h2> +<a name="libnm-glib-NMVPNConnection.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-vpn-connection.details"></a><h2>Details</h2> +<a name="libnm-glib-NMVPNConnection.details"></a><h2>Details</h2> <div class="refsect2" title="NM_VPN_CONNECTION_VPN_STATE"> <a name="NM-VPN-CONNECTION-VPN-STATE:CAPS"></a><h3>NM_VPN_CONNECTION_VPN_STATE</h3> <pre class="programlisting">#define NM_VPN_CONNECTION_VPN_STATE "vpn-state" @@ -79,9 +80,32 @@ const <span class="returnvalue">char</span> * <a class="link" href="libnm </p> </div> <hr> +<div class="refsect2" title="NMVPNConnectionClass"> +<a name="NMVPNConnectionClass"></a><h3>NMVPNConnectionClass</h3> +<pre class="programlisting">typedef struct { + NMActiveConnectionClass parent; + + /* Signals */ + void (*vpn_state_changed) (NMVPNConnection *connection, + NMVPNConnectionState state, + NMVPNConnectionStateReason reason); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMVPNConnectionClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_vpn_connection_new ()"> <a name="nm-vpn-connection-new"></a><h3>nm_vpn_connection_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_vpn_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *dbus_connection</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_vpn_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *dbus_connection</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> <p> </p> @@ -109,7 +133,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="libnm <hr> <div class="refsect2" title="nm_vpn_connection_get_vpn_state ()"> <a name="nm-vpn-connection-get-vpn-state"></a><h3>nm_vpn_connection_get_vpn_state ()</h3> -<pre class="programlisting"><span class="returnvalue">NMVPNConnectionState</span> nm_vpn_connection_get_vpn_state (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-connection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">NMVPNConnectionState</span> nm_vpn_connection_get_vpn_state (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNConnection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -131,7 +155,7 @@ const <span class="returnvalue">char</span> * <a class="link" href="libnm <hr> <div class="refsect2" title="nm_vpn_connection_get_banner ()"> <a name="nm-vpn-connection-get-banner"></a><h3>nm_vpn_connection_get_banner ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_vpn_connection_get_banner (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-connection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre> +<pre class="programlisting">const <span class="returnvalue">char</span> * nm_vpn_connection_get_banner (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNConnection.html#NMVPNConnection" title="NMVPNConnection"><span class="type">NMVPNConnection</span></a> *vpn</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -154,6 +178,6 @@ const <span class="returnvalue">char</span> * <a class="link" href="libnm </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin.html b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html index 5b39eb8b..49d9b816 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin.html +++ b/docs/libnm-glib/html/libnm-glib-NMVPNPlugin.html @@ -3,69 +3,70 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>NMVPNPlugin</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-vpn-connection.html" title="NMVPNConnection"> -<link rel="next" href="libnm-glib-nm-vpn-plugin-ui-interface.html" title="nm-vpn-plugin-ui-interface"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="libnm-glib-NMVPNConnection.html" title="NMVPNConnection"> +<link rel="next" href="libnm-glib-NMVpnPluginUi.html" title="nm-vpn-plugin-ui-interface"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-vpn-connection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMVPNConnection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-vpn-plugin-ui-interface.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMVpnPluginUi.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-vpn-plugin.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMVPNPlugin.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-vpn-plugin.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMVPNPlugin.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="NMVPNPlugin"> -<a name="libnm-glib-nm-vpn-plugin"></a><div class="titlepage"></div> +<a name="libnm-glib-NMVPNPlugin"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-vpn-plugin.top_of_page"></a>NMVPNPlugin</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMVPNPlugin.top_of_page"></a>NMVPNPlugin</span></h2> <p>NMVPNPlugin</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-vpn-plugin.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">#define <a class="link" href="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS" title="NM_VPN_PLUGIN_DBUS_SERVICE_NAME">NM_VPN_PLUGIN_DBUS_SERVICE_NAME</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-STATE:CAPS" title="NM_VPN_PLUGIN_STATE">NM_VPN_PLUGIN_STATE</a> -enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPluginError" title="enum NMVPNPluginError">NMVPNPluginError</a>; -#define <a class="link" href="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-ERROR:CAPS" title="NM_VPN_PLUGIN_ERROR">NM_VPN_PLUGIN_ERROR</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS" title="NM_TYPE_VPN_PLUGIN_ERROR">NM_TYPE_VPN_PLUGIN_ERROR</a> - <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a>; -<a href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-quark" title="nm_vpn_plugin_error_quark ()">nm_vpn_plugin_error_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-get-type" title="nm_vpn_plugin_error_get_type ()">nm_vpn_plugin_error_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); -<a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-connection" title="nm_vpn_plugin_get_connection ()">nm_vpn_plugin_get_connection</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>); -<span class="returnvalue">NMVPNServiceState</span> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-state" title="nm_vpn_plugin_get_state ()">nm_vpn_plugin_get_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-state" title="nm_vpn_plugin_set_state ()">nm_vpn_plugin_set_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, +<a name="libnm-glib-NMVPNPlugin.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis">#define <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS" title="NM_VPN_PLUGIN_DBUS_SERVICE_NAME">NM_VPN_PLUGIN_DBUS_SERVICE_NAME</a> +#define <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE:CAPS" title="NM_VPN_PLUGIN_STATE">NM_VPN_PLUGIN_STATE</a> +enum <a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPluginError" title="enum NMVPNPluginError">NMVPNPluginError</a>; +#define <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR:CAPS" title="NM_VPN_PLUGIN_ERROR">NM_VPN_PLUGIN_ERROR</a> +#define <a class="link" href="libnm-glib-NMVPNPlugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS" title="NM_TYPE_VPN_PLUGIN_ERROR">NM_TYPE_VPN_PLUGIN_ERROR</a> + <a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin">NMVPNPlugin</a>; + <a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPluginClass" title="NMVPNPluginClass">NMVPNPluginClass</a>; +<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark" title="nm_vpn_plugin_error_quark ()">nm_vpn_plugin_error_quark</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-get-type" title="nm_vpn_plugin_error_get_type ()">nm_vpn_plugin_error_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection" title="nm_vpn_plugin_get_connection ()">nm_vpn_plugin_get_connection</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>); +<span class="returnvalue">NMVPNServiceState</span> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state" title="nm_vpn_plugin_get_state ()">nm_vpn_plugin_get_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>); +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state" title="nm_vpn_plugin_set_state ()">nm_vpn_plugin_set_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, <em class="parameter"><code><span class="type">NMVPNServiceState</span> state</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-login-banner" title="nm_vpn_plugin_set_login_banner ()">nm_vpn_plugin_set_login_banner</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner" title="nm_vpn_plugin_set_login_banner ()">nm_vpn_plugin_set_login_banner</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, <em class="parameter"><code>const <span class="type">char</span> *banner</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-failure" title="nm_vpn_plugin_failure ()">nm_vpn_plugin_failure</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure" title="nm_vpn_plugin_failure ()">nm_vpn_plugin_failure</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, <em class="parameter"><code><span class="type">NMVPNPluginFailure</span> reason</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-ip4-config" title="nm_vpn_plugin_set_ip4_config ()">nm_vpn_plugin_set_ip4_config</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *ip4_config</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-disconnect" title="nm_vpn_plugin_disconnect ()">nm_vpn_plugin_disconnect</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>); +<span class="returnvalue">void</span> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config" title="nm_vpn_plugin_set_ip4_config ()">nm_vpn_plugin_set_ip4_config</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *ip4_config</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect" title="nm_vpn_plugin_disconnect ()">nm_vpn_plugin_disconnect</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-vpn-plugin.description"></a><h2>Description</h2> +<a name="libnm-glib-NMVPNPlugin.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-vpn-plugin.details"></a><h2>Details</h2> +<a name="libnm-glib-NMVPNPlugin.details"></a><h2>Details</h2> <div class="refsect2" title="NM_VPN_PLUGIN_DBUS_SERVICE_NAME"> <a name="NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"></a><h3>NM_VPN_PLUGIN_DBUS_SERVICE_NAME</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_DBUS_SERVICE_NAME "service-name" @@ -126,9 +127,55 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu </p> </div> <hr> +<div class="refsect2" title="NMVPNPluginClass"> +<a name="NMVPNPluginClass"></a><h3>NMVPNPluginClass</h3> +<pre class="programlisting">typedef struct { + GObjectClass parent; + + /* virtual methods */ + gboolean (*connect) (NMVPNPlugin *plugin, + NMConnection *connection, + GError **err); + + gboolean (*need_secrets) (NMVPNPlugin *plugin, + NMConnection *connection, + char **setting_name, + GError **error); + + gboolean (*disconnect) (NMVPNPlugin *plugin, + GError **err); + + /* Signals */ + void (*state_changed) (NMVPNPlugin *plugin, + NMVPNServiceState state); + + void (*ip4_config) (NMVPNPlugin *plugin, + GHashTable *ip4_config); + + void (*login_banner) (NMVPNPlugin *plugin, + const char *banner); + + void (*failure) (NMVPNPlugin *plugin, + NMVPNPluginFailure reason); + + void (*quit) (NMVPNPlugin *plugin); + + /* Padding for future expansion */ + void (*_reserved1) (void); + void (*_reserved2) (void); + void (*_reserved3) (void); + void (*_reserved4) (void); + void (*_reserved5) (void); + void (*_reserved6) (void); +} NMVPNPluginClass; +</pre> +<p> +</p> +</div> +<hr> <div class="refsect2" title="nm_vpn_plugin_error_quark ()"> <a name="nm-vpn-plugin-error-quark"></a><h3>nm_vpn_plugin_error_quark ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> nm_vpn_plugin_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a> nm_vpn_plugin_error_quark (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -143,7 +190,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_error_get_type ()"> <a name="nm-vpn-plugin-error-get-type"></a><h3>nm_vpn_plugin_error_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_vpn_plugin_error_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_vpn_plugin_error_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -158,7 +205,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_get_connection ()"> <a name="nm-vpn-plugin-get-connection"></a><h3>nm_vpn_plugin_get_connection ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * nm_vpn_plugin_get_connection (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);</pre> +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="returnvalue">DBusGConnection</span></a> * nm_vpn_plugin_get_connection (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -180,7 +227,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_get_state ()"> <a name="nm-vpn-plugin-get-state"></a><h3>nm_vpn_plugin_get_state ()</h3> -<pre class="programlisting"><span class="returnvalue">NMVPNServiceState</span> nm_vpn_plugin_get_state (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">NMVPNServiceState</span> nm_vpn_plugin_get_state (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -202,7 +249,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_set_state ()"> <a name="nm-vpn-plugin-set-state"></a><h3>nm_vpn_plugin_set_state ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_set_state (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, +<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_set_state (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, <em class="parameter"><code><span class="type">NMVPNServiceState</span> state</code></em>);</pre> <p> </p> @@ -225,7 +272,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_set_login_banner ()"> <a name="nm-vpn-plugin-set-login-banner"></a><h3>nm_vpn_plugin_set_login_banner ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_set_login_banner (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, +<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_set_login_banner (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, <em class="parameter"><code>const <span class="type">char</span> *banner</code></em>);</pre> <p> </p> @@ -248,7 +295,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_failure ()"> <a name="nm-vpn-plugin-failure"></a><h3>nm_vpn_plugin_failure ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_failure (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, +<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_failure (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, <em class="parameter"><code><span class="type">NMVPNPluginFailure</span> reason</code></em>);</pre> <p> </p> @@ -271,8 +318,8 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_set_ip4_config ()"> <a name="nm-vpn-plugin-set-ip4-config"></a><h3>nm_vpn_plugin_set_ip4_config ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_set_ip4_config (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *ip4_config</code></em>);</pre> +<pre class="programlisting"><span class="returnvalue">void</span> nm_vpn_plugin_set_ip4_config (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *ip4_config</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -294,8 +341,8 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu <hr> <div class="refsect2" title="nm_vpn_plugin_disconnect ()"> <a name="nm-vpn-plugin-disconnect"></a><h3>nm_vpn_plugin_disconnect ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_disconnect (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_disconnect (<em class="parameter"><code><a class="link" href="libnm-glib-NMVPNPlugin.html#NMVPNPlugin" title="NMVPNPlugin"><span class="type">NMVPNPlugin</span></a> *plugin</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -323,6 +370,6 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin.html#NMVPNPlu </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-ui-interface.html b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUi.html index 7fa7e7f0..fdf3e5e8 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-vpn-plugin-ui-interface.html +++ b/docs/libnm-glib/html/libnm-glib-NMVpnPluginUi.html @@ -3,96 +3,95 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>nm-vpn-plugin-ui-interface</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-vpn-plugin.html" title="NMVPNPlugin"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="libnm-glib-NMVPNPlugin.html" title="NMVPNPlugin"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-vpn-plugin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMVPNPlugin.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> <td> </td> </tr> <tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-vpn-plugin-ui-interface.synopsis" class="shortcut">Top</a> +<a href="#libnm-glib-NMVpnPluginUi.synopsis" class="shortcut">Top</a> | - <a href="#libnm-glib-nm-vpn-plugin-ui-interface.description" class="shortcut">Description</a> + <a href="#libnm-glib-NMVpnPluginUi.description" class="shortcut">Description</a> </td></tr> </table> <div class="refentry" title="nm-vpn-plugin-ui-interface"> -<a name="libnm-glib-nm-vpn-plugin-ui-interface"></a><div class="titlepage"></div> +<a name="libnm-glib-NMVpnPluginUi"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-vpn-plugin-ui-interface.top_of_page"></a>nm-vpn-plugin-ui-interface</span></h2> +<h2><span class="refentrytitle"><a name="libnm-glib-NMVpnPluginUi.top_of_page"></a>nm-vpn-plugin-ui-interface</span></h2> <p>nm-vpn-plugin-ui-interface</p> </td> <td valign="top" align="right"></td> </tr></table></div> <div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-vpn-plugin-ui-interface.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis"> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface">NMVpnPluginUiInterface</a>; - <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface">NMVpnPluginUiWidgetInterface</a>; -<a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * (<a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiFactory" title="NMVpnPluginUiFactory ()">*NMVpnPluginUiFactory</a>) (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -<a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-factory" title="nm_vpn_plugin_ui_factory ()">nm_vpn_plugin_ui_factory</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-GET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE()">NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE</a>(obj) -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_NONE">NM_VPN_PLUGIN_UI_CAPABILITY_NONE</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT">NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT">NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_NAME">NM_VPN_PLUGIN_UI_INTERFACE_NAME</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_DESC">NM_VPN_PLUGIN_UI_INTERFACE_DESC</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE">NM_VPN_PLUGIN_UI_INTERFACE_SERVICE</a> -enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterfaceProp" title="enum NMVpnPluginUiInterfaceProp">NMVpnPluginUiInterfaceProp</a>; -<a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span></a> * <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-ui-factory" title="nm_vpn_plugin_ui_interface_ui_factory ()">nm_vpn_plugin_ui_interface_ui_factory</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, +<a name="libnm-glib-NMVpnPluginUi.synopsis"></a><h2>Synopsis</h2> +<pre class="synopsis"> <a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface">NMVpnPluginUiInterface</a>; + <a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface">NMVpnPluginUiWidgetInterface</a>; +<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * (<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiFactory" title="NMVpnPluginUiFactory ()">*NMVpnPluginUiFactory</a>) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-factory" title="nm_vpn_plugin_ui_factory ()">nm_vpn_plugin_ui_factory</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_NONE">NM_VPN_PLUGIN_UI_CAPABILITY_NONE</a> +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT">NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT</a> +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS" title="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT">NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT</a> +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_NAME">NM_VPN_PLUGIN_UI_INTERFACE_NAME</a> +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_DESC">NM_VPN_PLUGIN_UI_INTERFACE_DESC</a> +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS" title="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE">NM_VPN_PLUGIN_UI_INTERFACE_SERVICE</a> +enum <a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterfaceProp" title="enum NMVpnPluginUiInterfaceProp">NMVpnPluginUiInterfaceProp</a>; +<a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span></a> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-ui-factory" title="nm_vpn_plugin_ui_interface_ui_factory ()">nm_vpn_plugin_ui_interface_ui_factory</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-capabilities" title="nm_vpn_plugin_ui_interface_get_capabilities ()">nm_vpn_plugin_ui_interface_get_capabilities</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>); -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-import" title="nm_vpn_plugin_ui_interface_import ()">nm_vpn_plugin_ui_interface_import</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-capabilities" title="nm_vpn_plugin_ui_interface_get_capabilities ()">nm_vpn_plugin_ui_interface_get_capabilities</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>); +<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-import" title="nm_vpn_plugin_ui_interface_import ()">nm_vpn_plugin_ui_interface_import</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-export" title="nm_vpn_plugin_ui_interface_export ()">nm_vpn_plugin_ui_interface_export</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-export" title="nm_vpn_plugin_ui_interface_export ()">nm_vpn_plugin_ui_interface_export</a> (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -<span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-suggested-name" title="nm_vpn_plugin_ui_interface_get_suggested_name ()">nm_vpn_plugin_ui_interface_get_suggested_name</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +<span class="returnvalue">char</span> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-suggested-name" title="nm_vpn_plugin_ui_interface_get_suggested_name ()">nm_vpn_plugin_ui_interface_get_suggested_name</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-delete-connection" title="nm_vpn_plugin_ui_interface_delete_connection ()">nm_vpn_plugin_ui_interface_delete_connection</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-delete-connection" title="nm_vpn_plugin_ui_interface_delete_connection ()">nm_vpn_plugin_ui_interface_delete_connection</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE">NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE</a> -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()">NM_VPN_PLUGIN_UI_WIDGET_INTERFACE</a> (obj) -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()">NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE</a>(obj) -#define <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()">NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE</a>(obj) -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-type" title="nm_vpn_plugin_ui_widget_interface_get_type ()">nm_vpn_plugin_ui_widget_interface_get_type</a> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE">NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE</a> +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()">NM_VPN_PLUGIN_UI_WIDGET_INTERFACE</a> (obj) +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS" title="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()">NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE</a>(obj) +#define <a class="link" href="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS" title="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()">NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE</a>(obj) +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-type" title="nm_vpn_plugin_ui_widget_interface_get_type ()">nm_vpn_plugin_ui_widget_interface_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-widget" title="nm_vpn_plugin_ui_widget_interface_get_widget ()">nm_vpn_plugin_ui_widget_interface_get_widget</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-update-connection" title="nm_vpn_plugin_ui_widget_interface_update_connection ()">nm_vpn_plugin_ui_widget_interface_update_connection</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-widget" title="nm_vpn_plugin_ui_widget_interface_get_widget ()">nm_vpn_plugin_ui_widget_interface_get_widget</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-update-connection" title="nm_vpn_plugin_ui_widget_interface_update_connection ()">nm_vpn_plugin_ui_widget_interface_update_connection</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-save-secrets" title="nm_vpn_plugin_ui_widget_interface_save_secrets ()">nm_vpn_plugin_ui_widget_interface_save_secrets</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); +<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-save-secrets" title="nm_vpn_plugin_ui_widget_interface_save_secrets ()">nm_vpn_plugin_ui_widget_interface_save_secrets</a> + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>); </pre> </div> <div class="refsect1" title="Description"> -<a name="libnm-glib-nm-vpn-plugin-ui-interface.description"></a><h2>Description</h2> +<a name="libnm-glib-NMVpnPluginUi.description"></a><h2>Description</h2> <p> </p> </div> <div class="refsect1" title="Details"> -<a name="libnm-glib-nm-vpn-plugin-ui-interface.details"></a><h2>Details</h2> +<a name="libnm-glib-NMVpnPluginUi.details"></a><h2>Details</h2> <div class="refsect2" title="NMVpnPluginUiInterface"> <a name="NMVpnPluginUiInterface"></a><h3>NMVpnPluginUiInterface</h3> <pre class="programlisting">typedef struct { @@ -116,14 +115,19 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. * additional information. Note that 'error' can be NULL, in which case no * additional error information should be provided. */ - NMConnection * (*import) (NMVpnPluginUiInterface *iface, const char *path, GError **error); + NMConnection * (*import_from_file) (NMVpnPluginUiInterface *iface, + const char *path, + GError **error); /* Export the given connection to the specified path. Return TRUE on success. * On error, return FALSE and set 'error' with additional error information. * Note that 'error' can be NULL, in which case no additional error information * should be provided. */ - gboolean (*export) (NMVpnPluginUiInterface *iface, const char *path, NMConnection *connection, GError **error); + gboolean (*export_to_file) (NMVpnPluginUiInterface *iface, + const char *path, + NMConnection *connection, + GError **error); /* For a given connection, return a suggested file name. Returned value should * be NULL or a suggested file name allocated via g_malloc/g_new/etc to be freed @@ -190,7 +194,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="NMVpnPluginUiFactory ()"> <a name="NMVpnPluginUiFactory"></a><h3>NMVpnPluginUiFactory ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * (*NMVpnPluginUiFactory) (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> +<pre class="programlisting"><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * (*NMVpnPluginUiFactory) (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -212,7 +216,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_factory ()"> <a name="nm-vpn-plugin-ui-factory"></a><h3>nm_vpn_plugin_ui_factory ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * nm_vpn_plugin_ui_factory (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> +<pre class="programlisting"><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="returnvalue">NMVpnPluginUiInterface</span></a> * nm_vpn_plugin_ui_factory (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -232,22 +236,6 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. </table></div> </div> <hr> -<div class="refsect2" title="NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE()"> -<a name="NM-VPN-PLUGIN-UI-INTERFACE-GET-INTERFACE:CAPS"></a><h3>NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE()</h3> -<pre class="programlisting">#define NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), NM_TYPE_VPN_PLUGIN_UI_INTERFACE, NMVpnPluginUiInterface)) -</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody><tr> -<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td> -<td> -</td> -</tr></tbody> -</table></div> -</div> -<hr> <div class="refsect2" title="NM_VPN_PLUGIN_UI_CAPABILITY_NONE"> <a name="NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"></a><h3>NM_VPN_PLUGIN_UI_CAPABILITY_NONE</h3> <pre class="programlisting">#define NM_VPN_PLUGIN_UI_CAPABILITY_NONE 0x00 @@ -312,10 +300,10 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_interface_ui_factory ()"> <a name="nm-vpn-plugin-ui-interface-ui-factory"></a><h3>nm_vpn_plugin_ui_interface_ui_factory ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span></a> * nm_vpn_plugin_ui_interface_ui_factory - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, +<pre class="programlisting"><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="returnvalue">NMVpnPluginUiWidgetInterface</span></a> * nm_vpn_plugin_ui_interface_ui_factory + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -347,8 +335,8 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_interface_get_capabilities ()"> <a name="nm-vpn-plugin-ui-interface-get-capabilities"></a><h3>nm_vpn_plugin_ui_interface_get_capabilities ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_vpn_plugin_ui_interface_get_capabilities - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_vpn_plugin_ui_interface_get_capabilities + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -370,9 +358,9 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_interface_import ()"> <a name="nm-vpn-plugin-ui-interface-import"></a><h3>nm_vpn_plugin_ui_interface_import ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_vpn_plugin_ui_interface_import (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, +<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="returnvalue">NMConnection</span></a> * nm_vpn_plugin_ui_interface_import (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -404,10 +392,10 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_interface_export ()"> <a name="nm-vpn-plugin-ui-interface-export"></a><h3>nm_vpn_plugin_ui_interface_export ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_interface_export (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_interface_export (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code>const <span class="type">char</span> *path</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -445,7 +433,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <div class="refsect2" title="nm_vpn_plugin_ui_interface_get_suggested_name ()"> <a name="nm-vpn-plugin-ui-interface-get-suggested-name"></a><h3>nm_vpn_plugin_ui_interface_get_suggested_name ()</h3> <pre class="programlisting"><span class="returnvalue">char</span> * nm_vpn_plugin_ui_interface_get_suggested_name - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>);</pre> <p> </p> @@ -473,10 +461,10 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_interface_delete_connection ()"> <a name="nm-vpn-plugin-ui-interface-delete-connection"></a><h3>nm_vpn_plugin_ui_interface_delete_connection ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_interface_delete_connection - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_interface_delete_connection + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface" title="NMVpnPluginUiInterface"><span class="type">NMVpnPluginUiInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -564,7 +552,7 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_get_type ()"> <a name="nm-vpn-plugin-ui-widget-interface-get-type"></a><h3>nm_vpn_plugin_ui_widget_interface_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_vpn_plugin_ui_widget_interface_get_type +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_vpn_plugin_ui_widget_interface_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> @@ -580,8 +568,8 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_get_widget ()"> <a name="nm-vpn-plugin-ui-widget-interface-get-widget"></a><h3>nm_vpn_plugin_ui_widget_interface_get_widget ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_vpn_plugin_ui_widget_interface_get_widget - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_vpn_plugin_ui_widget_interface_get_widget + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -603,10 +591,10 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_update_connection ()"> <a name="nm-vpn-plugin-ui-widget-interface-update-connection"></a><h3>nm_vpn_plugin_ui_widget_interface_update_connection ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_widget_interface_update_connection - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_widget_interface_update_connection + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -638,10 +626,10 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. <hr> <div class="refsect2" title="nm_vpn_plugin_ui_widget_interface_save_secrets ()"> <a name="nm-vpn-plugin-ui-widget-interface-save-secrets"></a><h3>nm_vpn_plugin_ui_widget_interface_save_secrets ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_widget_interface_save_secrets - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, +<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_vpn_plugin_ui_widget_interface_save_secrets + (<em class="parameter"><code><a class="link" href="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface" title="NMVpnPluginUiWidgetInterface"><span class="type">NMVpnPluginUiWidgetInterface</span></a> *iface</code></em>, <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> + <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -674,6 +662,6 @@ enum <a class="link" href="libnm-glib-nm-vpn-plugin-ui-interface. </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-access-point.html b/docs/libnm-glib/html/libnm-glib-nm-access-point.html deleted file mode 100644 index cfddf32a..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-access-point.html +++ /dev/null @@ -1,503 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NMAccessPoint</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-device-bt.html" title="NMDeviceBt"> -<link rel="next" href="NMIP4Config.html" title="NMIP4Config"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-device-bt.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="NMIP4Config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-access-point.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-access-point.description" class="shortcut">Description</a> - | - <a href="#libnm-glib-nm-access-point.object-hierarchy" class="shortcut">Object Hierarchy</a> - | - <a href="#libnm-glib-nm-access-point.properties" class="shortcut">Properties</a> -</td></tr> -</table> -<div class="refentry" title="NMAccessPoint"> -<a name="libnm-glib-nm-access-point"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-access-point.top_of_page"></a>NMAccessPoint</span></h2> -<p>NMAccessPoint</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-access-point.synopsis"></a><h2>Synopsis</h2> -<a name="NMAccessPoint"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FLAGS:CAPS" title="NM_ACCESS_POINT_FLAGS">NM_ACCESS_POINT_FLAGS</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS" title="NM_ACCESS_POINT_WPA_FLAGS">NM_ACCESS_POINT_WPA_FLAGS</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS" title="NM_ACCESS_POINT_RSN_FLAGS">NM_ACCESS_POINT_RSN_FLAGS</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-SSID:CAPS" title="NM_ACCESS_POINT_SSID">NM_ACCESS_POINT_SSID</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FREQUENCY:CAPS" title="NM_ACCESS_POINT_FREQUENCY">NM_ACCESS_POINT_FREQUENCY</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS" title="NM_ACCESS_POINT_HW_ADDRESS">NM_ACCESS_POINT_HW_ADDRESS</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MODE:CAPS" title="NM_ACCESS_POINT_MODE">NM_ACCESS_POINT_MODE</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS" title="NM_ACCESS_POINT_MAX_BITRATE">NM_ACCESS_POINT_MAX_BITRATE</a> -#define <a class="link" href="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-STRENGTH:CAPS" title="NM_ACCESS_POINT_STRENGTH">NM_ACCESS_POINT_STRENGTH</a> - <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint-struct" title="NMAccessPoint">NMAccessPoint</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-new" title="nm_access_point_new ()">nm_access_point_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-flags" title="nm_access_point_get_flags ()">nm_access_point_get_flags</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-wpa-flags" title="nm_access_point_get_wpa_flags ()">nm_access_point_get_wpa_flags</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-rsn-flags" title="nm_access_point_get_rsn_flags ()">nm_access_point_get_rsn_flags</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> * <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-ssid" title="nm_access_point_get_ssid ()">nm_access_point_get_ssid</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-frequency" title="nm_access_point_get_frequency ()">nm_access_point_get_frequency</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-hw-address" title="nm_access_point_get_hw_address ()">nm_access_point_get_hw_address</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -<span class="returnvalue">NM80211Mode</span> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-mode" title="nm_access_point_get_mode ()">nm_access_point_get_mode</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-max-bitrate" title="nm_access_point_get_max_bitrate ()">nm_access_point_get_max_bitrate</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> <a class="link" href="libnm-glib-nm-access-point.html#nm-access-point-get-strength" title="nm_access_point_get_strength ()">nm_access_point_get_strength</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>); -</pre> -</div> -<div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-access-point.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----NMAccessPoint -</pre> -</div> -<div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-access-point.properties"></a><h2>Properties</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--flags" title='The "flags" property'>flags</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--frequency" title='The "frequency" property'>frequency</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--max-bitrate" title='The "max-bitrate" property'>max-bitrate</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--mode" title='The "mode" property'>mode</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--rsn-flags" title='The "rsn-flags" property'>rsn-flags</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--ssid" title='The "ssid" property'>ssid</a>" <span class="type">nm-ssid*</span> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--strength" title='The "strength" property'>strength</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> : Read - "<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint--wpa-flags" title='The "wpa-flags" property'>wpa-flags</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-access-point.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-access-point.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_ACCESS_POINT_FLAGS"> -<a name="NM-ACCESS-POINT-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_FLAGS</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_FLAGS "flags" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_WPA_FLAGS"> -<a name="NM-ACCESS-POINT-WPA-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_WPA_FLAGS</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_WPA_FLAGS "wpa-flags" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_RSN_FLAGS"> -<a name="NM-ACCESS-POINT-RSN-FLAGS:CAPS"></a><h3>NM_ACCESS_POINT_RSN_FLAGS</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_RSN_FLAGS "rsn-flags" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_SSID"> -<a name="NM-ACCESS-POINT-SSID:CAPS"></a><h3>NM_ACCESS_POINT_SSID</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_SSID "ssid" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_FREQUENCY"> -<a name="NM-ACCESS-POINT-FREQUENCY:CAPS"></a><h3>NM_ACCESS_POINT_FREQUENCY</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_FREQUENCY "frequency" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_HW_ADDRESS"> -<a name="NM-ACCESS-POINT-HW-ADDRESS:CAPS"></a><h3>NM_ACCESS_POINT_HW_ADDRESS</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_HW_ADDRESS "hw-address" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_MODE"> -<a name="NM-ACCESS-POINT-MODE:CAPS"></a><h3>NM_ACCESS_POINT_MODE</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_MODE "mode" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_MAX_BITRATE"> -<a name="NM-ACCESS-POINT-MAX-BITRATE:CAPS"></a><h3>NM_ACCESS_POINT_MAX_BITRATE</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_MAX_BITRATE "max-bitrate" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACCESS_POINT_STRENGTH"> -<a name="NM-ACCESS-POINT-STRENGTH:CAPS"></a><h3>NM_ACCESS_POINT_STRENGTH</h3> -<pre class="programlisting">#define NM_ACCESS_POINT_STRENGTH "strength" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMAccessPoint"> -<a name="NMAccessPoint-struct"></a><h3>NMAccessPoint</h3> -<pre class="programlisting">typedef struct _NMAccessPoint NMAccessPoint;</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="nm_access_point_new ()"> -<a name="nm-access-point-new"></a><h3>nm_access_point_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_access_point_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> -<p> -Creates a new <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> -<td>the DBusobject path of the access point -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a new access point -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_flags ()"> -<a name="nm-access-point-get-flags"></a><h3>nm_access_point_get_flags ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_flags (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the flags of the access point -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the flags -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_wpa_flags ()"> -<a name="nm-access-point-get-wpa-flags"></a><h3>nm_access_point_get_wpa_flags ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_wpa_flags (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the WPA flags of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the WPA flags -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_rsn_flags ()"> -<a name="nm-access-point-get-rsn-flags"></a><h3>nm_access_point_get_rsn_flags ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_rsn_flags (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the RSN flags of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the RSN flags -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_ssid ()"> -<a name="nm-access-point-get-ssid"></a><h3>nm_access_point_get_ssid ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Byte-Arrays.html#GByteArray"><span class="returnvalue">GByteArray</span></a> * nm_access_point_get_ssid (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the SSID of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Byte-Arrays.html#GByteArray"><span class="type">GByteArray</span></a> containing the SSID. This is the internal copy used by the -access point, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_frequency ()"> -<a name="nm-access-point-get-frequency"></a><h3>nm_access_point_get_frequency ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_frequency (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the frequency of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the frequency -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_hw_address ()"> -<a name="nm-access-point-get-hw-address"></a><h3>nm_access_point_get_hw_address ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_access_point_get_hw_address (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the hardware (MAC) address of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the hardware address of the access point. This is the internal string used by the -access point and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_mode ()"> -<a name="nm-access-point-get-mode"></a><h3>nm_access_point_get_mode ()</h3> -<pre class="programlisting"><span class="returnvalue">NM80211Mode</span> nm_access_point_get_mode (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the mode of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the mode -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_max_bitrate ()"> -<a name="nm-access-point-get-max-bitrate"></a><h3>nm_access_point_get_max_bitrate ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_access_point_get_max_bitrate (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the maximum bit rate of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the maximum bit rate -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_access_point_get_strength ()"> -<a name="nm-access-point-get-strength"></a><h3>nm_access_point_get_strength ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"><span class="returnvalue">guint8</span></a> nm_access_point_get_strength (<em class="parameter"><code><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> *ap</code></em>);</pre> -<p> -Gets the current signal strength of the access point. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the signal strength -</td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-access-point.property-details"></a><h2>Property Details</h2> -<div class="refsect2" title='The "flags" property'> -<a name="NMAccessPoint--flags"></a><h3>The <code class="literal">"flags"</code> property</h3> -<pre class="programlisting"> "flags" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The flags of the access point. -</p> -<p>Allowed values: <= 1</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "frequency" property'> -<a name="NMAccessPoint--frequency"></a><h3>The <code class="literal">"frequency"</code> property</h3> -<pre class="programlisting"> "frequency" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The frequency of the access point. -</p> -<p>Allowed values: <= 10000</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "hw-address" property'> -<a name="NMAccessPoint--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> -<pre class="programlisting"> "hw-address" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The hardware address of the access point. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "max-bitrate" property'> -<a name="NMAccessPoint--max-bitrate"></a><h3>The <code class="literal">"max-bitrate"</code> property</h3> -<pre class="programlisting"> "max-bitrate" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The maximum bit rate of the access point. -</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "mode" property'> -<a name="NMAccessPoint--mode"></a><h3>The <code class="literal">"mode"</code> property</h3> -<pre class="programlisting"> "mode" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The mode of the access point. -</p> -<p>Allowed values: [1,2]</p> -<p>Default value: 2</p> -</div> -<hr> -<div class="refsect2" title='The "rsn-flags" property'> -<a name="NMAccessPoint--rsn-flags"></a><h3>The <code class="literal">"rsn-flags"</code> property</h3> -<pre class="programlisting"> "rsn-flags" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The RSN flags of the access point. -</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "ssid" property'> -<a name="NMAccessPoint--ssid"></a><h3>The <code class="literal">"ssid"</code> property</h3> -<pre class="programlisting"> "ssid" <span class="type">nm-ssid*</span> : Read</pre> -<p> -The SSID of the access point. -</p> -</div> -<hr> -<div class="refsect2" title='The "strength" property'> -<a name="NMAccessPoint--strength"></a><h3>The <code class="literal">"strength"</code> property</h3> -<pre class="programlisting"> "strength" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> : Read</pre> -<p> -The current signal strength of the access point. -</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "wpa-flags" property'> -<a name="NMAccessPoint--wpa-flags"></a><h3>The <code class="literal">"wpa-flags"</code> property</h3> -<pre class="programlisting"> "wpa-flags" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The WPA flags of the access point. -</p> -<p>Default value: 0</p> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-active-connection.html b/docs/libnm-glib/html/libnm-glib-nm-active-connection.html deleted file mode 100644 index 1b5f8fd5..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-active-connection.html +++ /dev/null @@ -1,445 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NMActiveConnection</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-client.html" title="NMClient"> -<link rel="next" href="libnm-glib-nm-device.html" title="NMDevice"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-client.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-device.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-active-connection.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-active-connection.description" class="shortcut">Description</a> - | - <a href="#libnm-glib-nm-active-connection.object-hierarchy" class="shortcut">Object Hierarchy</a> - | - <a href="#libnm-glib-nm-active-connection.properties" class="shortcut">Properties</a> -</td></tr> -</table> -<div class="refentry" title="NMActiveConnection"> -<a name="libnm-glib-nm-active-connection"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-active-connection.top_of_page"></a>NMActiveConnection</span></h2> -<p>NMActiveConnection</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-active-connection.synopsis"></a><h2>Synopsis</h2> -<a name="NMActiveConnection"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS" title="NM_ACTIVE_CONNECTION_SERVICE_NAME">NM_ACTIVE_CONNECTION_SERVICE_NAME</a> -#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS" title="NM_ACTIVE_CONNECTION_CONNECTION">NM_ACTIVE_CONNECTION_CONNECTION</a> -#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT">NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</a> -#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS" title="NM_ACTIVE_CONNECTION_DEVICES">NM_ACTIVE_CONNECTION_DEVICES</a> -#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-STATE:CAPS" title="NM_ACTIVE_CONNECTION_STATE">NM_ACTIVE_CONNECTION_STATE</a> -#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT">NM_ACTIVE_CONNECTION_DEFAULT</a> -#define <a class="link" href="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS" title="NM_ACTIVE_CONNECTION_DEFAULT6">NM_ACTIVE_CONNECTION_DEFAULT6</a> - <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection-struct" title="NMActiveConnection">NMActiveConnection</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-new" title="nm_active_connection_new ()">nm_active_connection_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-service-name" title="nm_active_connection_get_service_name ()">nm_active_connection_get_service_name</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -<a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a> <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-scope" title="nm_active_connection_get_scope ()">nm_active_connection_get_scope</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-connection" title="nm_active_connection_get_connection ()">nm_active_connection_get_connection</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-specific-object" title="nm_active_connection_get_specific_object ()">nm_active_connection_get_specific_object</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-devices" title="nm_active_connection_get_devices ()">nm_active_connection_get_devices</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -<span class="returnvalue">NMActiveConnectionState</span> <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-state" title="nm_active_connection_get_state ()">nm_active_connection_get_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-default" title="nm_active_connection_get_default ()">nm_active_connection_get_default</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-active-connection.html#nm-active-connection-get-default6" title="nm_active_connection_get_default6 ()">nm_active_connection_get_default6</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>); -</pre> -</div> -<div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-active-connection.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----NMActiveConnection -</pre> -</div> -<div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-active-connection.properties"></a><h2>Properties</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--connection" title='The "connection" property'>connection</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--default" title='The "default" property'>default</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--default6" title='The "default6" property'>default6</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--devices" title='The "devices" property'>devices</a>" <span class="type">nm-object-array*</span> : Read - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--service-name" title='The "service-name" property'>service-name</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--specific-object" title='The "specific-object" property'>specific-object</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection--state" title='The "state" property'>state</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-active-connection.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-active-connection.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_SERVICE_NAME"> -<a name="NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"></a><h3>NM_ACTIVE_CONNECTION_SERVICE_NAME</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_SERVICE_NAME "service-name" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_CONNECTION"> -<a name="NM-ACTIVE-CONNECTION-CONNECTION:CAPS"></a><h3>NM_ACTIVE_CONNECTION_CONNECTION</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_CONNECTION "connection" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT"> -<a name="NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"></a><h3>NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT "specific-object" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEVICES"> -<a name="NM-ACTIVE-CONNECTION-DEVICES:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEVICES</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEVICES "devices" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_STATE"> -<a name="NM-ACTIVE-CONNECTION-STATE:CAPS"></a><h3>NM_ACTIVE_CONNECTION_STATE</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_STATE "state" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEFAULT"> -<a name="NM-ACTIVE-CONNECTION-DEFAULT:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEFAULT "default" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_ACTIVE_CONNECTION_DEFAULT6"> -<a name="NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"></a><h3>NM_ACTIVE_CONNECTION_DEFAULT6</h3> -<pre class="programlisting">#define NM_ACTIVE_CONNECTION_DEFAULT6 "default6" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMActiveConnection"> -<a name="NMActiveConnection-struct"></a><h3>NMActiveConnection</h3> -<pre class="programlisting">typedef struct _NMActiveConnection NMActiveConnection;</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_new ()"> -<a name="nm-active-connection-new"></a><h3>nm_active_connection_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_active_connection_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> -<p> -Creates a new <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> -<td>the DBus object path of the device -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a new active connection -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_service_name ()"> -<a name="nm-active-connection-get-service-name"></a><h3>nm_active_connection_get_service_name ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_service_name - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Gets the service name of the active connection. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the service name. This is the internal string used by the -connection, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_scope ()"> -<a name="nm-active-connection-get-scope"></a><h3>nm_active_connection_get_scope ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html#NMConnectionScope"><span class="returnvalue">NMConnectionScope</span></a> nm_active_connection_get_scope (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Gets the scope of the active connection. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the connection's scope -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_connection ()"> -<a name="nm-active-connection-get-connection"></a><h3>nm_active_connection_get_connection ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_connection (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Gets the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a>'s DBus object path. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the object path of the <a href="/usr/share/gtk-doc/html/libnm-util/NMConnection.html"><span class="type">NMConnection</span></a> inside of <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a>. -This is the internal string used by the connection, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_specific_object ()"> -<a name="nm-active-connection-get-specific-object"></a><h3>nm_active_connection_get_specific_object ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_active_connection_get_specific_object - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Gets the "specific object" used at the activation. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the specific object's DBus path. This is the internal string used by the -connection, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_devices ()"> -<a name="nm-active-connection-get-devices"></a><h3>nm_active_connection_get_devices ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_active_connection_get_devices (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Gets the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>s used for the active connections. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>s. -This is the internal copy used by the connection, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_state ()"> -<a name="nm-active-connection-get-state"></a><h3>nm_active_connection_get_state ()</h3> -<pre class="programlisting"><span class="returnvalue">NMActiveConnectionState</span> nm_active_connection_get_state (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Gets the active connection's state. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the state -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_default ()"> -<a name="nm-active-connection-get-default"></a><h3>nm_active_connection_get_default ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_active_connection_get_default (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Whether the active connection is the default IPv4 one (that is, is used for -the default IPv4 route and DNS information). -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the active connection is the default IPv4 connection -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_active_connection_get_default6 ()"> -<a name="nm-active-connection-get-default6"></a><h3>nm_active_connection_get_default6 ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_active_connection_get_default6 (<em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *connection</code></em>);</pre> -<p> -Whether the active connection is the default IPv6 one (that is, is used for -the default IPv6 route and DNS information). -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the active connection is the default IPv6 connection -</td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-active-connection.property-details"></a><h2>Property Details</h2> -<div class="refsect2" title='The "connection" property'> -<a name="NMActiveConnection--connection"></a><h3>The <code class="literal">"connection"</code> property</h3> -<pre class="programlisting"> "connection" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The connection's path of the active connection. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "default" property'> -<a name="NMActiveConnection--default"></a><h3>The <code class="literal">"default"</code> property</h3> -<pre class="programlisting"> "default" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p> -Whether the active connection is the default IPv4 one. -</p> -<p>Default value: FALSE</p> -</div> -<hr> -<div class="refsect2" title='The "default6" property'> -<a name="NMActiveConnection--default6"></a><h3>The <code class="literal">"default6"</code> property</h3> -<pre class="programlisting"> "default6" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p> -Whether the active connection is the default IPv6 one. -</p> -<p>Default value: FALSE</p> -</div> -<hr> -<div class="refsect2" title='The "devices" property'> -<a name="NMActiveConnection--devices"></a><h3>The <code class="literal">"devices"</code> property</h3> -<pre class="programlisting"> "devices" <span class="type">nm-object-array*</span> : Read</pre> -<p>Devices.</p> -</div> -<hr> -<div class="refsect2" title='The "service-name" property'> -<a name="NMActiveConnection--service-name"></a><h3>The <code class="literal">"service-name"</code> property</h3> -<pre class="programlisting"> "service-name" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The service name of the active connection. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "specific-object" property'> -<a name="NMActiveConnection--specific-object"></a><h3>The <code class="literal">"specific-object"</code> property</h3> -<pre class="programlisting"> "specific-object" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The specific object's path of the active connection. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "state" property'> -<a name="NMActiveConnection--state"></a><h3>The <code class="literal">"state"</code> property</h3> -<pre class="programlisting"> "state" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The state of the active connection. -</p> -<p>Allowed values: <= 2</p> -<p>Default value: 0</p> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-client.html b/docs/libnm-glib/html/libnm-glib-nm-client.html deleted file mode 100644 index b7af2851..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-client.html +++ /dev/null @@ -1,724 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NMClient</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="ch01.html" title="libnm-glib Objects"> -<link rel="next" href="libnm-glib-nm-active-connection.html" title="NMActiveConnection"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-active-connection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-client.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-client.description" class="shortcut">Description</a> - | - <a href="#libnm-glib-nm-client.object-hierarchy" class="shortcut">Object Hierarchy</a> - | - <a href="#libnm-glib-nm-client.properties" class="shortcut">Properties</a> - | - <a href="#libnm-glib-nm-client.signals" class="shortcut">Signals</a> -</td></tr> -</table> -<div class="refentry" title="NMClient"> -<a name="libnm-glib-nm-client"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-client.top_of_page"></a>NMClient</span></h2> -<p>NMClient</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-client.synopsis"></a><h2>Synopsis</h2> -<a name="NMClient"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-STATE:CAPS" title="NM_CLIENT_STATE">NM_CLIENT_STATE</a> -#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-MANAGER-RUNNING:CAPS" title="NM_CLIENT_MANAGER_RUNNING">NM_CLIENT_MANAGER_RUNNING</a> -#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-ENABLED:CAPS" title="NM_CLIENT_WIRELESS_ENABLED">NM_CLIENT_WIRELESS_ENABLED</a> -#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED">NM_CLIENT_WIRELESS_HARDWARE_ENABLED</a> -#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-WWAN-ENABLED:CAPS" title="NM_CLIENT_WWAN_ENABLED">NM_CLIENT_WWAN_ENABLED</a> -#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS" title="NM_CLIENT_WWAN_HARDWARE_ENABLED">NM_CLIENT_WWAN_HARDWARE_ENABLED</a> -#define <a class="link" href="libnm-glib-nm-client.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS" title="NM_CLIENT_ACTIVE_CONNECTIONS">NM_CLIENT_ACTIVE_CONNECTIONS</a> - <a class="link" href="libnm-glib-nm-client.html#NMClient-struct" title="NMClient">NMClient</a>; -<a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="returnvalue">NMClient</span></a> * <a class="link" href="libnm-glib-nm-client.html#nm-client-new" title="nm_client_new ()">nm_client_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="libnm-glib-nm-client.html#nm-client-get-devices" title="nm_client_get_devices ()">nm_client_get_devices</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="returnvalue">NMDevice</span></a> * <a class="link" href="libnm-glib-nm-client.html#nm-client-get-device-by-path" title="nm_client_get_device_by_path ()">nm_client_get_device_by_path</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>); -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-client.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()">*NMClientActivateDeviceFn</a>) (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-client.html#nm-client-activate-connection" title="nm_client_activate_connection ()">nm_client_activate_connection</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *service_name</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *connection_path</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()"><span class="type">NMClientActivateDeviceFn</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-client.html#nm-client-deactivate-connection" title="nm_client_deactivate_connection ()">nm_client_deactivate_connection</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-client.html#nm-client-wireless-get-enabled" title="nm_client_wireless_get_enabled ()">nm_client_wireless_get_enabled</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-client.html#nm-client-wireless-set-enabled" title="nm_client_wireless_set_enabled ()">nm_client_wireless_set_enabled</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-client.html#nm-client-wireless-hardware-get-enabled" title="nm_client_wireless_hardware_get_enabled ()">nm_client_wireless_hardware_get_enabled</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-client.html#nm-client-wwan-get-enabled" title="nm_client_wwan_get_enabled ()">nm_client_wwan_get_enabled</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-client.html#nm-client-wwan-set-enabled" title="nm_client_wwan_set_enabled ()">nm_client_wwan_set_enabled</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-client.html#nm-client-wwan-hardware-get-enabled" title="nm_client_wwan_hardware_get_enabled ()">nm_client_wwan_hardware_get_enabled</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<span class="returnvalue">NMState</span> <a class="link" href="libnm-glib-nm-client.html#nm-client-get-state" title="nm_client_get_state ()">nm_client_get_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-client.html#nm-client-get-manager-running" title="nm_client_get_manager_running ()">nm_client_get_manager_running</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="libnm-glib-nm-client.html#nm-client-get-active-connections" title="nm_client_get_active_connections ()">nm_client_get_active_connections</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-client.html#nm-client-sleep" title="nm_client_sleep ()">nm_client_sleep</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sleep</code></em>); -</pre> -</div> -<div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-client.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----NMClient -</pre> -</div> -<div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-client.properties"></a><h2>Properties</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-client.html#NMClient--active-connections" title='The "active-connections" property'>active-connections</a>" <span class="type">nm-object-array*</span> : Read - "<a class="link" href="libnm-glib-nm-client.html#NMClient--manager-running" title='The "manager-running" property'>manager-running</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-client.html#NMClient--networking-enabled" title='The "networking-enabled" property'>networking-enabled</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-client.html#NMClient--state" title='The "state" property'>state</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-client.html#NMClient--wireless-enabled" title='The "wireless-enabled" property'>wireless-enabled</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write - "<a class="link" href="libnm-glib-nm-client.html#NMClient--wireless-hardware-enabled" title='The "wireless-hardware-enabled" property'>wireless-hardware-enabled</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-client.html#NMClient--wwan-enabled" title='The "wwan-enabled" property'>wwan-enabled</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct - "<a class="link" href="libnm-glib-nm-client.html#NMClient--wwan-hardware-enabled" title='The "wwan-hardware-enabled" property'>wwan-hardware-enabled</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only -</pre> -</div> -<div class="refsect1" title="Signals"> -<a name="libnm-glib-nm-client.signals"></a><h2>Signals</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-client.html#NMClient-device-added" title='The "device-added" signal'>device-added</a>" : Run First - "<a class="link" href="libnm-glib-nm-client.html#NMClient-device-removed" title='The "device-removed" signal'>device-removed</a>" : Run First -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-client.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-client.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_CLIENT_STATE"> -<a name="NM-CLIENT-STATE:CAPS"></a><h3>NM_CLIENT_STATE</h3> -<pre class="programlisting">#define NM_CLIENT_STATE "state" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_CLIENT_MANAGER_RUNNING"> -<a name="NM-CLIENT-MANAGER-RUNNING:CAPS"></a><h3>NM_CLIENT_MANAGER_RUNNING</h3> -<pre class="programlisting">#define NM_CLIENT_MANAGER_RUNNING "manager-running" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_CLIENT_WIRELESS_ENABLED"> -<a name="NM-CLIENT-WIRELESS-ENABLED:CAPS"></a><h3>NM_CLIENT_WIRELESS_ENABLED</h3> -<pre class="programlisting">#define NM_CLIENT_WIRELESS_ENABLED "wireless-enabled" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_CLIENT_WIRELESS_HARDWARE_ENABLED"> -<a name="NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"></a><h3>NM_CLIENT_WIRELESS_HARDWARE_ENABLED</h3> -<pre class="programlisting">#define NM_CLIENT_WIRELESS_HARDWARE_ENABLED "wireless-hardware-enabled" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_CLIENT_WWAN_ENABLED"> -<a name="NM-CLIENT-WWAN-ENABLED:CAPS"></a><h3>NM_CLIENT_WWAN_ENABLED</h3> -<pre class="programlisting">#define NM_CLIENT_WWAN_ENABLED "wwan-enabled" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_CLIENT_WWAN_HARDWARE_ENABLED"> -<a name="NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"></a><h3>NM_CLIENT_WWAN_HARDWARE_ENABLED</h3> -<pre class="programlisting">#define NM_CLIENT_WWAN_HARDWARE_ENABLED "wwan-hardware-enabled" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_CLIENT_ACTIVE_CONNECTIONS"> -<a name="NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"></a><h3>NM_CLIENT_ACTIVE_CONNECTIONS</h3> -<pre class="programlisting">#define NM_CLIENT_ACTIVE_CONNECTIONS "active-connections" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMClient"> -<a name="NMClient-struct"></a><h3>NMClient</h3> -<pre class="programlisting">typedef struct _NMClient NMClient;</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="nm_client_new ()"> -<a name="nm-client-new"></a><h3>nm_client_new ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="returnvalue">NMClient</span></a> * nm_client_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> -<p> -Creates a new <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody><tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a new <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr></tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_get_devices ()"> -<a name="nm-client-get-devices"></a><h3>nm_client_get_devices ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_client_get_devices (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Gets all the detected devices. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>s. -The returned array is owned by the client and should not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_get_device_by_path ()"> -<a name="nm-client-get-device-by-path"></a><h3>nm_client_get_device_by_path ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="returnvalue">NMDevice</span></a> * nm_client_get_device_by_path (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>);</pre> -<p> -Gets a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> from a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td> -<td>the object path to search for -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> for the given <em class="parameter"><code>object_path</code></em> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is found. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="NMClientActivateDeviceFn ()"> -<a name="NMClientActivateDeviceFn"></a><h3>NMClientActivateDeviceFn ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMClientActivateDeviceFn) (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *object_path</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> -<td> -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_activate_connection ()"> -<a name="nm-client-activate-connection"></a><h3>nm_client_activate_connection ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_client_activate_connection (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *service_name</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *connection_path</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *specific_object</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClientActivateDeviceFn" title="NMClientActivateDeviceFn ()"><span class="type">NMClientActivateDeviceFn</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -Activates a connection with the given <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>service_name</code></em> :</span></p></td> -<td>the connection's service name -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection_path</code></em> :</span></p></td> -<td>the connection's DBus path -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>specific_object</code></em> :</span></p></td> -<td>the device specific object (currently used only for -activating wireless devices and should be the <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a>'s path. -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> -<td>the function to call when the call is done -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>user data to pass to the callback function -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_deactivate_connection ()"> -<a name="nm-client-deactivate-connection"></a><h3>nm_client_deactivate_connection ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_client_deactivate_connection (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> *active</code></em>);</pre> -<p> -Deactivates an active <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>active</code></em> :</span></p></td> -<td>the <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a> to deactivate -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_wireless_get_enabled ()"> -<a name="nm-client-wireless-get-enabled"></a><h3>nm_client_wireless_get_enabled ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wireless_get_enabled (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Determines whether the wireless is enabled. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if wireless is enabled -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_wireless_set_enabled ()"> -<a name="nm-client-wireless-set-enabled"></a><h3>nm_client_wireless_set_enabled ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_client_wireless_set_enabled (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> -<p> -Enables or disables wireless devices. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td> -<td> -<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable wireless -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_wireless_hardware_get_enabled ()"> -<a name="nm-client-wireless-hardware-get-enabled"></a><h3>nm_client_wireless_hardware_get_enabled ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wireless_hardware_get_enabled - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Determines whether the wireless hardware is enabled. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the wireless hardware is enabled -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_wwan_get_enabled ()"> -<a name="nm-client-wwan-get-enabled"></a><h3>nm_client_wwan_get_enabled ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wwan_get_enabled (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Determines whether WWAN is enabled. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if WWAN is enabled -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_wwan_set_enabled ()"> -<a name="nm-client-wwan-set-enabled"></a><h3>nm_client_wwan_set_enabled ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_client_wwan_set_enabled (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> enabled</code></em>);</pre> -<p> -Enables or disables WWAN devices. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>enabled</code></em> :</span></p></td> -<td> -<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable WWAN -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_wwan_hardware_get_enabled ()"> -<a name="nm-client-wwan-hardware-get-enabled"></a><h3>nm_client_wwan_hardware_get_enabled ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_wwan_hardware_get_enabled (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Determines whether the WWAN hardware is enabled. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the WWAN hardware is enabled -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_get_state ()"> -<a name="nm-client-get-state"></a><h3>nm_client_get_state ()</h3> -<pre class="programlisting"><span class="returnvalue">NMState</span> nm_client_get_state (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Gets the current daemon state. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the current <code class="literal">NMState</code> -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_get_manager_running ()"> -<a name="nm-client-get-manager-running"></a><h3>nm_client_get_manager_running ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_client_get_manager_running (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Determines whether the daemon is running. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the daemon is running -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_get_active_connections ()"> -<a name="nm-client-get-active-connections"></a><h3>nm_client_get_active_connections ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_client_get_active_connections (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>);</pre> -<p> -Gets the active connections. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the active <a class="link" href="libnm-glib-nm-active-connection.html#NMActiveConnection"><span class="type">NMActiveConnection</span></a>s. -The returned array is owned by the client and should not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_client_sleep ()"> -<a name="nm-client-sleep"></a><h3>nm_client_sleep ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_client_sleep (<em class="parameter"><code><a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> sleep</code></em>);</pre> -<p> -Deprecated; use <code class="function">nm_client_networking_set_enabled()</code> instead. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>sleep</code></em> :</span></p></td> -<td> -<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to put the daemon to sleep -</td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-client.property-details"></a><h2>Property Details</h2> -<div class="refsect2" title='The "active-connections" property'> -<a name="NMClient--active-connections"></a><h3>The <code class="literal">"active-connections"</code> property</h3> -<pre class="programlisting"> "active-connections" <span class="type">nm-object-array*</span> : Read</pre> -<p>Active connections.</p> -</div> -<hr> -<div class="refsect2" title='The "manager-running" property'> -<a name="NMClient--manager-running"></a><h3>The <code class="literal">"manager-running"</code> property</h3> -<pre class="programlisting"> "manager-running" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p>Whether NetworkManager is running.</p> -<p>Default value: FALSE</p> -</div> -<hr> -<div class="refsect2" title='The "networking-enabled" property'> -<a name="NMClient--networking-enabled"></a><h3>The <code class="literal">"networking-enabled"</code> property</h3> -<pre class="programlisting"> "networking-enabled" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p>Is networking enabled.</p> -<p>Default value: TRUE</p> -</div> -<hr> -<div class="refsect2" title='The "state" property'> -<a name="NMClient--state"></a><h3>The <code class="literal">"state"</code> property</h3> -<pre class="programlisting"> "state" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The current daemon state. -</p> -<p>Allowed values: <= 4</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "wireless-enabled" property'> -<a name="NMClient--wireless-enabled"></a><h3>The <code class="literal">"wireless-enabled"</code> property</h3> -<pre class="programlisting"> "wireless-enabled" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre> -<p>Is wireless enabled.</p> -<p>Default value: TRUE</p> -</div> -<hr> -<div class="refsect2" title='The "wireless-hardware-enabled" property'> -<a name="NMClient--wireless-hardware-enabled"></a><h3>The <code class="literal">"wireless-hardware-enabled"</code> property</h3> -<pre class="programlisting"> "wireless-hardware-enabled" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p>Is wireless hardware enabled.</p> -<p>Default value: TRUE</p> -</div> -<hr> -<div class="refsect2" title='The "wwan-enabled" property'> -<a name="NMClient--wwan-enabled"></a><h3>The <code class="literal">"wwan-enabled"</code> property</h3> -<pre class="programlisting"> "wwan-enabled" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct</pre> -<p>Is WWAN enabled.</p> -<p>Default value: TRUE</p> -</div> -<hr> -<div class="refsect2" title='The "wwan-hardware-enabled" property'> -<a name="NMClient--wwan-hardware-enabled"></a><h3>The <code class="literal">"wwan-hardware-enabled"</code> property</h3> -<pre class="programlisting"> "wwan-hardware-enabled" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write / Construct Only</pre> -<p>Is WWAN hardware enabled.</p> -<p>Default value: TRUE</p> -</div> -</div> -<div class="refsect1" title="Signal Details"> -<a name="libnm-glib-nm-client.signal-details"></a><h2>Signal Details</h2> -<div class="refsect2" title='The "device-added" signal'> -<a name="NMClient-device-added"></a><h3>The <code class="literal">"device-added"</code> signal</h3> -<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *client, - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *device, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> -<p> -Notifies that a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> is added. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td> -<td>the client that received the signal -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>the new device -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>user data set when the signal handler was connected.</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title='The "device-removed" signal'> -<a name="NMClient-device-removed"></a><h3>The <code class="literal">"device-removed"</code> signal</h3> -<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="libnm-glib-nm-client.html#NMClient"><span class="type">NMClient</span></a> *widget, - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *device, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> -<p> -Notifies that a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> is removed. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td> -<td>the client that received the signal -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>the removed device -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>user data set when the signal handler was connected.</td> -</tr> -</tbody> -</table></div> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-device-ethernet.html b/docs/libnm-glib/html/libnm-glib-nm-device-ethernet.html deleted file mode 100644 index ad47fde5..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-device-ethernet.html +++ /dev/null @@ -1,243 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NMDeviceEthernet</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-device.html" title="NMDevice"> -<link rel="next" href="libnm-glib-nm-device-wifi.html" title="NMDeviceWifi"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-device.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-device-wifi.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-device-ethernet.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-device-ethernet.description" class="shortcut">Description</a> - | - <a href="#libnm-glib-nm-device-ethernet.object-hierarchy" class="shortcut">Object Hierarchy</a> - | - <a href="#libnm-glib-nm-device-ethernet.properties" class="shortcut">Properties</a> -</td></tr> -</table> -<div class="refentry" title="NMDeviceEthernet"> -<a name="libnm-glib-nm-device-ethernet"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-device-ethernet.top_of_page"></a>NMDeviceEthernet</span></h2> -<p>NMDeviceEthernet</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-device-ethernet.synopsis"></a><h2>Synopsis</h2> -<a name="NMDeviceEthernet"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS" title="NM_DEVICE_ETHERNET_HW_ADDRESS">NM_DEVICE_ETHERNET_HW_ADDRESS</a> -#define <a class="link" href="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS" title="NM_DEVICE_ETHERNET_SPEED">NM_DEVICE_ETHERNET_SPEED</a> -#define <a class="link" href="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS" title="NM_DEVICE_ETHERNET_CARRIER">NM_DEVICE_ETHERNET_CARRIER</a> - <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet-struct" title="NMDeviceEthernet">NMDeviceEthernet</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-new" title="nm_device_ethernet_new ()">nm_device_ethernet_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-hw-address" title="nm_device_ethernet_get_hw_address ()">nm_device_ethernet_get_hw_address</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-speed" title="nm_device_ethernet_get_speed ()">nm_device_ethernet_get_speed</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-carrier" title="nm_device_ethernet_get_carrier ()">nm_device_ethernet_get_carrier</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>); -</pre> -</div> -<div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-device-ethernet.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----<a class="link" href="libnm-glib-nm-device.html#NMDevice">NMDevice</a> - +----NMDeviceEthernet -</pre> -</div> -<div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-device-ethernet.properties"></a><h2>Properties</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--carrier" title='The "carrier" property'>carrier</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--speed" title='The "speed" property'>speed</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-device-ethernet.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-device-ethernet.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_DEVICE_ETHERNET_HW_ADDRESS"> -<a name="NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_ETHERNET_HW_ADDRESS</h3> -<pre class="programlisting">#define NM_DEVICE_ETHERNET_HW_ADDRESS "hw-address" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_ETHERNET_SPEED"> -<a name="NM-DEVICE-ETHERNET-SPEED:CAPS"></a><h3>NM_DEVICE_ETHERNET_SPEED</h3> -<pre class="programlisting">#define NM_DEVICE_ETHERNET_SPEED "speed" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_ETHERNET_CARRIER"> -<a name="NM-DEVICE-ETHERNET-CARRIER:CAPS"></a><h3>NM_DEVICE_ETHERNET_CARRIER</h3> -<pre class="programlisting">#define NM_DEVICE_ETHERNET_CARRIER "carrier" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMDeviceEthernet"> -<a name="NMDeviceEthernet-struct"></a><h3>NMDeviceEthernet</h3> -<pre class="programlisting">typedef struct _NMDeviceEthernet NMDeviceEthernet;</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="nm_device_ethernet_new ()"> -<a name="nm-device-ethernet-new"></a><h3>nm_device_ethernet_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_ethernet_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> -<p> -Creates a new <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> -<td>the DBus object path of the device -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a new device -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_ethernet_get_hw_address ()"> -<a name="nm-device-ethernet-get-hw-address"></a><h3>nm_device_ethernet_get_hw_address ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_ethernet_get_hw_address (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> -<p> -Gets the hardware (MAC) address of the <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the hardware address. This is the internal string used by the -device, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_ethernet_get_speed ()"> -<a name="nm-device-ethernet-get-speed"></a><h3>nm_device_ethernet_get_speed ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_ethernet_get_speed (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> -<p> -Gets the speed of the <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the speed of the device -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_ethernet_get_carrier ()"> -<a name="nm-device-ethernet-get-carrier"></a><h3>nm_device_ethernet_get_carrier ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_ethernet_get_carrier (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> *device</code></em>);</pre> -<p> -Whether the device has carrier. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet"><span class="type">NMDeviceEthernet</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device has carrier -</td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-device-ethernet.property-details"></a><h2>Property Details</h2> -<div class="refsect2" title='The "carrier" property'> -<a name="NMDeviceEthernet--carrier"></a><h3>The <code class="literal">"carrier"</code> property</h3> -<pre class="programlisting"> "carrier" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p> -Whether the device has carrier. -</p> -<p>Default value: FALSE</p> -</div> -<hr> -<div class="refsect2" title='The "hw-address" property'> -<a name="NMDeviceEthernet--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> -<pre class="programlisting"> "hw-address" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The hardware (MAC) address of the device. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "speed" property'> -<a name="NMDeviceEthernet--speed"></a><h3>The <code class="literal">"speed"</code> property</h3> -<pre class="programlisting"> "speed" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The speed of the device. -</p> -<p>Default value: 0</p> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-device-wifi.html b/docs/libnm-glib/html/libnm-glib-nm-device-wifi.html deleted file mode 100644 index acc5f6e0..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-device-wifi.html +++ /dev/null @@ -1,458 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NMDeviceWifi</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-device-ethernet.html" title="NMDeviceEthernet"> -<link rel="next" href="NMSerialDevice.html" title="NMSerialDevice"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-device-ethernet.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="NMSerialDevice.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-device-wifi.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-device-wifi.description" class="shortcut">Description</a> - | - <a href="#libnm-glib-nm-device-wifi.object-hierarchy" class="shortcut">Object Hierarchy</a> - | - <a href="#libnm-glib-nm-device-wifi.properties" class="shortcut">Properties</a> - | - <a href="#libnm-glib-nm-device-wifi.signals" class="shortcut">Signals</a> -</td></tr> -</table> -<div class="refentry" title="NMDeviceWifi"> -<a name="libnm-glib-nm-device-wifi"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-device-wifi.top_of_page"></a>NMDeviceWifi</span></h2> -<p>NMDeviceWifi</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-device-wifi.synopsis"></a><h2>Synopsis</h2> -<a name="NMDeviceWifi"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS" title="NM_DEVICE_WIFI_HW_ADDRESS">NM_DEVICE_WIFI_HW_ADDRESS</a> -#define <a class="link" href="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-MODE:CAPS" title="NM_DEVICE_WIFI_MODE">NM_DEVICE_WIFI_MODE</a> -#define <a class="link" href="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-BITRATE:CAPS" title="NM_DEVICE_WIFI_BITRATE">NM_DEVICE_WIFI_BITRATE</a> -#define <a class="link" href="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT">NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</a> -#define <a class="link" href="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS" title="NM_DEVICE_WIFI_CAPABILITIES">NM_DEVICE_WIFI_CAPABILITIES</a> - <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi-struct" title="NMDeviceWifi">NMDeviceWifi</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-new" title="nm_device_wifi_new ()">nm_device_wifi_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-hw-address" title="nm_device_wifi_get_hw_address ()">nm_device_wifi_get_hw_address</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); -<span class="returnvalue">NM80211Mode</span> <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-mode" title="nm_device_wifi_get_mode ()">nm_device_wifi_get_mode</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-bitrate" title="nm_device_wifi_get_bitrate ()">nm_device_wifi_get_bitrate</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-capabilities" title="nm_device_wifi_get_capabilities ()">nm_device_wifi_get_capabilities</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); -<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-active-access-point" title="nm_device_wifi_get_active_access_point ()">nm_device_wifi_get_active_access_point</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); -<a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-point-by-path" title="nm_device_wifi_get_access_point_by_path ()">nm_device_wifi_get_access_point_by_path</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * <a class="link" href="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-points" title="nm_device_wifi_get_access_points ()">nm_device_wifi_get_access_points</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>); -</pre> -</div> -<div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-device-wifi.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----<a class="link" href="libnm-glib-nm-device.html#NMDevice">NMDevice</a> - +----NMDeviceWifi -</pre> -</div> -<div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-device-wifi.properties"></a><h2>Properties</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi--active-access-point" title='The "active-access-point" property'>active-access-point</a>" <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi--bitrate" title='The "bitrate" property'>bitrate</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi--hw-address" title='The "hw-address" property'>hw-address</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi--mode" title='The "mode" property'>mode</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi--wireless-capabilities" title='The "wireless-capabilities" property'>wireless-capabilities</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read -</pre> -</div> -<div class="refsect1" title="Signals"> -<a name="libnm-glib-nm-device-wifi.signals"></a><h2>Signals</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-added" title='The "access-point-added" signal'>access-point-added</a>" : Run First - "<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-removed" title='The "access-point-removed" signal'>access-point-removed</a>" : Run First -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-device-wifi.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-device-wifi.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_DEVICE_WIFI_HW_ADDRESS"> -<a name="NM-DEVICE-WIFI-HW-ADDRESS:CAPS"></a><h3>NM_DEVICE_WIFI_HW_ADDRESS</h3> -<pre class="programlisting">#define NM_DEVICE_WIFI_HW_ADDRESS "hw-address" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_WIFI_MODE"> -<a name="NM-DEVICE-WIFI-MODE:CAPS"></a><h3>NM_DEVICE_WIFI_MODE</h3> -<pre class="programlisting">#define NM_DEVICE_WIFI_MODE "mode" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_WIFI_BITRATE"> -<a name="NM-DEVICE-WIFI-BITRATE:CAPS"></a><h3>NM_DEVICE_WIFI_BITRATE</h3> -<pre class="programlisting">#define NM_DEVICE_WIFI_BITRATE "bitrate" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT"> -<a name="NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"></a><h3>NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT</h3> -<pre class="programlisting">#define NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT "active-access-point" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_WIFI_CAPABILITIES"> -<a name="NM-DEVICE-WIFI-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_WIFI_CAPABILITIES</h3> -<pre class="programlisting">#define NM_DEVICE_WIFI_CAPABILITIES "wireless-capabilities" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMDeviceWifi"> -<a name="NMDeviceWifi-struct"></a><h3>NMDeviceWifi</h3> -<pre class="programlisting">typedef struct _NMDeviceWifi NMDeviceWifi;</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_new ()"> -<a name="nm-device-wifi-new"></a><h3>nm_device_wifi_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_wifi_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> -<p> -Creates a new <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> -<td>the DBus object path of the device -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a new device -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_hw_address ()"> -<a name="nm-device-wifi-get-hw-address"></a><h3>nm_device_wifi_get_hw_address ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_wifi_get_hw_address (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> -<p> -Gets the hardware (MAC) address of the <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the hardware address. This is the internal string used by the -device, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_mode ()"> -<a name="nm-device-wifi-get-mode"></a><h3>nm_device_wifi_get_mode ()</h3> -<pre class="programlisting"><span class="returnvalue">NM80211Mode</span> nm_device_wifi_get_mode (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> -<p> -Gets the <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> mode. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the mode -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_bitrate ()"> -<a name="nm-device-wifi-get-bitrate"></a><h3>nm_device_wifi_get_bitrate ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_wifi_get_bitrate (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> -<p> -Gets the bit rate of the <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the bit rate -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_capabilities ()"> -<a name="nm-device-wifi-get-capabilities"></a><h3>nm_device_wifi_get_capabilities ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_wifi_get_capabilities (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> -<p> -Gets the WIFI capabilities of the <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the capabilities -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_active_access_point ()"> -<a name="nm-device-wifi-get-active-access-point"></a><h3>nm_device_wifi_get_active_access_point ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * nm_device_wifi_get_active_access_point - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> -<p> -Gets the active <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the access point or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is active -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_access_point_by_path ()"> -<a name="nm-device-wifi-get-access-point-by-path"></a><h3>nm_device_wifi_get_access_point_by_path ()</h3> -<pre class="programlisting"><a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="returnvalue">NMAccessPoint</span></a> * nm_device_wifi_get_access_point_by_path - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> -<p> -Gets a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> by path. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> -<td>the object path of the access point -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the access point or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none is found. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_wifi_get_access_points ()"> -<a name="nm-device-wifi-get-access-points"></a><h3>nm_device_wifi_get_access_points ()</h3> -<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="returnvalue">GPtrArray</span></a> * nm_device_wifi_get_access_points (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device</code></em>);</pre> -<p> -Gets all the scanned access points of the <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a <a href="/usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing all the scanned <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a>s. -The returned array is owned by the client and should not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-device-wifi.property-details"></a><h2>Property Details</h2> -<div class="refsect2" title='The "active-access-point" property'> -<a name="NMDeviceWifi--active-access-point"></a><h3>The <code class="literal">"active-access-point"</code> property</h3> -<pre class="programlisting"> "active-access-point" <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a>* : Read</pre> -<p> -The active <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> of the device. -</p> -</div> -<hr> -<div class="refsect2" title='The "bitrate" property'> -<a name="NMDeviceWifi--bitrate"></a><h3>The <code class="literal">"bitrate"</code> property</h3> -<pre class="programlisting"> "bitrate" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The bit rate of the device. -</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "hw-address" property'> -<a name="NMDeviceWifi--hw-address"></a><h3>The <code class="literal">"hw-address"</code> property</h3> -<pre class="programlisting"> "hw-address" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The hardware (MAC) address of the device. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "mode" property'> -<a name="NMDeviceWifi--mode"></a><h3>The <code class="literal">"mode"</code> property</h3> -<pre class="programlisting"> "mode" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The mode of the device. -</p> -<p>Allowed values: <= 2</p> -<p>Default value: 2</p> -</div> -<hr> -<div class="refsect2" title='The "wireless-capabilities" property'> -<a name="NMDeviceWifi--wireless-capabilities"></a><h3>The <code class="literal">"wireless-capabilities"</code> property</h3> -<pre class="programlisting"> "wireless-capabilities" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The wireless capabilities of the device. -</p> -<p>Default value: 0</p> -</div> -</div> -<div class="refsect1" title="Signal Details"> -<a name="libnm-glib-nm-device-wifi.signal-details"></a><h2>Signal Details</h2> -<div class="refsect2" title='The "access-point-added" signal'> -<a name="NMDeviceWifi-access-point-added"></a><h3>The <code class="literal">"access-point-added"</code> signal</h3> -<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device, - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *ap, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> -<p> -Notifies that a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> is added to the wifi device. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>the wifi device that received the signal -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>the new access point -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>user data set when the signal handler was connected.</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title='The "access-point-removed" signal'> -<a name="NMDeviceWifi-access-point-removed"></a><h3>The <code class="literal">"access-point-removed"</code> signal</h3> -<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi"><span class="type">NMDeviceWifi</span></a> *device, - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> *ap, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> -<p> -Notifies that a <a class="link" href="libnm-glib-nm-access-point.html#NMAccessPoint"><span class="type">NMAccessPoint</span></a> is removed from the wifi device. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>the wifi device that received the signal -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>ap</code></em> :</span></p></td> -<td>the removed access point -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>user data set when the signal handler was connected.</td> -</tr> -</tbody> -</table></div> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-device.html b/docs/libnm-glib/html/libnm-glib-nm-device.html deleted file mode 100644 index d37903e1..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-device.html +++ /dev/null @@ -1,743 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NMDevice</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-active-connection.html" title="NMActiveConnection"> -<link rel="next" href="libnm-glib-nm-device-ethernet.html" title="NMDeviceEthernet"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-active-connection.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-device-ethernet.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-device.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-device.description" class="shortcut">Description</a> - | - <a href="#libnm-glib-nm-device.object-hierarchy" class="shortcut">Object Hierarchy</a> - | - <a href="#libnm-glib-nm-device.properties" class="shortcut">Properties</a> - | - <a href="#libnm-glib-nm-device.signals" class="shortcut">Signals</a> -</td></tr> -</table> -<div class="refentry" title="NMDevice"> -<a name="libnm-glib-nm-device"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-device.top_of_page"></a>NMDevice</span></h2> -<p>NMDevice</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-device.synopsis"></a><h2>Synopsis</h2> -<a name="NMDevice"></a><pre class="synopsis">#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-UDI:CAPS" title="NM_DEVICE_UDI">NM_DEVICE_UDI</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-INTERFACE:CAPS" title="NM_DEVICE_INTERFACE">NM_DEVICE_INTERFACE</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-DRIVER:CAPS" title="NM_DEVICE_DRIVER">NM_DEVICE_DRIVER</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-CAPABILITIES:CAPS" title="NM_DEVICE_CAPABILITIES">NM_DEVICE_CAPABILITIES</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-MANAGED:CAPS" title="NM_DEVICE_MANAGED">NM_DEVICE_MANAGED</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-IP4-CONFIG:CAPS" title="NM_DEVICE_IP4_CONFIG">NM_DEVICE_IP4_CONFIG</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-DHCP4-CONFIG:CAPS" title="NM_DEVICE_DHCP4_CONFIG">NM_DEVICE_DHCP4_CONFIG</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-IP6-CONFIG:CAPS" title="NM_DEVICE_IP6_CONFIG">NM_DEVICE_IP6_CONFIG</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-DHCP6-CONFIG:CAPS" title="NM_DEVICE_DHCP6_CONFIG">NM_DEVICE_DHCP6_CONFIG</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-STATE:CAPS" title="NM_DEVICE_STATE">NM_DEVICE_STATE</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-VENDOR:CAPS" title="NM_DEVICE_VENDOR">NM_DEVICE_VENDOR</a> -#define <a class="link" href="libnm-glib-nm-device.html#NM-DEVICE-PRODUCT:CAPS" title="NM_DEVICE_PRODUCT">NM_DEVICE_PRODUCT</a> - <a class="link" href="libnm-glib-nm-device.html#NMDevice-struct" title="NMDevice">NMDevice</a>; -<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * <a class="link" href="libnm-glib-nm-device.html#nm-device-new" title="nm_device_new ()">nm_device_new</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-iface" title="nm_device_get_iface ()">nm_device_get_iface</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-udi" title="nm_device_get_udi ()">nm_device_get_udi</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-driver" title="nm_device_get_driver ()">nm_device_get_driver</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> <a class="link" href="libnm-glib-nm-device.html#nm-device-get-capabilities" title="nm_device_get_capabilities ()">nm_device_get_capabilities</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-device.html#nm-device-get-managed" title="nm_device_get_managed ()">nm_device_get_managed</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="returnvalue">NMIP4Config</span></a> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-ip4-config" title="nm_device_get_ip4_config ()">nm_device_get_ip4_config</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="returnvalue">NMDHCP4Config</span></a> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-dhcp4-config" title="nm_device_get_dhcp4_config ()">nm_device_get_dhcp4_config</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="returnvalue">NMIP6Config</span></a> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-ip6-config" title="nm_device_get_ip6_config ()">nm_device_get_ip6_config</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="returnvalue">NMDHCP6Config</span></a> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-dhcp6-config" title="nm_device_get_dhcp6_config ()">nm_device_get_dhcp6_config</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<span class="returnvalue">NMDeviceState</span> <a class="link" href="libnm-glib-nm-device.html#nm-device-get-state" title="nm_device_get_state ()">nm_device_get_state</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-product" title="nm_device_get_product ()">nm_device_get_product</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -const <span class="returnvalue">char</span> * <a class="link" href="libnm-glib-nm-device.html#nm-device-get-vendor" title="nm_device_get_vendor ()">nm_device_get_vendor</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>); -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-device.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()">*NMDeviceDeactivateFn</a>) (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-device.html#nm-device-disconnect" title="nm_device_disconnect ()">nm_device_disconnect</a> (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()"><span class="type">NMDeviceDeactivateFn</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -</pre> -</div> -<div class="refsect1" title="Object Hierarchy"> -<a name="libnm-glib-nm-device.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="synopsis"> - <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> - +----<a class="link" href="libnm-glib-nm-object.html#NMObject">NMObject</a> - +----NMDevice - +----<a class="link" href="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet">NMDeviceEthernet</a> - +----<a class="link" href="libnm-glib-nm-device-wifi.html#NMDeviceWifi">NMDeviceWifi</a> - +----<a class="link" href="NMSerialDevice.html" title="NMSerialDevice">NMSerialDevice</a> -</pre> -</div> -<div class="refsect1" title="Properties"> -<a name="libnm-glib-nm-device.properties"></a><h2>Properties</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--capabilities" title='The "capabilities" property'>capabilities</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--dhcp4-config" title='The "dhcp4-config" property'>dhcp4-config</a>" <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--dhcp6-config" title='The "dhcp6-config" property'>dhcp6-config</a>" <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--driver" title='The "driver" property'>driver</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--interface" title='The "interface" property'>interface</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--ip4-config" title='The "ip4-config" property'>ip4-config</a>" <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--ip6-config" title='The "ip6-config" property'>ip6-config</a>" <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--managed" title='The "managed" property'>managed</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--product" title='The "product" property'>product</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--state" title='The "state" property'>state</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--udi" title='The "udi" property'>udi</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read - "<a class="link" href="libnm-glib-nm-device.html#NMDevice--vendor" title='The "vendor" property'>vendor</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read -</pre> -</div> -<div class="refsect1" title="Signals"> -<a name="libnm-glib-nm-device.signals"></a><h2>Signals</h2> -<pre class="synopsis"> - "<a class="link" href="libnm-glib-nm-device.html#NMDevice-state-changed" title='The "state-changed" signal'>state-changed</a>" : Run First -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-device.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-device.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_DEVICE_UDI"> -<a name="NM-DEVICE-UDI:CAPS"></a><h3>NM_DEVICE_UDI</h3> -<pre class="programlisting">#define NM_DEVICE_UDI "udi" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_INTERFACE"> -<a name="NM-DEVICE-INTERFACE:CAPS"></a><h3>NM_DEVICE_INTERFACE</h3> -<pre class="programlisting">#define NM_DEVICE_INTERFACE "interface" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_DRIVER"> -<a name="NM-DEVICE-DRIVER:CAPS"></a><h3>NM_DEVICE_DRIVER</h3> -<pre class="programlisting">#define NM_DEVICE_DRIVER "driver" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_CAPABILITIES"> -<a name="NM-DEVICE-CAPABILITIES:CAPS"></a><h3>NM_DEVICE_CAPABILITIES</h3> -<pre class="programlisting">#define NM_DEVICE_CAPABILITIES "capabilities" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_MANAGED"> -<a name="NM-DEVICE-MANAGED:CAPS"></a><h3>NM_DEVICE_MANAGED</h3> -<pre class="programlisting">#define NM_DEVICE_MANAGED "managed" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_IP4_CONFIG"> -<a name="NM-DEVICE-IP4-CONFIG:CAPS"></a><h3>NM_DEVICE_IP4_CONFIG</h3> -<pre class="programlisting">#define NM_DEVICE_IP4_CONFIG "ip4-config" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_DHCP4_CONFIG"> -<a name="NM-DEVICE-DHCP4-CONFIG:CAPS"></a><h3>NM_DEVICE_DHCP4_CONFIG</h3> -<pre class="programlisting">#define NM_DEVICE_DHCP4_CONFIG "dhcp4-config" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_IP6_CONFIG"> -<a name="NM-DEVICE-IP6-CONFIG:CAPS"></a><h3>NM_DEVICE_IP6_CONFIG</h3> -<pre class="programlisting">#define NM_DEVICE_IP6_CONFIG "ip6-config" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_DHCP6_CONFIG"> -<a name="NM-DEVICE-DHCP6-CONFIG:CAPS"></a><h3>NM_DEVICE_DHCP6_CONFIG</h3> -<pre class="programlisting">#define NM_DEVICE_DHCP6_CONFIG "dhcp6-config" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_STATE"> -<a name="NM-DEVICE-STATE:CAPS"></a><h3>NM_DEVICE_STATE</h3> -<pre class="programlisting">#define NM_DEVICE_STATE "state" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_VENDOR"> -<a name="NM-DEVICE-VENDOR:CAPS"></a><h3>NM_DEVICE_VENDOR</h3> -<pre class="programlisting">#define NM_DEVICE_VENDOR "vendor" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_DEVICE_PRODUCT"> -<a name="NM-DEVICE-PRODUCT:CAPS"></a><h3>NM_DEVICE_PRODUCT</h3> -<pre class="programlisting">#define NM_DEVICE_PRODUCT "product" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMDevice"> -<a name="NMDevice-struct"></a><h3>NMDevice</h3> -<pre class="programlisting">typedef struct _NMDevice NMDevice;</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="nm_device_new ()"> -<a name="nm-device-new"></a><h3>nm_device_new ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"><span class="returnvalue">GObject</span></a> * nm_device_new (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *path</code></em>);</pre> -<p> -Creates a new <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>the <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection"><span class="type">DBusGConnection</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td> -<td>the DBus object path of the device -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> a new device -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_iface ()"> -<a name="nm-device-get-iface"></a><h3>nm_device_get_iface ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_iface (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the interface name of the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the interface of the device. This is the internal string used by the -device, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_udi ()"> -<a name="nm-device-get-udi"></a><h3>nm_device_get_udi ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_udi (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the Unique Device Identifier of the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the Unique Device Identifier of the device. This identifier may be -used to gather more information about the device from various operating -system services like udev or sysfs. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_driver ()"> -<a name="nm-device-get-driver"></a><h3>nm_device_get_driver ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_driver (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the driver of the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the driver of the device. This is the internal string used by the -device, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_capabilities ()"> -<a name="nm-device-get-capabilities"></a><h3>nm_device_get_capabilities ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint32"><span class="returnvalue">guint32</span></a> nm_device_get_capabilities (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the device' capabilities. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the capabilities -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_managed ()"> -<a name="nm-device-get-managed"></a><h3>nm_device_get_managed ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_device_get_managed (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Whether the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> is managed by NetworkManager. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the device is managed by NetworkManager -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_ip4_config ()"> -<a name="nm-device-get-ip4-config"></a><h3>nm_device_get_ip4_config ()</h3> -<pre class="programlisting"><a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="returnvalue">NMIP4Config</span></a> * nm_device_get_ip4_config (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the current <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> associated with the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_dhcp4_config ()"> -<a name="nm-device-get-dhcp4-config"></a><h3>nm_device_get_dhcp4_config ()</h3> -<pre class="programlisting"><a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="returnvalue">NMDHCP4Config</span></a> * nm_device_get_dhcp4_config (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the current <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> associated with the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <span class="type">NMDHCPConfig</span> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated or not -using DHCP. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_ip6_config ()"> -<a name="nm-device-get-ip6-config"></a><h3>nm_device_get_ip6_config ()</h3> -<pre class="programlisting"><a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="returnvalue">NMIP6Config</span></a> * nm_device_get_ip6_config (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the current <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> associated with the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_dhcp6_config ()"> -<a name="nm-device-get-dhcp6-config"></a><h3>nm_device_get_dhcp6_config ()</h3> -<pre class="programlisting"><a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="returnvalue">NMDHCP6Config</span></a> * nm_device_get_dhcp6_config (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the current <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> associated with the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the <span class="type">NMDHCPConfig</span> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the device is not activated or not -using DHCP. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_state ()"> -<a name="nm-device-get-state"></a><h3>nm_device_get_state ()</h3> -<pre class="programlisting"><span class="returnvalue">NMDeviceState</span> nm_device_get_state (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the current <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> state. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the current device state -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_product ()"> -<a name="nm-device-get-product"></a><h3>nm_device_get_product ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_product (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the product string of the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the product name of the device. This is the internal string used by the -device, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_get_vendor ()"> -<a name="nm-device-get-vendor"></a><h3>nm_device_get_vendor ()</h3> -<pre class="programlisting">const <span class="returnvalue">char</span> * nm_device_get_vendor (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>);</pre> -<p> -Gets the vendor string of the <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> the vendor name of the device. This is the internal string used by the -device, and must not be modified. -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="NMDeviceDeactivateFn ()"> -<a name="NMDeviceDeactivateFn"></a><h3>NMDeviceDeactivateFn ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMDeviceDeactivateFn) (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td> -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_device_disconnect ()"> -<a name="nm-device-disconnect"></a><h3>nm_device_disconnect ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_device_disconnect (<em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-device.html#NMDeviceDeactivateFn" title="NMDeviceDeactivateFn ()"><span class="type">NMDeviceDeactivateFn</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -Disconnects the device if currently connected, and prevents the device from -automatically connecting to networks until the next manual network connection -request. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> -<td>callback to be called when disconnect operation completes -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>caller-specific data passed to <em class="parameter"><code>callback</code></em> -</td> -</tr> -</tbody> -</table></div> -</div> -</div> -<div class="refsect1" title="Property Details"> -<a name="libnm-glib-nm-device.property-details"></a><h2>Property Details</h2> -<div class="refsect2" title='The "capabilities" property'> -<a name="NMDevice--capabilities"></a><h3>The <code class="literal">"capabilities"</code> property</h3> -<pre class="programlisting"> "capabilities" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The capabilities of the device. -</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "dhcp4-config" property'> -<a name="NMDevice--dhcp4-config"></a><h3>The <code class="literal">"dhcp4-config"</code> property</h3> -<pre class="programlisting"> "dhcp4-config" <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a>* : Read</pre> -<p> -The <a class="link" href="NMDHCP4Config.html" title="NMDHCP4Config"><span class="type">NMDHCP4Config</span></a> of the device. -</p> -</div> -<hr> -<div class="refsect2" title='The "dhcp6-config" property'> -<a name="NMDevice--dhcp6-config"></a><h3>The <code class="literal">"dhcp6-config"</code> property</h3> -<pre class="programlisting"> "dhcp6-config" <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a>* : Read</pre> -<p> -The <a class="link" href="NMDHCP6Config.html" title="NMDHCP6Config"><span class="type">NMDHCP6Config</span></a> of the device. -</p> -</div> -<hr> -<div class="refsect2" title='The "driver" property'> -<a name="NMDevice--driver"></a><h3>The <code class="literal">"driver"</code> property</h3> -<pre class="programlisting"> "driver" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The driver of the device. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "interface" property'> -<a name="NMDevice--interface"></a><h3>The <code class="literal">"interface"</code> property</h3> -<pre class="programlisting"> "interface" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The interface of the device. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "ip4-config" property'> -<a name="NMDevice--ip4-config"></a><h3>The <code class="literal">"ip4-config"</code> property</h3> -<pre class="programlisting"> "ip4-config" <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a>* : Read</pre> -<p> -The <a class="link" href="NMIP4Config.html" title="NMIP4Config"><span class="type">NMIP4Config</span></a> of the device. -</p> -</div> -<hr> -<div class="refsect2" title='The "ip6-config" property'> -<a name="NMDevice--ip6-config"></a><h3>The <code class="literal">"ip6-config"</code> property</h3> -<pre class="programlisting"> "ip6-config" <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a>* : Read</pre> -<p> -The <a class="link" href="NMIP6Config.html" title="NMIP6Config"><span class="type">NMIP6Config</span></a> of the device. -</p> -</div> -<hr> -<div class="refsect2" title='The "managed" property'> -<a name="NMDevice--managed"></a><h3>The <code class="literal">"managed"</code> property</h3> -<pre class="programlisting"> "managed" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre> -<p> -Whether the device is managed by NetworkManager. -</p> -<p>Default value: FALSE</p> -</div> -<hr> -<div class="refsect2" title='The "product" property'> -<a name="NMDevice--product"></a><h3>The <code class="literal">"product"</code> property</h3> -<pre class="programlisting"> "product" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The product string of the device. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "state" property'> -<a name="NMDevice--state"></a><h3>The <code class="literal">"state"</code> property</h3> -<pre class="programlisting"> "state" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre> -<p> -The state of the device. -</p> -<p>Default value: 0</p> -</div> -<hr> -<div class="refsect2" title='The "udi" property'> -<a name="NMDevice--udi"></a><h3>The <code class="literal">"udi"</code> property</h3> -<pre class="programlisting"> "udi" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The Unique Device Identifier of the device. -</p> -<p>Default value: NULL</p> -</div> -<hr> -<div class="refsect2" title='The "vendor" property'> -<a name="NMDevice--vendor"></a><h3>The <code class="literal">"vendor"</code> property</h3> -<pre class="programlisting"> "vendor" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre> -<p> -The vendor string of the device. -</p> -<p>Default value: NULL</p> -</div> -</div> -<div class="refsect1" title="Signal Details"> -<a name="libnm-glib-nm-device.signal-details"></a><h2>Signal Details</h2> -<div class="refsect2" title='The "state-changed" signal'> -<a name="NMDevice-state-changed"></a><h3>The <code class="literal">"state-changed"</code> signal</h3> -<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a> *device, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> state, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg2, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> arg3, - <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre> -<p> -Notifies the state change of a <a class="link" href="libnm-glib-nm-device.html#NMDevice"><span class="type">NMDevice</span></a>. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>device</code></em> :</span></p></td> -<td>the client that received the signal -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td> -<td>the new state of the device -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>user data set when the signal handler was connected.</td> -</tr> -</tbody> -</table></div> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-settings-connection-interface.html b/docs/libnm-glib/html/libnm-glib-nm-settings-connection-interface.html deleted file mode 100644 index 3fada84f..00000000 --- a/docs/libnm-glib/html/libnm-glib-nm-settings-connection-interface.html +++ /dev/null @@ -1,403 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>nm-settings-connection-interface</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> -<link rel="home" href="index.html" title="libnm-glib Reference Manual"> -<link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-NMRemoteSettingsSystem.html" title="NMRemoteSettingsSystem"> -<link rel="next" href="libnm-glib-nm-settings-interface.html" title="nm-settings-interface"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> -<tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-NMRemoteSettingsSystem.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> -<th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-settings-interface.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> -</tr> -<tr><td colspan="5" class="shortcuts"> -<a href="#libnm-glib-nm-settings-connection-interface.synopsis" class="shortcut">Top</a> - | - <a href="#libnm-glib-nm-settings-connection-interface.description" class="shortcut">Description</a> -</td></tr> -</table> -<div class="refentry" title="nm-settings-connection-interface"> -<a name="libnm-glib-nm-settings-connection-interface"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="libnm-glib-nm-settings-connection-interface.top_of_page"></a>nm-settings-connection-interface</span></h2> -<p>nm-settings-connection-interface</p> -</td> -<td valign="top" align="right"></td> -</tr></table></div> -<div class="refsynopsisdiv" title="Synopsis"> -<a name="libnm-glib-nm-settings-connection-interface.synopsis"></a><h2>Synopsis</h2> -<pre class="synopsis">#define <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-GET-INTERFACE:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE()">NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE</a>(obj) -#define <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED">NM_SETTINGS_CONNECTION_INTERFACE_UPDATED</a> -#define <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS" title="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED">NM_SETTINGS_CONNECTION_INTERFACE_REMOVED</a> - <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface">NMSettingsConnectionInterface</a>; -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()">*NMSettingsConnectionInterfaceUpdateFunc</a>) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()">*NMSettingsConnectionInterfaceDeleteFunc</a>) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<span class="returnvalue">void</span> (<a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()">*NMSettingsConnectionInterfaceGetSecretsFunc</a>) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-update" title="nm_settings_connection_interface_update ()">nm_settings_connection_interface_update</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()"><span class="type">NMSettingsConnectionInterfaceUpdateFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-delete" title="nm_settings_connection_interface_delete ()">nm_settings_connection_interface_delete</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()"><span class="type">NMSettingsConnectionInterfaceDeleteFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-get-secrets" title="nm_settings_connection_interface_get_secrets ()">nm_settings_connection_interface_get_secrets</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, - <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> request_new</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"><span class="type">NMSettingsConnectionInterfaceGetSecretsFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>); -<span class="returnvalue">void</span> <a class="link" href="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-emit-updated" title="nm_settings_connection_interface_emit_updated ()">nm_settings_connection_interface_emit_updated</a> - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>); -</pre> -</div> -<div class="refsect1" title="Description"> -<a name="libnm-glib-nm-settings-connection-interface.description"></a><h2>Description</h2> -<p> -</p> -</div> -<div class="refsect1" title="Details"> -<a name="libnm-glib-nm-settings-connection-interface.details"></a><h2>Details</h2> -<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE()"> -<a name="NM-SETTINGS-CONNECTION-INTERFACE-GET-INTERFACE:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE()</h3> -<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), NM_TYPE_SETTINGS_CONNECTION_INTERFACE, NMSettingsConnectionInterface)) -</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody><tr> -<td><p><span class="term"><em class="parameter"><code>obj</code></em> :</span></p></td> -<td> -</td> -</tr></tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED"> -<a name="NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_UPDATED</h3> -<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_UPDATED "updated" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED"> -<a name="NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"></a><h3>NM_SETTINGS_CONNECTION_INTERFACE_REMOVED</h3> -<pre class="programlisting">#define NM_SETTINGS_CONNECTION_INTERFACE_REMOVED "removed" -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMSettingsConnectionInterface"> -<a name="NMSettingsConnectionInterface"></a><h3>NMSettingsConnectionInterface</h3> -<pre class="programlisting">typedef struct { - GTypeInterface g_iface; - - /* Methods */ - gboolean (*update) (NMSettingsConnectionInterface *connection, - NMSettingsConnectionInterfaceUpdateFunc callback, - gpointer user_data); - - gboolean (*delete) (NMSettingsConnectionInterface *connection, - NMSettingsConnectionInterfaceDeleteFunc callback, - gpointer user_data); - - gboolean (*get_secrets) (NMSettingsConnectionInterface *connection, - const char *setting_name, - const char **hints, - gboolean request_new, - NMSettingsConnectionInterfaceGetSecretsFunc callback, - gpointer user_data); - - void (*emit_updated) (NMSettingsConnectionInterface *connection); - - /* Signals */ - /* 'new_settings' hash should *not* contain secrets */ - void (*updated) (NMSettingsConnectionInterface *connection, - GHashTable *new_settings); - - void (*removed) (NMSettingsConnectionInterface *connection); - - /* Padding for future expansion */ - void (*_reserved1) (void); - void (*_reserved2) (void); - void (*_reserved3) (void); - void (*_reserved4) (void); - void (*_reserved5) (void); - void (*_reserved6) (void); -} NMSettingsConnectionInterface; -</pre> -<p> -</p> -</div> -<hr> -<div class="refsect2" title="NMSettingsConnectionInterfaceUpdateFunc ()"> -<a name="NMSettingsConnectionInterfaceUpdateFunc"></a><h3>NMSettingsConnectionInterfaceUpdateFunc ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsConnectionInterfaceUpdateFunc) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td> -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="NMSettingsConnectionInterfaceDeleteFunc ()"> -<a name="NMSettingsConnectionInterfaceDeleteFunc"></a><h3>NMSettingsConnectionInterfaceDeleteFunc ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsConnectionInterfaceDeleteFunc) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td> -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"> -<a name="NMSettingsConnectionInterfaceGetSecretsFunc"></a><h3>NMSettingsConnectionInterfaceGetSecretsFunc ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> (*NMSettingsConnectionInterfaceGetSecretsFunc) - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *secrets</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>secrets</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td> -<td> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td> -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_settings_connection_interface_update ()"> -<a name="nm-settings-connection-interface-update"></a><h3>nm_settings_connection_interface_update ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_connection_interface_update - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceUpdateFunc" title="NMSettingsConnectionInterfaceUpdateFunc ()"><span class="type">NMSettingsConnectionInterfaceUpdateFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -Update the connection with current settings and properties. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>an object implementing <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> -<td>a function to be called when the update completes -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> TRUE on success, FALSE on failure -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_settings_connection_interface_delete ()"> -<a name="nm-settings-connection-interface-delete"></a><h3>nm_settings_connection_interface_delete ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_connection_interface_delete - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceDeleteFunc" title="NMSettingsConnectionInterfaceDeleteFunc ()"><span class="type">NMSettingsConnectionInterfaceDeleteFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -Delete the connection. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a objecting implementing <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> -<td>a function to be called when the delete completes -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> TRUE on success, FALSE on failure -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_settings_connection_interface_get_secrets ()"> -<a name="nm-settings-connection-interface-get-secrets"></a><h3>nm_settings_connection_interface_get_secrets ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> nm_settings_connection_interface_get_secrets - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>, - <em class="parameter"><code>const <span class="type">char</span> *setting_name</code></em>, - <em class="parameter"><code>const <span class="type">char</span> **hints</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> request_new</code></em>, - <em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceGetSecretsFunc" title="NMSettingsConnectionInterfaceGetSecretsFunc ()"><span class="type">NMSettingsConnectionInterfaceGetSecretsFunc</span></a> callback</code></em>, - <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre> -<p> -Request the connection's secrets. -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody> -<tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td>a object implementing <a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>setting_name</code></em> :</span></p></td> -<td>the <a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> object name to get secrets for -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>hints</code></em> :</span></p></td> -<td> -<a href="/usr/share/gtk-doc/html/libnm-util/NMSetting.html"><span class="type">NMSetting</span></a> key names to get secrets for (optional) -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>request_new</code></em> :</span></p></td> -<td>hint that new secrets (instead of cached or stored secrets) - should be returned -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td> -<td>a function to be called when the update completes -</td> -</tr> -<tr> -<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td> -<td>caller-specific data to be passed to <em class="parameter"><code>callback</code></em> -</td> -</tr> -<tr> -<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td> TRUE on success, FALSE on failure -</td> -</tr> -</tbody> -</table></div> -</div> -<hr> -<div class="refsect2" title="nm_settings_connection_interface_emit_updated ()"> -<a name="nm-settings-connection-interface-emit-updated"></a><h3>nm_settings_connection_interface_emit_updated ()</h3> -<pre class="programlisting"><span class="returnvalue">void</span> nm_settings_connection_interface_emit_updated - (<em class="parameter"><code><a class="link" href="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface" title="NMSettingsConnectionInterface"><span class="type">NMSettingsConnectionInterface</span></a> *connection</code></em>);</pre> -<p> -</p> -<div class="variablelist"><table border="0"> -<col align="left" valign="top"> -<tbody><tr> -<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td> -<td> -</td> -</tr></tbody> -</table></div> -</div> -</div> -</div> -<div class="footer"> -<hr> - Generated by GTK-Doc V1.14</div> -</body> -</html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib-nm-types.html b/docs/libnm-glib/html/libnm-glib-nm-types.html index 4f136208..478abeaa 100644 --- a/docs/libnm-glib/html/libnm-glib-nm-types.html +++ b/docs/libnm-glib/html/libnm-glib-nm-types.html @@ -3,22 +3,22 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>nm-types</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> +<meta name="generator" content="DocBook XSL Stylesheets V1.76.0"> <link rel="home" href="index.html" title="libnm-glib Reference Manual"> <link rel="up" href="ch01.html" title="libnm-glib Objects"> -<link rel="prev" href="libnm-glib-nm-settings-system-interface.html" title="nm-settings-system-interface"> -<link rel="next" href="libnm-glib-nm-vpn-connection.html" title="NMVPNConnection"> -<meta name="generator" content="GTK-Doc V1.14 (XML mode)"> +<link rel="prev" href="libnm-glib-NMSettingsSystem.html" title="nm-settings-system-interface"> +<link rel="next" href="libnm-glib-NMVPNConnection.html" title="NMVPNConnection"> +<meta name="generator" content="GTK-Doc V1.15 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> -<td><a accesskey="p" href="libnm-glib-nm-settings-system-interface.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> +<td><a accesskey="p" href="libnm-glib-NMSettingsSystem.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">libnm-glib Reference Manual</th> -<td><a accesskey="n" href="libnm-glib-nm-vpn-connection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="libnm-glib-NMVPNConnection.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr> <tr><td colspan="5" class="shortcuts"> <a href="#libnm-glib-nm-types.synopsis" class="shortcut">Top</a> @@ -38,20 +38,20 @@ <div class="refsynopsisdiv" title="Synopsis"> <a name="libnm-glib-nm-types.synopsis"></a><h2>Synopsis</h2> <pre class="synopsis">#define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-SSID:CAPS" title="NM_TYPE_SSID">NM_TYPE_SSID</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ssid-get-type" title="nm_ssid_get_type ()">nm_ssid_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ssid-get-type" title="nm_ssid_get_type ()">nm_ssid_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); #define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-UINT-ARRAY:CAPS" title="NM_TYPE_UINT_ARRAY">NM_TYPE_UINT_ARRAY</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-uint-array-get-type" title="nm_uint_array_get_type ()">nm_uint_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-uint-array-get-type" title="nm_uint_array_get_type ()">nm_uint_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); #define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-STRING-ARRAY:CAPS" title="NM_TYPE_STRING_ARRAY">NM_TYPE_STRING_ARRAY</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-string-array-get-type" title="nm_string_array_get_type ()">nm_string_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-string-array-get-type" title="nm_string_array_get_type ()">nm_string_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); #define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-OBJECT-ARRAY:CAPS" title="NM_TYPE_OBJECT_ARRAY">NM_TYPE_OBJECT_ARRAY</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-object-array-get-type" title="nm_object_array_get_type ()">nm_object_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-object-array-get-type" title="nm_object_array_get_type ()">nm_object_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); #define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ADDRESS-OBJECT-ARRAY:CAPS" title="NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY">NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-object-array-get-type" title="nm_ip6_address_object_array_get_type ()">nm_ip6_address_object_array_get_type</a> +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-object-array-get-type" title="nm_ip6_address_object_array_get_type ()">nm_ip6_address_object_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); #define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ADDRESS-ARRAY:CAPS" title="NM_TYPE_IP6_ADDRESS_ARRAY">NM_TYPE_IP6_ADDRESS_ARRAY</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-array-get-type" title="nm_ip6_address_array_get_type ()">nm_ip6_address_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ip6-address-array-get-type" title="nm_ip6_address_array_get_type ()">nm_ip6_address_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); #define <a class="link" href="libnm-glib-nm-types.html#NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS" title="NM_TYPE_IP6_ROUTE_OBJECT_ARRAY">NM_TYPE_IP6_ROUTE_OBJECT_ARRAY</a> -<a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type" title="nm_ip6_route_object_array_get_type ()">nm_ip6_route_object_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); +<a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> <a class="link" href="libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type" title="nm_ip6_route_object_array_get_type ()">nm_ip6_route_object_array_get_type</a> (<em class="parameter"><code><span class="type">void</span></code></em>); </pre> </div> <div class="refsect1" title="Description"> @@ -71,7 +71,7 @@ <hr> <div class="refsect2" title="nm_ssid_get_type ()"> <a name="nm-ssid-get-type"></a><h3>nm_ssid_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ssid_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ssid_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -94,7 +94,7 @@ <hr> <div class="refsect2" title="nm_uint_array_get_type ()"> <a name="nm-uint-array-get-type"></a><h3>nm_uint_array_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_uint_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_uint_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -117,7 +117,7 @@ <hr> <div class="refsect2" title="nm_string_array_get_type ()"> <a name="nm-string-array-get-type"></a><h3>nm_string_array_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_string_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_string_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -140,7 +140,7 @@ <hr> <div class="refsect2" title="nm_object_array_get_type ()"> <a name="nm-object-array-get-type"></a><h3>nm_object_array_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_object_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_object_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -163,7 +163,7 @@ <hr> <div class="refsect2" title="nm_ip6_address_object_array_get_type ()"> <a name="nm-ip6-address-object-array-get-type"></a><h3>nm_ip6_address_object_array_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ip6_address_object_array_get_type +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ip6_address_object_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> @@ -187,7 +187,7 @@ <hr> <div class="refsect2" title="nm_ip6_address_array_get_type ()"> <a name="nm-ip6-address-array-get-type"></a><h3>nm_ip6_address_array_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ip6_address_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ip6_address_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -210,7 +210,7 @@ <hr> <div class="refsect2" title="nm_ip6_route_object_array_get_type ()"> <a name="nm-ip6-route-object-array-get-type"></a><h3>nm_ip6_route_object_array_get_type ()</h3> -<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ip6_route_object_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> +<pre class="programlisting"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="returnvalue">GType</span></a> nm_ip6_route_object_array_get_type (<em class="parameter"><code><span class="type">void</span></code></em>);</pre> <p> </p> <div class="variablelist"><table border="0"> @@ -226,6 +226,6 @@ </div> <div class="footer"> <hr> - Generated by GTK-Doc V1.14</div> + Generated by GTK-Doc V1.15</div> </body> </html> \ No newline at end of file diff --git a/docs/libnm-glib/html/libnm-glib.devhelp b/docs/libnm-glib/html/libnm-glib.devhelp index 68f0a080..2b5fac7f 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp +++ b/docs/libnm-glib/html/libnm-glib.devhelp @@ -3,213 +3,242 @@ <book xmlns="http://www.devhelp.net/book" title="libnm-glib Reference Manual" link="index.html" author="" name="libnm-glib"> <chapters> <sub name="libnm-glib Objects" link="ch01.html"> - <sub name="NMClient" link="libnm-glib-nm-client.html"/> - <sub name="NMActiveConnection" link="libnm-glib-nm-active-connection.html"/> - <sub name="NMDevice" link="libnm-glib-nm-device.html"/> - <sub name="NMDeviceEthernet" link="libnm-glib-nm-device-ethernet.html"/> - <sub name="NMDeviceWifi" link="libnm-glib-nm-device-wifi.html"/> + <sub name="NMClient" link="NMClient.html"/> + <sub name="NMActiveConnection" link="NMActiveConnection.html"/> + <sub name="NMDevice" link="NMDevice.html"/> + <sub name="NMDeviceEthernet" link="NMDeviceEthernet.html"/> + <sub name="NMDeviceWifi" link="NMDeviceWifi.html"/> <sub name="NMSerialDevice" link="NMSerialDevice.html"/> <sub name="NMGsmDevice" link="NMGsmDevice.html"/> <sub name="NMCdmaDevice" link="NMCdmaDevice.html"/> - <sub name="NMDeviceBt" link="libnm-glib-nm-device-bt.html"/> - <sub name="NMAccessPoint" link="libnm-glib-nm-access-point.html"/> + <sub name="NMDeviceBt" link="libnm-glib-NMDeviceBt.html"/> + <sub name="NMAccessPoint" link="NMAccessPoint.html"/> <sub name="NMIP4Config" link="NMIP4Config.html"/> <sub name="NMIP6Config" link="NMIP6Config.html"/> <sub name="NMDHCP4Config" link="NMDHCP4Config.html"/> <sub name="NMDHCP6Config" link="NMDHCP6Config.html"/> <sub name="NMExportedConnection" link="libnm-glib-NMExportedConnection.html"/> - <sub name="NMObject" link="libnm-glib-nm-object.html"/> + <sub name="NMObject" link="NMObject.html"/> <sub name="NMRemoteConnection" link="libnm-glib-NMRemoteConnection.html"/> - <sub name="NMRemoteSettings" link="libnm-glib-nm-remote-settings.html"/> + <sub name="NMRemoteSettings" link="libnm-glib-NMRemoteSettings.html"/> <sub name="NMRemoteSettingsSystem" link="libnm-glib-NMRemoteSettingsSystem.html"/> - <sub name="nm-settings-connection-interface" link="libnm-glib-nm-settings-connection-interface.html"/> - <sub name="nm-settings-interface" link="libnm-glib-nm-settings-interface.html"/> - <sub name="NMSettingsService" link="libnm-glib-nm-settings-service.html"/> - <sub name="nm-settings-system-interface" link="libnm-glib-nm-settings-system-interface.html"/> + <sub name="nm-settings-connection-interface" link="libnm-glib-NMSettingsConnection.html"/> + <sub name="nm-settings-interface" link="libnm-glib-NMSettings.html"/> + <sub name="NMSettingsService" link="libnm-glib-NMSettingsService.html"/> + <sub name="nm-settings-system-interface" link="libnm-glib-NMSettingsSystem.html"/> <sub name="nm-types" link="libnm-glib-nm-types.html"/> - <sub name="NMVPNConnection" link="libnm-glib-nm-vpn-connection.html"/> - <sub name="NMVPNPlugin" link="libnm-glib-nm-vpn-plugin.html"/> - <sub name="nm-vpn-plugin-ui-interface" link="libnm-glib-nm-vpn-plugin-ui-interface.html"/> + <sub name="NMVPNConnection" link="libnm-glib-NMVPNConnection.html"/> + <sub name="NMVPNPlugin" link="libnm-glib-NMVPNPlugin.html"/> + <sub name="nm-vpn-plugin-ui-interface" link="libnm-glib-NMVpnPluginUi.html"/> </sub> </chapters> <functions> - <function name="NM_CLIENT_STATE" link="libnm-glib-nm-client.html#NM-CLIENT-STATE:CAPS"/> - <function name="NM_CLIENT_MANAGER_RUNNING" link="libnm-glib-nm-client.html#NM-CLIENT-MANAGER-RUNNING:CAPS"/> - <function name="NM_CLIENT_WIRELESS_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"/> - <function name="NM_CLIENT_WIRELESS_HARDWARE_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"/> - <function name="NM_CLIENT_WWAN_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WWAN-ENABLED:CAPS"/> - <function name="NM_CLIENT_WWAN_HARDWARE_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"/> - <function name="NM_CLIENT_ACTIVE_CONNECTIONS" link="libnm-glib-nm-client.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"/> - <function name="NMClient" link="libnm-glib-nm-client.html#NMClient-struct"/> - <function name="nm_client_new ()" link="libnm-glib-nm-client.html#nm-client-new"/> - <function name="nm_client_get_devices ()" link="libnm-glib-nm-client.html#nm-client-get-devices"/> - <function name="nm_client_get_device_by_path ()" link="libnm-glib-nm-client.html#nm-client-get-device-by-path"/> - <function name="NMClientActivateDeviceFn ()" link="libnm-glib-nm-client.html#NMClientActivateDeviceFn"/> - <function name="nm_client_activate_connection ()" link="libnm-glib-nm-client.html#nm-client-activate-connection"/> - <function name="nm_client_deactivate_connection ()" link="libnm-glib-nm-client.html#nm-client-deactivate-connection"/> - <function name="nm_client_wireless_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wireless-get-enabled"/> - <function name="nm_client_wireless_set_enabled ()" link="libnm-glib-nm-client.html#nm-client-wireless-set-enabled"/> - <function name="nm_client_wireless_hardware_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wireless-hardware-get-enabled"/> - <function name="nm_client_wwan_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wwan-get-enabled"/> - <function name="nm_client_wwan_set_enabled ()" link="libnm-glib-nm-client.html#nm-client-wwan-set-enabled"/> - <function name="nm_client_wwan_hardware_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wwan-hardware-get-enabled"/> - <function name="nm_client_get_state ()" link="libnm-glib-nm-client.html#nm-client-get-state"/> - <function name="nm_client_get_manager_running ()" link="libnm-glib-nm-client.html#nm-client-get-manager-running"/> - <function name="nm_client_get_active_connections ()" link="libnm-glib-nm-client.html#nm-client-get-active-connections"/> - <function name="nm_client_sleep ()" link="libnm-glib-nm-client.html#nm-client-sleep"/> - <function name="The "active-connections" property" link="libnm-glib-nm-client.html#NMClient--active-connections"/> - <function name="The "manager-running" property" link="libnm-glib-nm-client.html#NMClient--manager-running"/> - <function name="The "networking-enabled" property" link="libnm-glib-nm-client.html#NMClient--networking-enabled"/> - <function name="The "state" property" link="libnm-glib-nm-client.html#NMClient--state"/> - <function name="The "wireless-enabled" property" link="libnm-glib-nm-client.html#NMClient--wireless-enabled"/> - <function name="The "wireless-hardware-enabled" property" link="libnm-glib-nm-client.html#NMClient--wireless-hardware-enabled"/> - <function name="The "wwan-enabled" property" link="libnm-glib-nm-client.html#NMClient--wwan-enabled"/> - <function name="The "wwan-hardware-enabled" property" link="libnm-glib-nm-client.html#NMClient--wwan-hardware-enabled"/> - <function name="The "device-added" signal" link="libnm-glib-nm-client.html#NMClient-device-added"/> - <function name="The "device-removed" signal" link="libnm-glib-nm-client.html#NMClient-device-removed"/> - <function name="NM_ACTIVE_CONNECTION_SERVICE_NAME" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"/> - <function name="NM_ACTIVE_CONNECTION_CONNECTION" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"/> - <function name="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"/> - <function name="NM_ACTIVE_CONNECTION_DEVICES" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"/> - <function name="NM_ACTIVE_CONNECTION_STATE" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"/> - <function name="NM_ACTIVE_CONNECTION_DEFAULT" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"/> - <function name="NM_ACTIVE_CONNECTION_DEFAULT6" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"/> - <function name="NMActiveConnection" link="libnm-glib-nm-active-connection.html#NMActiveConnection-struct"/> - <function name="nm_active_connection_new ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-new"/> - <function name="nm_active_connection_get_service_name ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-service-name"/> - <function name="nm_active_connection_get_scope ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-scope"/> - <function name="nm_active_connection_get_connection ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-connection"/> - <function name="nm_active_connection_get_specific_object ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-specific-object"/> - <function name="nm_active_connection_get_devices ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-devices"/> - <function name="nm_active_connection_get_state ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-state"/> - <function name="nm_active_connection_get_default ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-default"/> - <function name="nm_active_connection_get_default6 ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-default6"/> - <function name="The "connection" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--connection"/> - <function name="The "default" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--default"/> - <function name="The "default6" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--default6"/> - <function name="The "devices" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--devices"/> - <function name="The "service-name" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--service-name"/> - <function name="The "specific-object" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--specific-object"/> - <function name="The "state" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--state"/> - <function name="NM_DEVICE_UDI" link="libnm-glib-nm-device.html#NM-DEVICE-UDI:CAPS"/> - <function name="NM_DEVICE_INTERFACE" link="libnm-glib-nm-device.html#NM-DEVICE-INTERFACE:CAPS"/> - <function name="NM_DEVICE_DRIVER" link="libnm-glib-nm-device.html#NM-DEVICE-DRIVER:CAPS"/> - <function name="NM_DEVICE_CAPABILITIES" link="libnm-glib-nm-device.html#NM-DEVICE-CAPABILITIES:CAPS"/> - <function name="NM_DEVICE_MANAGED" link="libnm-glib-nm-device.html#NM-DEVICE-MANAGED:CAPS"/> - <function name="NM_DEVICE_IP4_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-IP4-CONFIG:CAPS"/> - <function name="NM_DEVICE_DHCP4_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-DHCP4-CONFIG:CAPS"/> - <function name="NM_DEVICE_IP6_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-IP6-CONFIG:CAPS"/> - <function name="NM_DEVICE_DHCP6_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-DHCP6-CONFIG:CAPS"/> - <function name="NM_DEVICE_STATE" link="libnm-glib-nm-device.html#NM-DEVICE-STATE:CAPS"/> - <function name="NM_DEVICE_VENDOR" link="libnm-glib-nm-device.html#NM-DEVICE-VENDOR:CAPS"/> - <function name="NM_DEVICE_PRODUCT" link="libnm-glib-nm-device.html#NM-DEVICE-PRODUCT:CAPS"/> - <function name="NMDevice" link="libnm-glib-nm-device.html#NMDevice-struct"/> - <function name="nm_device_new ()" link="libnm-glib-nm-device.html#nm-device-new"/> - <function name="nm_device_get_iface ()" link="libnm-glib-nm-device.html#nm-device-get-iface"/> - <function name="nm_device_get_udi ()" link="libnm-glib-nm-device.html#nm-device-get-udi"/> - <function name="nm_device_get_driver ()" link="libnm-glib-nm-device.html#nm-device-get-driver"/> - <function name="nm_device_get_capabilities ()" link="libnm-glib-nm-device.html#nm-device-get-capabilities"/> - <function name="nm_device_get_managed ()" link="libnm-glib-nm-device.html#nm-device-get-managed"/> - <function name="nm_device_get_ip4_config ()" link="libnm-glib-nm-device.html#nm-device-get-ip4-config"/> - <function name="nm_device_get_dhcp4_config ()" link="libnm-glib-nm-device.html#nm-device-get-dhcp4-config"/> - <function name="nm_device_get_ip6_config ()" link="libnm-glib-nm-device.html#nm-device-get-ip6-config"/> - <function name="nm_device_get_dhcp6_config ()" link="libnm-glib-nm-device.html#nm-device-get-dhcp6-config"/> - <function name="nm_device_get_state ()" link="libnm-glib-nm-device.html#nm-device-get-state"/> - <function name="nm_device_get_product ()" link="libnm-glib-nm-device.html#nm-device-get-product"/> - <function name="nm_device_get_vendor ()" link="libnm-glib-nm-device.html#nm-device-get-vendor"/> - <function name="NMDeviceDeactivateFn ()" link="libnm-glib-nm-device.html#NMDeviceDeactivateFn"/> - <function name="nm_device_disconnect ()" link="libnm-glib-nm-device.html#nm-device-disconnect"/> - <function name="The "capabilities" property" link="libnm-glib-nm-device.html#NMDevice--capabilities"/> - <function name="The "dhcp4-config" property" link="libnm-glib-nm-device.html#NMDevice--dhcp4-config"/> - <function name="The "dhcp6-config" property" link="libnm-glib-nm-device.html#NMDevice--dhcp6-config"/> - <function name="The "driver" property" link="libnm-glib-nm-device.html#NMDevice--driver"/> - <function name="The "interface" property" link="libnm-glib-nm-device.html#NMDevice--interface"/> - <function name="The "ip4-config" property" link="libnm-glib-nm-device.html#NMDevice--ip4-config"/> - <function name="The "ip6-config" property" link="libnm-glib-nm-device.html#NMDevice--ip6-config"/> - <function name="The "managed" property" link="libnm-glib-nm-device.html#NMDevice--managed"/> - <function name="The "product" property" link="libnm-glib-nm-device.html#NMDevice--product"/> - <function name="The "state" property" link="libnm-glib-nm-device.html#NMDevice--state"/> - <function name="The "udi" property" link="libnm-glib-nm-device.html#NMDevice--udi"/> - <function name="The "vendor" property" link="libnm-glib-nm-device.html#NMDevice--vendor"/> - <function name="The "state-changed" signal" link="libnm-glib-nm-device.html#NMDevice-state-changed"/> - <function name="NM_DEVICE_ETHERNET_HW_ADDRESS" link="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"/> - <function name="NM_DEVICE_ETHERNET_SPEED" link="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"/> - <function name="NM_DEVICE_ETHERNET_CARRIER" link="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"/> - <function name="NMDeviceEthernet" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet-struct"/> - <function name="nm_device_ethernet_new ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-new"/> - <function name="nm_device_ethernet_get_hw_address ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-hw-address"/> - <function name="nm_device_ethernet_get_speed ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-speed"/> - <function name="nm_device_ethernet_get_carrier ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-carrier"/> - <function name="The "carrier" property" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--carrier"/> - <function name="The "hw-address" property" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--hw-address"/> - <function name="The "speed" property" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--speed"/> - <function name="NM_DEVICE_WIFI_HW_ADDRESS" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"/> - <function name="NM_DEVICE_WIFI_MODE" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-MODE:CAPS"/> - <function name="NM_DEVICE_WIFI_BITRATE" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"/> - <function name="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"/> - <function name="NM_DEVICE_WIFI_CAPABILITIES" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"/> - <function name="NMDeviceWifi" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi-struct"/> - <function name="nm_device_wifi_new ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-new"/> - <function name="nm_device_wifi_get_hw_address ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-hw-address"/> - <function name="nm_device_wifi_get_mode ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-mode"/> - <function name="nm_device_wifi_get_bitrate ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-bitrate"/> - <function name="nm_device_wifi_get_capabilities ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-capabilities"/> - <function name="nm_device_wifi_get_active_access_point ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-active-access-point"/> - <function name="nm_device_wifi_get_access_point_by_path ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-point-by-path"/> - <function name="nm_device_wifi_get_access_points ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-points"/> - <function name="The "active-access-point" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--active-access-point"/> - <function name="The "bitrate" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--bitrate"/> - <function name="The "hw-address" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--hw-address"/> - <function name="The "mode" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--mode"/> - <function name="The "wireless-capabilities" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--wireless-capabilities"/> - <function name="The "access-point-added" signal" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-added"/> - <function name="The "access-point-removed" signal" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-removed"/> + <function name="NM_CLIENT_STATE" link="NMClient.html#NM-CLIENT-STATE:CAPS"/> + <function name="NM_CLIENT_MANAGER_RUNNING" link="NMClient.html#NM-CLIENT-MANAGER-RUNNING:CAPS"/> + <function name="NM_CLIENT_NETWORKING_ENABLED" link="NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS"/> + <function name="NM_CLIENT_WIRELESS_ENABLED" link="NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"/> + <function name="NM_CLIENT_WIRELESS_HARDWARE_ENABLED" link="NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"/> + <function name="NM_CLIENT_WWAN_ENABLED" link="NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS"/> + <function name="NM_CLIENT_WWAN_HARDWARE_ENABLED" link="NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"/> + <function name="NM_CLIENT_ACTIVE_CONNECTIONS" link="NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"/> + <function name="enum NMClientPermission" link="NMClient.html#NMClientPermission"/> + <function name="enum NMClientPermissionResult" link="NMClient.html#NMClientPermissionResult"/> + <function name="NMClient" link="NMClient.html#NMClient-struct"/> + <function name="NMClientClass" link="NMClient.html#NMClientClass"/> + <function name="nm_client_new ()" link="NMClient.html#nm-client-new"/> + <function name="nm_client_get_devices ()" link="NMClient.html#nm-client-get-devices"/> + <function name="nm_client_get_device_by_path ()" link="NMClient.html#nm-client-get-device-by-path"/> + <function name="NMClientActivateDeviceFn ()" link="NMClient.html#NMClientActivateDeviceFn"/> + <function name="nm_client_activate_connection ()" link="NMClient.html#nm-client-activate-connection"/> + <function name="nm_client_deactivate_connection ()" link="NMClient.html#nm-client-deactivate-connection"/> + <function name="nm_client_networking_get_enabled ()" link="NMClient.html#nm-client-networking-get-enabled"/> + <function name="nm_client_networking_set_enabled ()" link="NMClient.html#nm-client-networking-set-enabled"/> + <function name="nm_client_wireless_get_enabled ()" link="NMClient.html#nm-client-wireless-get-enabled"/> + <function name="nm_client_wireless_set_enabled ()" link="NMClient.html#nm-client-wireless-set-enabled"/> + <function name="nm_client_wireless_hardware_get_enabled ()" link="NMClient.html#nm-client-wireless-hardware-get-enabled"/> + <function name="nm_client_wwan_get_enabled ()" link="NMClient.html#nm-client-wwan-get-enabled"/> + <function name="nm_client_wwan_set_enabled ()" link="NMClient.html#nm-client-wwan-set-enabled"/> + <function name="nm_client_wwan_hardware_get_enabled ()" link="NMClient.html#nm-client-wwan-hardware-get-enabled"/> + <function name="nm_client_get_state ()" link="NMClient.html#nm-client-get-state"/> + <function name="nm_client_get_manager_running ()" link="NMClient.html#nm-client-get-manager-running"/> + <function name="nm_client_get_active_connections ()" link="NMClient.html#nm-client-get-active-connections"/> + <function name="nm_client_sleep ()" link="NMClient.html#nm-client-sleep"/> + <function name="nm_client_get_permission_result ()" link="NMClient.html#nm-client-get-permission-result"/> + <function name="The "active-connections" property" link="NMClient.html#NMClient--active-connections"/> + <function name="The "manager-running" property" link="NMClient.html#NMClient--manager-running"/> + <function name="The "networking-enabled" property" link="NMClient.html#NMClient--networking-enabled"/> + <function name="The "state" property" link="NMClient.html#NMClient--state"/> + <function name="The "wireless-enabled" property" link="NMClient.html#NMClient--wireless-enabled"/> + <function name="The "wireless-hardware-enabled" property" link="NMClient.html#NMClient--wireless-hardware-enabled"/> + <function name="The "wwan-enabled" property" link="NMClient.html#NMClient--wwan-enabled"/> + <function name="The "wwan-hardware-enabled" property" link="NMClient.html#NMClient--wwan-hardware-enabled"/> + <function name="The "device-added" signal" link="NMClient.html#NMClient-device-added"/> + <function name="The "device-removed" signal" link="NMClient.html#NMClient-device-removed"/> + <function name="The "permission-changed" signal" link="NMClient.html#NMClient-permission-changed"/> + <function name="NM_ACTIVE_CONNECTION_SERVICE_NAME" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"/> + <function name="NM_ACTIVE_CONNECTION_CONNECTION" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"/> + <function name="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"/> + <function name="NM_ACTIVE_CONNECTION_DEVICES" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"/> + <function name="NM_ACTIVE_CONNECTION_STATE" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"/> + <function name="NM_ACTIVE_CONNECTION_DEFAULT" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"/> + <function name="NM_ACTIVE_CONNECTION_DEFAULT6" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"/> + <function name="NMActiveConnection" link="NMActiveConnection.html#NMActiveConnection-struct"/> + <function name="NMActiveConnectionClass" link="NMActiveConnection.html#NMActiveConnectionClass"/> + <function name="nm_active_connection_new ()" link="NMActiveConnection.html#nm-active-connection-new"/> + <function name="nm_active_connection_get_service_name ()" link="NMActiveConnection.html#nm-active-connection-get-service-name"/> + <function name="nm_active_connection_get_scope ()" link="NMActiveConnection.html#nm-active-connection-get-scope"/> + <function name="nm_active_connection_get_connection ()" link="NMActiveConnection.html#nm-active-connection-get-connection"/> + <function name="nm_active_connection_get_specific_object ()" link="NMActiveConnection.html#nm-active-connection-get-specific-object"/> + <function name="nm_active_connection_get_devices ()" link="NMActiveConnection.html#nm-active-connection-get-devices"/> + <function name="nm_active_connection_get_state ()" link="NMActiveConnection.html#nm-active-connection-get-state"/> + <function name="nm_active_connection_get_default ()" link="NMActiveConnection.html#nm-active-connection-get-default"/> + <function name="nm_active_connection_get_default6 ()" link="NMActiveConnection.html#nm-active-connection-get-default6"/> + <function name="The "connection" property" link="NMActiveConnection.html#NMActiveConnection--connection"/> + <function name="The "default" property" link="NMActiveConnection.html#NMActiveConnection--default"/> + <function name="The "default6" property" link="NMActiveConnection.html#NMActiveConnection--default6"/> + <function name="The "devices" property" link="NMActiveConnection.html#NMActiveConnection--devices"/> + <function name="The "service-name" property" link="NMActiveConnection.html#NMActiveConnection--service-name"/> + <function name="The "specific-object" property" link="NMActiveConnection.html#NMActiveConnection--specific-object"/> + <function name="The "state" property" link="NMActiveConnection.html#NMActiveConnection--state"/> + <function name="NM_DEVICE_UDI" link="NMDevice.html#NM-DEVICE-UDI:CAPS"/> + <function name="NM_DEVICE_INTERFACE" link="NMDevice.html#NM-DEVICE-INTERFACE:CAPS"/> + <function name="NM_DEVICE_IP_INTERFACE" link="NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS"/> + <function name="NM_DEVICE_DRIVER" link="NMDevice.html#NM-DEVICE-DRIVER:CAPS"/> + <function name="NM_DEVICE_CAPABILITIES" link="NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS"/> + <function name="NM_DEVICE_MANAGED" link="NMDevice.html#NM-DEVICE-MANAGED:CAPS"/> + <function name="NM_DEVICE_FIRMWARE_MISSING" link="NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS"/> + <function name="NM_DEVICE_IP4_CONFIG" link="NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS"/> + <function name="NM_DEVICE_DHCP4_CONFIG" link="NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS"/> + <function name="NM_DEVICE_IP6_CONFIG" link="NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS"/> + <function name="NM_DEVICE_DHCP6_CONFIG" link="NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS"/> + <function name="NM_DEVICE_STATE" link="NMDevice.html#NM-DEVICE-STATE:CAPS"/> + <function name="NM_DEVICE_VENDOR" link="NMDevice.html#NM-DEVICE-VENDOR:CAPS"/> + <function name="NM_DEVICE_PRODUCT" link="NMDevice.html#NM-DEVICE-PRODUCT:CAPS"/> + <function name="NMDevice" link="NMDevice.html#NMDevice-struct"/> + <function name="NMDeviceClass" link="NMDevice.html#NMDeviceClass"/> + <function name="nm_device_new ()" link="NMDevice.html#nm-device-new"/> + <function name="nm_device_get_iface ()" link="NMDevice.html#nm-device-get-iface"/> + <function name="nm_device_get_ip_iface ()" link="NMDevice.html#nm-device-get-ip-iface"/> + <function name="nm_device_get_udi ()" link="NMDevice.html#nm-device-get-udi"/> + <function name="nm_device_get_driver ()" link="NMDevice.html#nm-device-get-driver"/> + <function name="nm_device_get_capabilities ()" link="NMDevice.html#nm-device-get-capabilities"/> + <function name="nm_device_get_managed ()" link="NMDevice.html#nm-device-get-managed"/> + <function name="nm_device_get_firmware_missing ()" link="NMDevice.html#nm-device-get-firmware-missing"/> + <function name="nm_device_get_ip4_config ()" link="NMDevice.html#nm-device-get-ip4-config"/> + <function name="nm_device_get_dhcp4_config ()" link="NMDevice.html#nm-device-get-dhcp4-config"/> + <function name="nm_device_get_ip6_config ()" link="NMDevice.html#nm-device-get-ip6-config"/> + <function name="nm_device_get_dhcp6_config ()" link="NMDevice.html#nm-device-get-dhcp6-config"/> + <function name="nm_device_get_state ()" link="NMDevice.html#nm-device-get-state"/> + <function name="nm_device_get_product ()" link="NMDevice.html#nm-device-get-product"/> + <function name="nm_device_get_vendor ()" link="NMDevice.html#nm-device-get-vendor"/> + <function name="NMDeviceDeactivateFn ()" link="NMDevice.html#NMDeviceDeactivateFn"/> + <function name="nm_device_disconnect ()" link="NMDevice.html#nm-device-disconnect"/> + <function name="The "capabilities" property" link="NMDevice.html#NMDevice--capabilities"/> + <function name="The "dhcp4-config" property" link="NMDevice.html#NMDevice--dhcp4-config"/> + <function name="The "dhcp6-config" property" link="NMDevice.html#NMDevice--dhcp6-config"/> + <function name="The "driver" property" link="NMDevice.html#NMDevice--driver"/> + <function name="The "firmware-missing" property" link="NMDevice.html#NMDevice--firmware-missing"/> + <function name="The "interface" property" link="NMDevice.html#NMDevice--interface"/> + <function name="The "ip4-config" property" link="NMDevice.html#NMDevice--ip4-config"/> + <function name="The "ip6-config" property" link="NMDevice.html#NMDevice--ip6-config"/> + <function name="The "managed" property" link="NMDevice.html#NMDevice--managed"/> + <function name="The "product" property" link="NMDevice.html#NMDevice--product"/> + <function name="The "state" property" link="NMDevice.html#NMDevice--state"/> + <function name="The "udi" property" link="NMDevice.html#NMDevice--udi"/> + <function name="The "vendor" property" link="NMDevice.html#NMDevice--vendor"/> + <function name="The "state-changed" signal" link="NMDevice.html#NMDevice-state-changed"/> + <function name="NM_DEVICE_ETHERNET_HW_ADDRESS" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"/> + <function name="NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"/> + <function name="NM_DEVICE_ETHERNET_SPEED" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"/> + <function name="NM_DEVICE_ETHERNET_CARRIER" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"/> + <function name="NMDeviceEthernet" link="NMDeviceEthernet.html#NMDeviceEthernet-struct"/> + <function name="NMDeviceEthernetClass" link="NMDeviceEthernet.html#NMDeviceEthernetClass"/> + <function name="nm_device_ethernet_new ()" link="NMDeviceEthernet.html#nm-device-ethernet-new"/> + <function name="nm_device_ethernet_get_hw_address ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address"/> + <function name="nm_device_ethernet_get_permanent_hw_address ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address"/> + <function name="nm_device_ethernet_get_speed ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-speed"/> + <function name="nm_device_ethernet_get_carrier ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-carrier"/> + <function name="The "carrier" property" link="NMDeviceEthernet.html#NMDeviceEthernet--carrier"/> + <function name="The "hw-address" property" link="NMDeviceEthernet.html#NMDeviceEthernet--hw-address"/> + <function name="The "perm-hw-address" property" link="NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address"/> + <function name="The "speed" property" link="NMDeviceEthernet.html#NMDeviceEthernet--speed"/> + <function name="NM_DEVICE_WIFI_HW_ADDRESS" link="NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"/> + <function name="NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS" link="NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"/> + <function name="NM_DEVICE_WIFI_MODE" link="NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS"/> + <function name="NM_DEVICE_WIFI_BITRATE" link="NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"/> + <function name="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT" link="NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"/> + <function name="NM_DEVICE_WIFI_CAPABILITIES" link="NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"/> + <function name="NMDeviceWifi" link="NMDeviceWifi.html#NMDeviceWifi-struct"/> + <function name="NMDeviceWifiClass" link="NMDeviceWifi.html#NMDeviceWifiClass"/> + <function name="nm_device_wifi_new ()" link="NMDeviceWifi.html#nm-device-wifi-new"/> + <function name="nm_device_wifi_get_hw_address ()" link="NMDeviceWifi.html#nm-device-wifi-get-hw-address"/> + <function name="nm_device_wifi_get_permanent_hw_address ()" link="NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address"/> + <function name="nm_device_wifi_get_mode ()" link="NMDeviceWifi.html#nm-device-wifi-get-mode"/> + <function name="nm_device_wifi_get_bitrate ()" link="NMDeviceWifi.html#nm-device-wifi-get-bitrate"/> + <function name="nm_device_wifi_get_capabilities ()" link="NMDeviceWifi.html#nm-device-wifi-get-capabilities"/> + <function name="nm_device_wifi_get_active_access_point ()" link="NMDeviceWifi.html#nm-device-wifi-get-active-access-point"/> + <function name="nm_device_wifi_get_access_point_by_path ()" link="NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path"/> + <function name="nm_device_wifi_get_access_points ()" link="NMDeviceWifi.html#nm-device-wifi-get-access-points"/> + <function name="The "active-access-point" property" link="NMDeviceWifi.html#NMDeviceWifi--active-access-point"/> + <function name="The "bitrate" property" link="NMDeviceWifi.html#NMDeviceWifi--bitrate"/> + <function name="The "hw-address" property" link="NMDeviceWifi.html#NMDeviceWifi--hw-address"/> + <function name="The "mode" property" link="NMDeviceWifi.html#NMDeviceWifi--mode"/> + <function name="The "perm-hw-address" property" link="NMDeviceWifi.html#NMDeviceWifi--perm-hw-address"/> + <function name="The "wireless-capabilities" property" link="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities"/> + <function name="The "access-point-added" signal" link="NMDeviceWifi.html#NMDeviceWifi-access-point-added"/> + <function name="The "access-point-removed" signal" link="NMDeviceWifi.html#NMDeviceWifi-access-point-removed"/> <function name="NMSerialDevice" link="NMSerialDevice.html#NMSerialDevice-struct"/> + <function name="NMSerialDeviceClass" link="NMSerialDevice.html#NMSerialDeviceClass"/> <function name="nm_serial_device_get_bytes_received ()" link="NMSerialDevice.html#nm-serial-device-get-bytes-received"/> <function name="nm_serial_device_get_bytes_sent ()" link="NMSerialDevice.html#nm-serial-device-get-bytes-sent"/> <function name="The "ppp-stats" signal" link="NMSerialDevice.html#NMSerialDevice-ppp-stats"/> <function name="NMGsmDevice" link="NMGsmDevice.html#NMGsmDevice-struct"/> + <function name="NMGsmDeviceClass" link="NMGsmDevice.html#NMGsmDeviceClass"/> <function name="nm_gsm_device_new ()" link="NMGsmDevice.html#nm-gsm-device-new"/> <function name="NMCdmaDevice" link="NMCdmaDevice.html#NMCdmaDevice-struct"/> + <function name="NMCdmaDeviceClass" link="NMCdmaDevice.html#NMCdmaDeviceClass"/> <function name="nm_cdma_device_new ()" link="NMCdmaDevice.html#nm-cdma-device-new"/> - <function name="NM_DEVICE_BT_HW_ADDRESS" link="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"/> - <function name="NM_DEVICE_BT_NAME" link="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-NAME:CAPS"/> - <function name="NM_DEVICE_BT_CAPABILITIES" link="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"/> - <function name="NMDeviceBt" link="libnm-glib-nm-device-bt.html#NMDeviceBt"/> - <function name="nm_device_bt_new ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-new"/> - <function name="nm_device_bt_get_hw_address ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-get-hw-address"/> - <function name="nm_device_bt_get_name ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-get-name"/> - <function name="nm_device_bt_get_capabilities ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-get-capabilities"/> - <function name="NM_ACCESS_POINT_FLAGS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FLAGS:CAPS"/> - <function name="NM_ACCESS_POINT_WPA_FLAGS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"/> - <function name="NM_ACCESS_POINT_RSN_FLAGS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"/> - <function name="NM_ACCESS_POINT_SSID" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-SSID:CAPS"/> - <function name="NM_ACCESS_POINT_FREQUENCY" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FREQUENCY:CAPS"/> - <function name="NM_ACCESS_POINT_HW_ADDRESS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"/> - <function name="NM_ACCESS_POINT_MODE" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MODE:CAPS"/> - <function name="NM_ACCESS_POINT_MAX_BITRATE" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"/> - <function name="NM_ACCESS_POINT_STRENGTH" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-STRENGTH:CAPS"/> - <function name="NMAccessPoint" link="libnm-glib-nm-access-point.html#NMAccessPoint-struct"/> - <function name="nm_access_point_new ()" link="libnm-glib-nm-access-point.html#nm-access-point-new"/> - <function name="nm_access_point_get_flags ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-flags"/> - <function name="nm_access_point_get_wpa_flags ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-wpa-flags"/> - <function name="nm_access_point_get_rsn_flags ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-rsn-flags"/> - <function name="nm_access_point_get_ssid ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-ssid"/> - <function name="nm_access_point_get_frequency ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-frequency"/> - <function name="nm_access_point_get_hw_address ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-hw-address"/> - <function name="nm_access_point_get_mode ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-mode"/> - <function name="nm_access_point_get_max_bitrate ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-max-bitrate"/> - <function name="nm_access_point_get_strength ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-strength"/> - <function name="The "flags" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--flags"/> - <function name="The "frequency" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--frequency"/> - <function name="The "hw-address" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--hw-address"/> - <function name="The "max-bitrate" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--max-bitrate"/> - <function name="The "mode" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--mode"/> - <function name="The "rsn-flags" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--rsn-flags"/> - <function name="The "ssid" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--ssid"/> - <function name="The "strength" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--strength"/> - <function name="The "wpa-flags" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--wpa-flags"/> + <function name="NM_DEVICE_BT_HW_ADDRESS" link="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"/> + <function name="NM_DEVICE_BT_NAME" link="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS"/> + <function name="NM_DEVICE_BT_CAPABILITIES" link="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"/> + <function name="NMDeviceBt" link="libnm-glib-NMDeviceBt.html#NMDeviceBt"/> + <function name="NMDeviceBtClass" link="libnm-glib-NMDeviceBt.html#NMDeviceBtClass"/> + <function name="nm_device_bt_new ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-new"/> + <function name="nm_device_bt_get_hw_address ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-get-hw-address"/> + <function name="nm_device_bt_get_name ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-get-name"/> + <function name="nm_device_bt_get_capabilities ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-get-capabilities"/> + <function name="NM_ACCESS_POINT_FLAGS" link="NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS"/> + <function name="NM_ACCESS_POINT_WPA_FLAGS" link="NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"/> + <function name="NM_ACCESS_POINT_RSN_FLAGS" link="NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"/> + <function name="NM_ACCESS_POINT_SSID" link="NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS"/> + <function name="NM_ACCESS_POINT_FREQUENCY" link="NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS"/> + <function name="NM_ACCESS_POINT_HW_ADDRESS" link="NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"/> + <function name="NM_ACCESS_POINT_MODE" link="NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS"/> + <function name="NM_ACCESS_POINT_MAX_BITRATE" link="NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"/> + <function name="NM_ACCESS_POINT_STRENGTH" link="NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS"/> + <function name="NMAccessPoint" link="NMAccessPoint.html#NMAccessPoint-struct"/> + <function name="NMAccessPointClass" link="NMAccessPoint.html#NMAccessPointClass"/> + <function name="nm_access_point_new ()" link="NMAccessPoint.html#nm-access-point-new"/> + <function name="nm_access_point_get_flags ()" link="NMAccessPoint.html#nm-access-point-get-flags"/> + <function name="nm_access_point_get_wpa_flags ()" link="NMAccessPoint.html#nm-access-point-get-wpa-flags"/> + <function name="nm_access_point_get_rsn_flags ()" link="NMAccessPoint.html#nm-access-point-get-rsn-flags"/> + <function name="nm_access_point_get_ssid ()" link="NMAccessPoint.html#nm-access-point-get-ssid"/> + <function name="nm_access_point_get_frequency ()" link="NMAccessPoint.html#nm-access-point-get-frequency"/> + <function name="nm_access_point_get_hw_address ()" link="NMAccessPoint.html#nm-access-point-get-hw-address"/> + <function name="nm_access_point_get_mode ()" link="NMAccessPoint.html#nm-access-point-get-mode"/> + <function name="nm_access_point_get_max_bitrate ()" link="NMAccessPoint.html#nm-access-point-get-max-bitrate"/> + <function name="nm_access_point_get_strength ()" link="NMAccessPoint.html#nm-access-point-get-strength"/> + <function name="The "flags" property" link="NMAccessPoint.html#NMAccessPoint--flags"/> + <function name="The "frequency" property" link="NMAccessPoint.html#NMAccessPoint--frequency"/> + <function name="The "hw-address" property" link="NMAccessPoint.html#NMAccessPoint--hw-address"/> + <function name="The "max-bitrate" property" link="NMAccessPoint.html#NMAccessPoint--max-bitrate"/> + <function name="The "mode" property" link="NMAccessPoint.html#NMAccessPoint--mode"/> + <function name="The "rsn-flags" property" link="NMAccessPoint.html#NMAccessPoint--rsn-flags"/> + <function name="The "ssid" property" link="NMAccessPoint.html#NMAccessPoint--ssid"/> + <function name="The "strength" property" link="NMAccessPoint.html#NMAccessPoint--strength"/> + <function name="The "wpa-flags" property" link="NMAccessPoint.html#NMAccessPoint--wpa-flags"/> <function name="NMIP4Config" link="NMIP4Config.html#NMIP4Config-struct"/> + <function name="NMIP4ConfigClass" link="NMIP4Config.html#NMIP4ConfigClass"/> <function name="NM_IP4_CONFIG_ADDRESSES" link="NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES:CAPS"/> <function name="NM_IP4_CONFIG_HOSTNAME" link="NMIP4Config.html#NM-IP4-CONFIG-HOSTNAME:CAPS"/> <function name="NM_IP4_CONFIG_NAMESERVERS" link="NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS:CAPS"/> @@ -230,6 +259,7 @@ <function name="The "routes" property" link="NMIP4Config.html#NMIP4Config--routes"/> <function name="The "wins-servers" property" link="NMIP4Config.html#NMIP4Config--wins-servers"/> <function name="NMIP6Config" link="NMIP6Config.html#NMIP6Config-struct"/> + <function name="NMIP6ConfigClass" link="NMIP6Config.html#NMIP6ConfigClass"/> <function name="NM_IP6_CONFIG_ADDRESSES" link="NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES:CAPS"/> <function name="NM_IP6_CONFIG_NAMESERVERS" link="NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS:CAPS"/> <function name="NM_IP6_CONFIG_DOMAINS" link="NMIP6Config.html#NM-IP6-CONFIG-DOMAINS:CAPS"/> @@ -244,75 +274,80 @@ <function name="The "nameservers" property" link="NMIP6Config.html#NMIP6Config--nameservers"/> <function name="The "routes" property" link="NMIP6Config.html#NMIP6Config--routes"/> <function name="NMDHCP4Config" link="NMDHCP4Config.html#NMDHCP4Config-struct"/> + <function name="NMDHCP4ConfigClass" link="NMDHCP4Config.html#NMDHCP4ConfigClass"/> <function name="NM_DHCP4_CONFIG_OPTIONS" link="NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS:CAPS"/> <function name="nm_dhcp4_config_new ()" link="NMDHCP4Config.html#nm-dhcp4-config-new"/> <function name="nm_dhcp4_config_get_options ()" link="NMDHCP4Config.html#nm-dhcp4-config-get-options"/> <function name="nm_dhcp4_config_get_one_option ()" link="NMDHCP4Config.html#nm-dhcp4-config-get-one-option"/> <function name="The "options" property" link="NMDHCP4Config.html#NMDHCP4Config--options"/> <function name="NMDHCP6Config" link="NMDHCP6Config.html#NMDHCP6Config-struct"/> + <function name="NMDHCP6ConfigClass" link="NMDHCP6Config.html#NMDHCP6ConfigClass"/> <function name="NM_DHCP6_CONFIG_OPTIONS" link="NMDHCP6Config.html#NM-DHCP6-CONFIG-OPTIONS:CAPS"/> <function name="nm_dhcp6_config_new ()" link="NMDHCP6Config.html#nm-dhcp6-config-new"/> <function name="nm_dhcp6_config_get_options ()" link="NMDHCP6Config.html#nm-dhcp6-config-get-options"/> <function name="nm_dhcp6_config_get_one_option ()" link="NMDHCP6Config.html#nm-dhcp6-config-get-one-option"/> <function name="NMExportedConnection" link="libnm-glib-NMExportedConnection.html#NMExportedConnection"/> + <function name="NMExportedConnectionClass" link="libnm-glib-NMExportedConnection.html#NMExportedConnectionClass"/> <function name="nm_exported_connection_new ()" link="libnm-glib-NMExportedConnection.html#nm-exported-connection-new"/> - <function name="NM_OBJECT_DBUS_CONNECTION" link="libnm-glib-nm-object.html#NM-OBJECT-DBUS-CONNECTION:CAPS"/> - <function name="NM_OBJECT_DBUS_PATH" link="libnm-glib-nm-object.html#NM-OBJECT-DBUS-PATH:CAPS"/> - <function name="NMObject" link="libnm-glib-nm-object.html#NMObject-struct"/> - <function name="nm_object_get_connection ()" link="libnm-glib-nm-object.html#nm-object-get-connection"/> - <function name="nm_object_get_path ()" link="libnm-glib-nm-object.html#nm-object-get-path"/> - <function name="The "dbus-connection" property" link="libnm-glib-nm-object.html#NMObject--dbus-connection"/> - <function name="The "dbus-path" property" link="libnm-glib-nm-object.html#NMObject--dbus-path"/> + <function name="NM_OBJECT_DBUS_CONNECTION" link="NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS"/> + <function name="NM_OBJECT_DBUS_PATH" link="NMObject.html#NM-OBJECT-DBUS-PATH:CAPS"/> + <function name="NMObject" link="NMObject.html#NMObject-struct"/> + <function name="NMObjectClass" link="NMObject.html#NMObjectClass"/> + <function name="nm_object_get_connection ()" link="NMObject.html#nm-object-get-connection"/> + <function name="nm_object_get_path ()" link="NMObject.html#nm-object-get-path"/> + <function name="The "dbus-connection" property" link="NMObject.html#NMObject--dbus-connection"/> + <function name="The "dbus-path" property" link="NMObject.html#NMObject--dbus-path"/> <function name="NMRemoteConnection" link="libnm-glib-NMRemoteConnection.html#NMRemoteConnection"/> + <function name="NMRemoteConnectionClass" link="libnm-glib-NMRemoteConnection.html#NMRemoteConnectionClass"/> <function name="nm_remote_connection_new ()" link="libnm-glib-NMRemoteConnection.html#nm-remote-connection-new"/> - <function name="NM_REMOTE_SETTINGS_BUS" link="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-BUS:CAPS"/> - <function name="NM_REMOTE_SETTINGS_SCOPE" link="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS"/> - <function name="NM_REMOTE_SETTINGS_SERVICE_RUNNING" link="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"/> - <function name="NMRemoteSettings" link="libnm-glib-nm-remote-settings.html#NMRemoteSettings"/> - <function name="nm_remote_settings_new ()" link="libnm-glib-nm-remote-settings.html#nm-remote-settings-new"/> + <function name="NM_REMOTE_SETTINGS_BUS" link="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-BUS:CAPS"/> + <function name="NM_REMOTE_SETTINGS_SCOPE" link="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS"/> + <function name="NM_REMOTE_SETTINGS_SERVICE_RUNNING" link="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"/> + <function name="NMRemoteSettings" link="libnm-glib-NMRemoteSettings.html#NMRemoteSettings"/> + <function name="NMRemoteSettingsClass" link="libnm-glib-NMRemoteSettings.html#NMRemoteSettingsClass"/> + <function name="nm_remote_settings_new ()" link="libnm-glib-NMRemoteSettings.html#nm-remote-settings-new"/> <function name="NMRemoteSettingsSystem" link="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem"/> + <function name="NMRemoteSettingsSystemClass" link="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystemClass"/> <function name="nm_remote_settings_system_new ()" link="libnm-glib-NMRemoteSettingsSystem.html#nm-remote-settings-system-new"/> - <function name="NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-GET-INTERFACE:CAPS"/> - <function name="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED" link="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"/> - <function name="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED" link="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"/> - <function name="NMSettingsConnectionInterface" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface"/> - <function name="NMSettingsConnectionInterfaceUpdateFunc ()" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceUpdateFunc"/> - <function name="NMSettingsConnectionInterfaceDeleteFunc ()" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceDeleteFunc"/> - <function name="NMSettingsConnectionInterfaceGetSecretsFunc ()" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceGetSecretsFunc"/> - <function name="nm_settings_connection_interface_update ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-update"/> - <function name="nm_settings_connection_interface_delete ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-delete"/> - <function name="nm_settings_connection_interface_get_secrets ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-get-secrets"/> - <function name="nm_settings_connection_interface_emit_updated ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-emit-updated"/> - <function name="enum NMSettingsInterfaceError" link="libnm-glib-nm-settings-interface.html#NMSettingsInterfaceError"/> - <function name="NM_SETTINGS_INTERFACE_ERROR" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-ERROR:CAPS"/> - <function name="nm_settings_interface_error_quark ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-error-quark"/> - <function name="NM_TYPE_SETTINGS_INTERFACE_ERROR" link="libnm-glib-nm-settings-interface.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"/> - <function name="NM_SETTINGS_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-GET-INTERFACE:CAPS"/> - <function name="NM_SETTINGS_INTERFACE_NEW_CONNECTION" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"/> - <function name="NM_SETTINGS_INTERFACE_CONNECTIONS_READ" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"/> - <function name="NMSettingsInterface" link="libnm-glib-nm-settings-interface.html#NMSettingsInterface"/> - <function name="NMSettingsAddConnectionFunc ()" link="libnm-glib-nm-settings-interface.html#NMSettingsAddConnectionFunc"/> - <function name="nm_settings_interface_get_type ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-get-type"/> - <function name="nm_settings_interface_list_connections ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-list-connections"/> - <function name="nm_settings_interface_get_connection_by_path ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-get-connection-by-path"/> - <function name="nm_settings_interface_add_connection ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-add-connection"/> - <function name="NM_SETTINGS_SERVICE_BUS" link="libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-BUS:CAPS"/> - <function name="NM_SETTINGS_SERVICE_SCOPE" link="libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-SCOPE:CAPS"/> - <function name="NMSettingsService" link="libnm-glib-nm-settings-service.html#NMSettingsService"/> - <function name="nm_settings_service_get_connection_by_path ()" link="libnm-glib-nm-settings-service.html#nm-settings-service-get-connection-by-path"/> - <function name="nm_settings_service_export ()" link="libnm-glib-nm-settings-service.html#nm-settings-service-export"/> - <function name="nm_settings_service_export_connection ()" link="libnm-glib-nm-settings-service.html#nm-settings-service-export-connection"/> - <function name="enum NMSettingsSystemPermissions" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemPermissions"/> - <function name="NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-GET-INTERFACE:CAPS"/> - <function name="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"/> - <function name="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"/> - <function name="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"/> - <function name="enum NMSettingsSystemInterfaceProp" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterfaceProp"/> - <function name="NMSettingsSystemInterface" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface"/> - <function name="NMSettingsSystemSaveHostnameFunc ()" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemSaveHostnameFunc"/> - <function name="NMSettingsSystemGetPermissionsFunc ()" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemGetPermissionsFunc"/> - <function name="nm_settings_system_interface_save_hostname ()" link="libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-save-hostname"/> - <function name="nm_settings_system_interface_get_permissions ()" link="libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-get-permissions"/> + <function name="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED" link="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"/> + <function name="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED" link="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"/> + <function name="NMSettingsConnectionInterface" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"/> + <function name="NMSettingsConnectionInterfaceUpdateFunc ()" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc"/> + <function name="NMSettingsConnectionInterfaceDeleteFunc ()" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc"/> + <function name="NMSettingsConnectionInterfaceGetSecretsFunc ()" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc"/> + <function name="nm_settings_connection_interface_update ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-update"/> + <function name="nm_settings_connection_interface_delete ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-delete"/> + <function name="nm_settings_connection_interface_get_secrets ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-get-secrets"/> + <function name="nm_settings_connection_interface_emit_updated ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-emit-updated"/> + <function name="enum NMSettingsInterfaceError" link="libnm-glib-NMSettings.html#NMSettingsInterfaceError"/> + <function name="NM_SETTINGS_INTERFACE_ERROR" link="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-ERROR:CAPS"/> + <function name="nm_settings_interface_error_quark ()" link="libnm-glib-NMSettings.html#nm-settings-interface-error-quark"/> + <function name="NM_TYPE_SETTINGS_INTERFACE_ERROR" link="libnm-glib-NMSettings.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"/> + <function name="NM_SETTINGS_INTERFACE_NEW_CONNECTION" link="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"/> + <function name="NM_SETTINGS_INTERFACE_CONNECTIONS_READ" link="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"/> + <function name="NMSettingsInterface" link="libnm-glib-NMSettings.html#NMSettingsInterface"/> + <function name="NMSettingsAddConnectionFunc ()" link="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc"/> + <function name="nm_settings_interface_get_type ()" link="libnm-glib-NMSettings.html#nm-settings-interface-get-type"/> + <function name="nm_settings_interface_list_connections ()" link="libnm-glib-NMSettings.html#nm-settings-interface-list-connections"/> + <function name="nm_settings_interface_get_connection_by_path ()" link="libnm-glib-NMSettings.html#nm-settings-interface-get-connection-by-path"/> + <function name="nm_settings_interface_add_connection ()" link="libnm-glib-NMSettings.html#nm-settings-interface-add-connection"/> + <function name="NM_SETTINGS_SERVICE_BUS" link="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-BUS:CAPS"/> + <function name="NM_SETTINGS_SERVICE_SCOPE" link="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-SCOPE:CAPS"/> + <function name="NMSettingsService" link="libnm-glib-NMSettingsService.html#NMSettingsService"/> + <function name="NMSettingsServiceClass" link="libnm-glib-NMSettingsService.html#NMSettingsServiceClass"/> + <function name="nm_settings_service_get_connection_by_path ()" link="libnm-glib-NMSettingsService.html#nm-settings-service-get-connection-by-path"/> + <function name="nm_settings_service_export ()" link="libnm-glib-NMSettingsService.html#nm-settings-service-export"/> + <function name="nm_settings_service_export_connection ()" link="libnm-glib-NMSettingsService.html#nm-settings-service-export-connection"/> + <function name="enum NMSettingsSystemPermissions" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions"/> + <function name="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME" link="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"/> + <function name="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY" link="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"/> + <function name="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS" link="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"/> + <function name="enum NMSettingsSystemInterfaceProp" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterfaceProp"/> + <function name="NMSettingsSystemInterface" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface"/> + <function name="NMSettingsSystemSaveHostnameFunc ()" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc"/> + <function name="NMSettingsSystemGetPermissionsFunc ()" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc"/> + <function name="nm_settings_system_interface_save_hostname ()" link="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-save-hostname"/> + <function name="nm_settings_system_interface_get_permissions ()" link="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-get-permissions"/> <function name="NM_TYPE_SSID" link="libnm-glib-nm-types.html#NM-TYPE-SSID:CAPS"/> <function name="nm_ssid_get_type ()" link="libnm-glib-nm-types.html#nm-ssid-get-type"/> <function name="NM_TYPE_UINT_ARRAY" link="libnm-glib-nm-types.html#NM-TYPE-UINT-ARRAY:CAPS"/> @@ -327,52 +362,53 @@ <function name="nm_ip6_address_array_get_type ()" link="libnm-glib-nm-types.html#nm-ip6-address-array-get-type"/> <function name="NM_TYPE_IP6_ROUTE_OBJECT_ARRAY" link="libnm-glib-nm-types.html#NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS"/> <function name="nm_ip6_route_object_array_get_type ()" link="libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type"/> - <function name="NM_VPN_CONNECTION_VPN_STATE" link="libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"/> - <function name="NM_VPN_CONNECTION_BANNER" link="libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-BANNER:CAPS"/> - <function name="NMVPNConnection" link="libnm-glib-nm-vpn-connection.html#NMVPNConnection"/> - <function name="nm_vpn_connection_new ()" link="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-new"/> - <function name="nm_vpn_connection_get_vpn_state ()" link="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-vpn-state"/> - <function name="nm_vpn_connection_get_banner ()" link="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-banner"/> - <function name="NM_VPN_PLUGIN_DBUS_SERVICE_NAME" link="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"/> - <function name="NM_VPN_PLUGIN_STATE" link="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-STATE:CAPS"/> - <function name="enum NMVPNPluginError" link="libnm-glib-nm-vpn-plugin.html#NMVPNPluginError"/> - <function name="NM_VPN_PLUGIN_ERROR" link="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-ERROR:CAPS"/> - <function name="NM_TYPE_VPN_PLUGIN_ERROR" link="libnm-glib-nm-vpn-plugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS"/> - <function name="NMVPNPlugin" link="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin"/> - <function name="nm_vpn_plugin_error_quark ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-quark"/> - <function name="nm_vpn_plugin_error_get_type ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-get-type"/> - <function name="nm_vpn_plugin_get_connection ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-connection"/> - <function name="nm_vpn_plugin_get_state ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-state"/> - <function name="nm_vpn_plugin_set_state ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-state"/> - <function name="nm_vpn_plugin_set_login_banner ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-login-banner"/> - <function name="nm_vpn_plugin_failure ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-failure"/> - <function name="nm_vpn_plugin_set_ip4_config ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-ip4-config"/> - <function name="nm_vpn_plugin_disconnect ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-disconnect"/> - <function name="NMVpnPluginUiInterface" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface"/> - <function name="NMVpnPluginUiWidgetInterface" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface"/> - <function name="NMVpnPluginUiFactory ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiFactory"/> - <function name="nm_vpn_plugin_ui_factory ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-factory"/> - <function name="NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-GET-INTERFACE:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_CAPABILITY_NONE" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_INTERFACE_NAME" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_INTERFACE_DESC" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"/> - <function name="enum NMVpnPluginUiInterfaceProp" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterfaceProp"/> - <function name="nm_vpn_plugin_ui_interface_ui_factory ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-ui-factory"/> - <function name="nm_vpn_plugin_ui_interface_get_capabilities ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-capabilities"/> - <function name="nm_vpn_plugin_ui_interface_import ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-import"/> - <function name="nm_vpn_plugin_ui_interface_export ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-export"/> - <function name="nm_vpn_plugin_ui_interface_get_suggested_name ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-suggested-name"/> - <function name="nm_vpn_plugin_ui_interface_delete_connection ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-delete-connection"/> - <function name="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> - <function name="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> - <function name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"/> - <function name="nm_vpn_plugin_ui_widget_interface_get_type ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-type"/> - <function name="nm_vpn_plugin_ui_widget_interface_get_widget ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-widget"/> - <function name="nm_vpn_plugin_ui_widget_interface_update_connection ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-update-connection"/> - <function name="nm_vpn_plugin_ui_widget_interface_save_secrets ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-save-secrets"/> + <function name="NM_VPN_CONNECTION_VPN_STATE" link="libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"/> + <function name="NM_VPN_CONNECTION_BANNER" link="libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-BANNER:CAPS"/> + <function name="NMVPNConnection" link="libnm-glib-NMVPNConnection.html#NMVPNConnection"/> + <function name="NMVPNConnectionClass" link="libnm-glib-NMVPNConnection.html#NMVPNConnectionClass"/> + <function name="nm_vpn_connection_new ()" link="libnm-glib-NMVPNConnection.html#nm-vpn-connection-new"/> + <function name="nm_vpn_connection_get_vpn_state ()" link="libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-vpn-state"/> + <function name="nm_vpn_connection_get_banner ()" link="libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-banner"/> + <function name="NM_VPN_PLUGIN_DBUS_SERVICE_NAME" link="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"/> + <function name="NM_VPN_PLUGIN_STATE" link="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE:CAPS"/> + <function name="enum NMVPNPluginError" link="libnm-glib-NMVPNPlugin.html#NMVPNPluginError"/> + <function name="NM_VPN_PLUGIN_ERROR" link="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR:CAPS"/> + <function name="NM_TYPE_VPN_PLUGIN_ERROR" link="libnm-glib-NMVPNPlugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS"/> + <function name="NMVPNPlugin" link="libnm-glib-NMVPNPlugin.html#NMVPNPlugin"/> + <function name="NMVPNPluginClass" link="libnm-glib-NMVPNPlugin.html#NMVPNPluginClass"/> + <function name="nm_vpn_plugin_error_quark ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark"/> + <function name="nm_vpn_plugin_error_get_type ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-get-type"/> + <function name="nm_vpn_plugin_get_connection ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection"/> + <function name="nm_vpn_plugin_get_state ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state"/> + <function name="nm_vpn_plugin_set_state ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state"/> + <function name="nm_vpn_plugin_set_login_banner ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner"/> + <function name="nm_vpn_plugin_failure ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure"/> + <function name="nm_vpn_plugin_set_ip4_config ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config"/> + <function name="nm_vpn_plugin_disconnect ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect"/> + <function name="NMVpnPluginUiInterface" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface"/> + <function name="NMVpnPluginUiWidgetInterface" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface"/> + <function name="NMVpnPluginUiFactory ()" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiFactory"/> + <function name="nm_vpn_plugin_ui_factory ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-factory"/> + <function name="NM_VPN_PLUGIN_UI_CAPABILITY_NONE" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_INTERFACE_NAME" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_INTERFACE_DESC" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"/> + <function name="enum NMVpnPluginUiInterfaceProp" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterfaceProp"/> + <function name="nm_vpn_plugin_ui_interface_ui_factory ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-ui-factory"/> + <function name="nm_vpn_plugin_ui_interface_get_capabilities ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-capabilities"/> + <function name="nm_vpn_plugin_ui_interface_import ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-import"/> + <function name="nm_vpn_plugin_ui_interface_export ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-export"/> + <function name="nm_vpn_plugin_ui_interface_get_suggested_name ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-suggested-name"/> + <function name="nm_vpn_plugin_ui_interface_delete_connection ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-delete-connection"/> + <function name="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE" link="libnm-glib-NMVpnPluginUi.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> + <function name="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-NMVpnPluginUi.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> + <function name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"/> + <function name="nm_vpn_plugin_ui_widget_interface_get_type ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-type"/> + <function name="nm_vpn_plugin_ui_widget_interface_get_widget ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-widget"/> + <function name="nm_vpn_plugin_ui_widget_interface_update_connection ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-update-connection"/> + <function name="nm_vpn_plugin_ui_widget_interface_save_secrets ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-save-secrets"/> </functions> </book> diff --git a/docs/libnm-glib/html/libnm-glib.devhelp2 b/docs/libnm-glib/html/libnm-glib.devhelp2 index d7b770d2..ae9daccf 100644 --- a/docs/libnm-glib/html/libnm-glib.devhelp2 +++ b/docs/libnm-glib/html/libnm-glib.devhelp2 @@ -3,213 +3,242 @@ <book xmlns="http://www.devhelp.net/book" title="libnm-glib Reference Manual" link="index.html" author="" name="libnm-glib" version="2" language="c"> <chapters> <sub name="libnm-glib Objects" link="ch01.html"> - <sub name="NMClient" link="libnm-glib-nm-client.html"/> - <sub name="NMActiveConnection" link="libnm-glib-nm-active-connection.html"/> - <sub name="NMDevice" link="libnm-glib-nm-device.html"/> - <sub name="NMDeviceEthernet" link="libnm-glib-nm-device-ethernet.html"/> - <sub name="NMDeviceWifi" link="libnm-glib-nm-device-wifi.html"/> + <sub name="NMClient" link="NMClient.html"/> + <sub name="NMActiveConnection" link="NMActiveConnection.html"/> + <sub name="NMDevice" link="NMDevice.html"/> + <sub name="NMDeviceEthernet" link="NMDeviceEthernet.html"/> + <sub name="NMDeviceWifi" link="NMDeviceWifi.html"/> <sub name="NMSerialDevice" link="NMSerialDevice.html"/> <sub name="NMGsmDevice" link="NMGsmDevice.html"/> <sub name="NMCdmaDevice" link="NMCdmaDevice.html"/> - <sub name="NMDeviceBt" link="libnm-glib-nm-device-bt.html"/> - <sub name="NMAccessPoint" link="libnm-glib-nm-access-point.html"/> + <sub name="NMDeviceBt" link="libnm-glib-NMDeviceBt.html"/> + <sub name="NMAccessPoint" link="NMAccessPoint.html"/> <sub name="NMIP4Config" link="NMIP4Config.html"/> <sub name="NMIP6Config" link="NMIP6Config.html"/> <sub name="NMDHCP4Config" link="NMDHCP4Config.html"/> <sub name="NMDHCP6Config" link="NMDHCP6Config.html"/> <sub name="NMExportedConnection" link="libnm-glib-NMExportedConnection.html"/> - <sub name="NMObject" link="libnm-glib-nm-object.html"/> + <sub name="NMObject" link="NMObject.html"/> <sub name="NMRemoteConnection" link="libnm-glib-NMRemoteConnection.html"/> - <sub name="NMRemoteSettings" link="libnm-glib-nm-remote-settings.html"/> + <sub name="NMRemoteSettings" link="libnm-glib-NMRemoteSettings.html"/> <sub name="NMRemoteSettingsSystem" link="libnm-glib-NMRemoteSettingsSystem.html"/> - <sub name="nm-settings-connection-interface" link="libnm-glib-nm-settings-connection-interface.html"/> - <sub name="nm-settings-interface" link="libnm-glib-nm-settings-interface.html"/> - <sub name="NMSettingsService" link="libnm-glib-nm-settings-service.html"/> - <sub name="nm-settings-system-interface" link="libnm-glib-nm-settings-system-interface.html"/> + <sub name="nm-settings-connection-interface" link="libnm-glib-NMSettingsConnection.html"/> + <sub name="nm-settings-interface" link="libnm-glib-NMSettings.html"/> + <sub name="NMSettingsService" link="libnm-glib-NMSettingsService.html"/> + <sub name="nm-settings-system-interface" link="libnm-glib-NMSettingsSystem.html"/> <sub name="nm-types" link="libnm-glib-nm-types.html"/> - <sub name="NMVPNConnection" link="libnm-glib-nm-vpn-connection.html"/> - <sub name="NMVPNPlugin" link="libnm-glib-nm-vpn-plugin.html"/> - <sub name="nm-vpn-plugin-ui-interface" link="libnm-glib-nm-vpn-plugin-ui-interface.html"/> + <sub name="NMVPNConnection" link="libnm-glib-NMVPNConnection.html"/> + <sub name="NMVPNPlugin" link="libnm-glib-NMVPNPlugin.html"/> + <sub name="nm-vpn-plugin-ui-interface" link="libnm-glib-NMVpnPluginUi.html"/> </sub> </chapters> <functions> - <keyword type="macro" name="NM_CLIENT_STATE" link="libnm-glib-nm-client.html#NM-CLIENT-STATE:CAPS"/> - <keyword type="macro" name="NM_CLIENT_MANAGER_RUNNING" link="libnm-glib-nm-client.html#NM-CLIENT-MANAGER-RUNNING:CAPS"/> - <keyword type="macro" name="NM_CLIENT_WIRELESS_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"/> - <keyword type="macro" name="NM_CLIENT_WIRELESS_HARDWARE_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"/> - <keyword type="macro" name="NM_CLIENT_WWAN_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WWAN-ENABLED:CAPS"/> - <keyword type="macro" name="NM_CLIENT_WWAN_HARDWARE_ENABLED" link="libnm-glib-nm-client.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"/> - <keyword type="macro" name="NM_CLIENT_ACTIVE_CONNECTIONS" link="libnm-glib-nm-client.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"/> - <keyword type="struct" name="NMClient" link="libnm-glib-nm-client.html#NMClient-struct"/> - <keyword type="function" name="nm_client_new ()" link="libnm-glib-nm-client.html#nm-client-new"/> - <keyword type="function" name="nm_client_get_devices ()" link="libnm-glib-nm-client.html#nm-client-get-devices"/> - <keyword type="function" name="nm_client_get_device_by_path ()" link="libnm-glib-nm-client.html#nm-client-get-device-by-path"/> - <keyword type="function" name="NMClientActivateDeviceFn ()" link="libnm-glib-nm-client.html#NMClientActivateDeviceFn"/> - <keyword type="function" name="nm_client_activate_connection ()" link="libnm-glib-nm-client.html#nm-client-activate-connection"/> - <keyword type="function" name="nm_client_deactivate_connection ()" link="libnm-glib-nm-client.html#nm-client-deactivate-connection"/> - <keyword type="function" name="nm_client_wireless_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wireless-get-enabled"/> - <keyword type="function" name="nm_client_wireless_set_enabled ()" link="libnm-glib-nm-client.html#nm-client-wireless-set-enabled"/> - <keyword type="function" name="nm_client_wireless_hardware_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wireless-hardware-get-enabled"/> - <keyword type="function" name="nm_client_wwan_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wwan-get-enabled"/> - <keyword type="function" name="nm_client_wwan_set_enabled ()" link="libnm-glib-nm-client.html#nm-client-wwan-set-enabled"/> - <keyword type="function" name="nm_client_wwan_hardware_get_enabled ()" link="libnm-glib-nm-client.html#nm-client-wwan-hardware-get-enabled"/> - <keyword type="function" name="nm_client_get_state ()" link="libnm-glib-nm-client.html#nm-client-get-state"/> - <keyword type="function" name="nm_client_get_manager_running ()" link="libnm-glib-nm-client.html#nm-client-get-manager-running"/> - <keyword type="function" name="nm_client_get_active_connections ()" link="libnm-glib-nm-client.html#nm-client-get-active-connections"/> - <keyword type="function" name="nm_client_sleep ()" link="libnm-glib-nm-client.html#nm-client-sleep"/> - <keyword type="property" name="The "active-connections" property" link="libnm-glib-nm-client.html#NMClient--active-connections"/> - <keyword type="property" name="The "manager-running" property" link="libnm-glib-nm-client.html#NMClient--manager-running"/> - <keyword type="property" name="The "networking-enabled" property" link="libnm-glib-nm-client.html#NMClient--networking-enabled"/> - <keyword type="property" name="The "state" property" link="libnm-glib-nm-client.html#NMClient--state"/> - <keyword type="property" name="The "wireless-enabled" property" link="libnm-glib-nm-client.html#NMClient--wireless-enabled"/> - <keyword type="property" name="The "wireless-hardware-enabled" property" link="libnm-glib-nm-client.html#NMClient--wireless-hardware-enabled"/> - <keyword type="property" name="The "wwan-enabled" property" link="libnm-glib-nm-client.html#NMClient--wwan-enabled"/> - <keyword type="property" name="The "wwan-hardware-enabled" property" link="libnm-glib-nm-client.html#NMClient--wwan-hardware-enabled"/> - <keyword type="signal" name="The "device-added" signal" link="libnm-glib-nm-client.html#NMClient-device-added"/> - <keyword type="signal" name="The "device-removed" signal" link="libnm-glib-nm-client.html#NMClient-device-removed"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_SERVICE_NAME" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_CONNECTION" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_DEVICES" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_STATE" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_DEFAULT" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"/> - <keyword type="macro" name="NM_ACTIVE_CONNECTION_DEFAULT6" link="libnm-glib-nm-active-connection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"/> - <keyword type="struct" name="NMActiveConnection" link="libnm-glib-nm-active-connection.html#NMActiveConnection-struct"/> - <keyword type="function" name="nm_active_connection_new ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-new"/> - <keyword type="function" name="nm_active_connection_get_service_name ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-service-name"/> - <keyword type="function" name="nm_active_connection_get_scope ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-scope"/> - <keyword type="function" name="nm_active_connection_get_connection ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-connection"/> - <keyword type="function" name="nm_active_connection_get_specific_object ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-specific-object"/> - <keyword type="function" name="nm_active_connection_get_devices ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-devices"/> - <keyword type="function" name="nm_active_connection_get_state ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-state"/> - <keyword type="function" name="nm_active_connection_get_default ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-default"/> - <keyword type="function" name="nm_active_connection_get_default6 ()" link="libnm-glib-nm-active-connection.html#nm-active-connection-get-default6"/> - <keyword type="property" name="The "connection" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--connection"/> - <keyword type="property" name="The "default" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--default"/> - <keyword type="property" name="The "default6" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--default6"/> - <keyword type="property" name="The "devices" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--devices"/> - <keyword type="property" name="The "service-name" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--service-name"/> - <keyword type="property" name="The "specific-object" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--specific-object"/> - <keyword type="property" name="The "state" property" link="libnm-glib-nm-active-connection.html#NMActiveConnection--state"/> - <keyword type="macro" name="NM_DEVICE_UDI" link="libnm-glib-nm-device.html#NM-DEVICE-UDI:CAPS"/> - <keyword type="macro" name="NM_DEVICE_INTERFACE" link="libnm-glib-nm-device.html#NM-DEVICE-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_DEVICE_DRIVER" link="libnm-glib-nm-device.html#NM-DEVICE-DRIVER:CAPS"/> - <keyword type="macro" name="NM_DEVICE_CAPABILITIES" link="libnm-glib-nm-device.html#NM-DEVICE-CAPABILITIES:CAPS"/> - <keyword type="macro" name="NM_DEVICE_MANAGED" link="libnm-glib-nm-device.html#NM-DEVICE-MANAGED:CAPS"/> - <keyword type="macro" name="NM_DEVICE_IP4_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-IP4-CONFIG:CAPS"/> - <keyword type="macro" name="NM_DEVICE_DHCP4_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-DHCP4-CONFIG:CAPS"/> - <keyword type="macro" name="NM_DEVICE_IP6_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-IP6-CONFIG:CAPS"/> - <keyword type="macro" name="NM_DEVICE_DHCP6_CONFIG" link="libnm-glib-nm-device.html#NM-DEVICE-DHCP6-CONFIG:CAPS"/> - <keyword type="macro" name="NM_DEVICE_STATE" link="libnm-glib-nm-device.html#NM-DEVICE-STATE:CAPS"/> - <keyword type="macro" name="NM_DEVICE_VENDOR" link="libnm-glib-nm-device.html#NM-DEVICE-VENDOR:CAPS"/> - <keyword type="macro" name="NM_DEVICE_PRODUCT" link="libnm-glib-nm-device.html#NM-DEVICE-PRODUCT:CAPS"/> - <keyword type="struct" name="NMDevice" link="libnm-glib-nm-device.html#NMDevice-struct"/> - <keyword type="function" name="nm_device_new ()" link="libnm-glib-nm-device.html#nm-device-new"/> - <keyword type="function" name="nm_device_get_iface ()" link="libnm-glib-nm-device.html#nm-device-get-iface"/> - <keyword type="function" name="nm_device_get_udi ()" link="libnm-glib-nm-device.html#nm-device-get-udi"/> - <keyword type="function" name="nm_device_get_driver ()" link="libnm-glib-nm-device.html#nm-device-get-driver"/> - <keyword type="function" name="nm_device_get_capabilities ()" link="libnm-glib-nm-device.html#nm-device-get-capabilities"/> - <keyword type="function" name="nm_device_get_managed ()" link="libnm-glib-nm-device.html#nm-device-get-managed"/> - <keyword type="function" name="nm_device_get_ip4_config ()" link="libnm-glib-nm-device.html#nm-device-get-ip4-config"/> - <keyword type="function" name="nm_device_get_dhcp4_config ()" link="libnm-glib-nm-device.html#nm-device-get-dhcp4-config"/> - <keyword type="function" name="nm_device_get_ip6_config ()" link="libnm-glib-nm-device.html#nm-device-get-ip6-config"/> - <keyword type="function" name="nm_device_get_dhcp6_config ()" link="libnm-glib-nm-device.html#nm-device-get-dhcp6-config"/> - <keyword type="function" name="nm_device_get_state ()" link="libnm-glib-nm-device.html#nm-device-get-state"/> - <keyword type="function" name="nm_device_get_product ()" link="libnm-glib-nm-device.html#nm-device-get-product"/> - <keyword type="function" name="nm_device_get_vendor ()" link="libnm-glib-nm-device.html#nm-device-get-vendor"/> - <keyword type="function" name="NMDeviceDeactivateFn ()" link="libnm-glib-nm-device.html#NMDeviceDeactivateFn"/> - <keyword type="function" name="nm_device_disconnect ()" link="libnm-glib-nm-device.html#nm-device-disconnect"/> - <keyword type="property" name="The "capabilities" property" link="libnm-glib-nm-device.html#NMDevice--capabilities"/> - <keyword type="property" name="The "dhcp4-config" property" link="libnm-glib-nm-device.html#NMDevice--dhcp4-config"/> - <keyword type="property" name="The "dhcp6-config" property" link="libnm-glib-nm-device.html#NMDevice--dhcp6-config"/> - <keyword type="property" name="The "driver" property" link="libnm-glib-nm-device.html#NMDevice--driver"/> - <keyword type="property" name="The "interface" property" link="libnm-glib-nm-device.html#NMDevice--interface"/> - <keyword type="property" name="The "ip4-config" property" link="libnm-glib-nm-device.html#NMDevice--ip4-config"/> - <keyword type="property" name="The "ip6-config" property" link="libnm-glib-nm-device.html#NMDevice--ip6-config"/> - <keyword type="property" name="The "managed" property" link="libnm-glib-nm-device.html#NMDevice--managed"/> - <keyword type="property" name="The "product" property" link="libnm-glib-nm-device.html#NMDevice--product"/> - <keyword type="property" name="The "state" property" link="libnm-glib-nm-device.html#NMDevice--state"/> - <keyword type="property" name="The "udi" property" link="libnm-glib-nm-device.html#NMDevice--udi"/> - <keyword type="property" name="The "vendor" property" link="libnm-glib-nm-device.html#NMDevice--vendor"/> - <keyword type="signal" name="The "state-changed" signal" link="libnm-glib-nm-device.html#NMDevice-state-changed"/> - <keyword type="macro" name="NM_DEVICE_ETHERNET_HW_ADDRESS" link="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"/> - <keyword type="macro" name="NM_DEVICE_ETHERNET_SPEED" link="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"/> - <keyword type="macro" name="NM_DEVICE_ETHERNET_CARRIER" link="libnm-glib-nm-device-ethernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"/> - <keyword type="struct" name="NMDeviceEthernet" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet-struct"/> - <keyword type="function" name="nm_device_ethernet_new ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-new"/> - <keyword type="function" name="nm_device_ethernet_get_hw_address ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-hw-address"/> - <keyword type="function" name="nm_device_ethernet_get_speed ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-speed"/> - <keyword type="function" name="nm_device_ethernet_get_carrier ()" link="libnm-glib-nm-device-ethernet.html#nm-device-ethernet-get-carrier"/> - <keyword type="property" name="The "carrier" property" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--carrier"/> - <keyword type="property" name="The "hw-address" property" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--hw-address"/> - <keyword type="property" name="The "speed" property" link="libnm-glib-nm-device-ethernet.html#NMDeviceEthernet--speed"/> - <keyword type="macro" name="NM_DEVICE_WIFI_HW_ADDRESS" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"/> - <keyword type="macro" name="NM_DEVICE_WIFI_MODE" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-MODE:CAPS"/> - <keyword type="macro" name="NM_DEVICE_WIFI_BITRATE" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"/> - <keyword type="macro" name="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"/> - <keyword type="macro" name="NM_DEVICE_WIFI_CAPABILITIES" link="libnm-glib-nm-device-wifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"/> - <keyword type="struct" name="NMDeviceWifi" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi-struct"/> - <keyword type="function" name="nm_device_wifi_new ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-new"/> - <keyword type="function" name="nm_device_wifi_get_hw_address ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-hw-address"/> - <keyword type="function" name="nm_device_wifi_get_mode ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-mode"/> - <keyword type="function" name="nm_device_wifi_get_bitrate ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-bitrate"/> - <keyword type="function" name="nm_device_wifi_get_capabilities ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-capabilities"/> - <keyword type="function" name="nm_device_wifi_get_active_access_point ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-active-access-point"/> - <keyword type="function" name="nm_device_wifi_get_access_point_by_path ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-point-by-path"/> - <keyword type="function" name="nm_device_wifi_get_access_points ()" link="libnm-glib-nm-device-wifi.html#nm-device-wifi-get-access-points"/> - <keyword type="property" name="The "active-access-point" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--active-access-point"/> - <keyword type="property" name="The "bitrate" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--bitrate"/> - <keyword type="property" name="The "hw-address" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--hw-address"/> - <keyword type="property" name="The "mode" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--mode"/> - <keyword type="property" name="The "wireless-capabilities" property" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi--wireless-capabilities"/> - <keyword type="signal" name="The "access-point-added" signal" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-added"/> - <keyword type="signal" name="The "access-point-removed" signal" link="libnm-glib-nm-device-wifi.html#NMDeviceWifi-access-point-removed"/> + <keyword type="macro" name="NM_CLIENT_STATE" link="NMClient.html#NM-CLIENT-STATE:CAPS"/> + <keyword type="macro" name="NM_CLIENT_MANAGER_RUNNING" link="NMClient.html#NM-CLIENT-MANAGER-RUNNING:CAPS"/> + <keyword type="macro" name="NM_CLIENT_NETWORKING_ENABLED" link="NMClient.html#NM-CLIENT-NETWORKING-ENABLED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_WIRELESS_ENABLED" link="NMClient.html#NM-CLIENT-WIRELESS-ENABLED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_WIRELESS_HARDWARE_ENABLED" link="NMClient.html#NM-CLIENT-WIRELESS-HARDWARE-ENABLED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_WWAN_ENABLED" link="NMClient.html#NM-CLIENT-WWAN-ENABLED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_WWAN_HARDWARE_ENABLED" link="NMClient.html#NM-CLIENT-WWAN-HARDWARE-ENABLED:CAPS"/> + <keyword type="macro" name="NM_CLIENT_ACTIVE_CONNECTIONS" link="NMClient.html#NM-CLIENT-ACTIVE-CONNECTIONS:CAPS"/> + <keyword type="enum" name="enum NMClientPermission" link="NMClient.html#NMClientPermission"/> + <keyword type="enum" name="enum NMClientPermissionResult" link="NMClient.html#NMClientPermissionResult"/> + <keyword type="struct" name="NMClient" link="NMClient.html#NMClient-struct"/> + <keyword type="struct" name="NMClientClass" link="NMClient.html#NMClientClass"/> + <keyword type="function" name="nm_client_new ()" link="NMClient.html#nm-client-new"/> + <keyword type="function" name="nm_client_get_devices ()" link="NMClient.html#nm-client-get-devices"/> + <keyword type="function" name="nm_client_get_device_by_path ()" link="NMClient.html#nm-client-get-device-by-path"/> + <keyword type="function" name="NMClientActivateDeviceFn ()" link="NMClient.html#NMClientActivateDeviceFn"/> + <keyword type="function" name="nm_client_activate_connection ()" link="NMClient.html#nm-client-activate-connection"/> + <keyword type="function" name="nm_client_deactivate_connection ()" link="NMClient.html#nm-client-deactivate-connection"/> + <keyword type="function" name="nm_client_networking_get_enabled ()" link="NMClient.html#nm-client-networking-get-enabled"/> + <keyword type="function" name="nm_client_networking_set_enabled ()" link="NMClient.html#nm-client-networking-set-enabled"/> + <keyword type="function" name="nm_client_wireless_get_enabled ()" link="NMClient.html#nm-client-wireless-get-enabled"/> + <keyword type="function" name="nm_client_wireless_set_enabled ()" link="NMClient.html#nm-client-wireless-set-enabled"/> + <keyword type="function" name="nm_client_wireless_hardware_get_enabled ()" link="NMClient.html#nm-client-wireless-hardware-get-enabled"/> + <keyword type="function" name="nm_client_wwan_get_enabled ()" link="NMClient.html#nm-client-wwan-get-enabled"/> + <keyword type="function" name="nm_client_wwan_set_enabled ()" link="NMClient.html#nm-client-wwan-set-enabled"/> + <keyword type="function" name="nm_client_wwan_hardware_get_enabled ()" link="NMClient.html#nm-client-wwan-hardware-get-enabled"/> + <keyword type="function" name="nm_client_get_state ()" link="NMClient.html#nm-client-get-state"/> + <keyword type="function" name="nm_client_get_manager_running ()" link="NMClient.html#nm-client-get-manager-running"/> + <keyword type="function" name="nm_client_get_active_connections ()" link="NMClient.html#nm-client-get-active-connections"/> + <keyword type="function" name="nm_client_sleep ()" link="NMClient.html#nm-client-sleep"/> + <keyword type="function" name="nm_client_get_permission_result ()" link="NMClient.html#nm-client-get-permission-result"/> + <keyword type="property" name="The "active-connections" property" link="NMClient.html#NMClient--active-connections"/> + <keyword type="property" name="The "manager-running" property" link="NMClient.html#NMClient--manager-running"/> + <keyword type="property" name="The "networking-enabled" property" link="NMClient.html#NMClient--networking-enabled"/> + <keyword type="property" name="The "state" property" link="NMClient.html#NMClient--state"/> + <keyword type="property" name="The "wireless-enabled" property" link="NMClient.html#NMClient--wireless-enabled"/> + <keyword type="property" name="The "wireless-hardware-enabled" property" link="NMClient.html#NMClient--wireless-hardware-enabled"/> + <keyword type="property" name="The "wwan-enabled" property" link="NMClient.html#NMClient--wwan-enabled"/> + <keyword type="property" name="The "wwan-hardware-enabled" property" link="NMClient.html#NMClient--wwan-hardware-enabled"/> + <keyword type="signal" name="The "device-added" signal" link="NMClient.html#NMClient-device-added"/> + <keyword type="signal" name="The "device-removed" signal" link="NMClient.html#NMClient-device-removed"/> + <keyword type="signal" name="The "permission-changed" signal" link="NMClient.html#NMClient-permission-changed"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_SERVICE_NAME" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SERVICE-NAME:CAPS"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_CONNECTION" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-CONNECTION:CAPS"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-SPECIFIC-OBJECT:CAPS"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_DEVICES" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEVICES:CAPS"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_STATE" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-STATE:CAPS"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_DEFAULT" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT:CAPS"/> + <keyword type="macro" name="NM_ACTIVE_CONNECTION_DEFAULT6" link="NMActiveConnection.html#NM-ACTIVE-CONNECTION-DEFAULT6:CAPS"/> + <keyword type="struct" name="NMActiveConnection" link="NMActiveConnection.html#NMActiveConnection-struct"/> + <keyword type="struct" name="NMActiveConnectionClass" link="NMActiveConnection.html#NMActiveConnectionClass"/> + <keyword type="function" name="nm_active_connection_new ()" link="NMActiveConnection.html#nm-active-connection-new"/> + <keyword type="function" name="nm_active_connection_get_service_name ()" link="NMActiveConnection.html#nm-active-connection-get-service-name"/> + <keyword type="function" name="nm_active_connection_get_scope ()" link="NMActiveConnection.html#nm-active-connection-get-scope"/> + <keyword type="function" name="nm_active_connection_get_connection ()" link="NMActiveConnection.html#nm-active-connection-get-connection"/> + <keyword type="function" name="nm_active_connection_get_specific_object ()" link="NMActiveConnection.html#nm-active-connection-get-specific-object"/> + <keyword type="function" name="nm_active_connection_get_devices ()" link="NMActiveConnection.html#nm-active-connection-get-devices"/> + <keyword type="function" name="nm_active_connection_get_state ()" link="NMActiveConnection.html#nm-active-connection-get-state"/> + <keyword type="function" name="nm_active_connection_get_default ()" link="NMActiveConnection.html#nm-active-connection-get-default"/> + <keyword type="function" name="nm_active_connection_get_default6 ()" link="NMActiveConnection.html#nm-active-connection-get-default6"/> + <keyword type="property" name="The "connection" property" link="NMActiveConnection.html#NMActiveConnection--connection"/> + <keyword type="property" name="The "default" property" link="NMActiveConnection.html#NMActiveConnection--default"/> + <keyword type="property" name="The "default6" property" link="NMActiveConnection.html#NMActiveConnection--default6"/> + <keyword type="property" name="The "devices" property" link="NMActiveConnection.html#NMActiveConnection--devices"/> + <keyword type="property" name="The "service-name" property" link="NMActiveConnection.html#NMActiveConnection--service-name"/> + <keyword type="property" name="The "specific-object" property" link="NMActiveConnection.html#NMActiveConnection--specific-object"/> + <keyword type="property" name="The "state" property" link="NMActiveConnection.html#NMActiveConnection--state"/> + <keyword type="macro" name="NM_DEVICE_UDI" link="NMDevice.html#NM-DEVICE-UDI:CAPS"/> + <keyword type="macro" name="NM_DEVICE_INTERFACE" link="NMDevice.html#NM-DEVICE-INTERFACE:CAPS"/> + <keyword type="macro" name="NM_DEVICE_IP_INTERFACE" link="NMDevice.html#NM-DEVICE-IP-INTERFACE:CAPS"/> + <keyword type="macro" name="NM_DEVICE_DRIVER" link="NMDevice.html#NM-DEVICE-DRIVER:CAPS"/> + <keyword type="macro" name="NM_DEVICE_CAPABILITIES" link="NMDevice.html#NM-DEVICE-CAPABILITIES:CAPS"/> + <keyword type="macro" name="NM_DEVICE_MANAGED" link="NMDevice.html#NM-DEVICE-MANAGED:CAPS"/> + <keyword type="macro" name="NM_DEVICE_FIRMWARE_MISSING" link="NMDevice.html#NM-DEVICE-FIRMWARE-MISSING:CAPS"/> + <keyword type="macro" name="NM_DEVICE_IP4_CONFIG" link="NMDevice.html#NM-DEVICE-IP4-CONFIG:CAPS"/> + <keyword type="macro" name="NM_DEVICE_DHCP4_CONFIG" link="NMDevice.html#NM-DEVICE-DHCP4-CONFIG:CAPS"/> + <keyword type="macro" name="NM_DEVICE_IP6_CONFIG" link="NMDevice.html#NM-DEVICE-IP6-CONFIG:CAPS"/> + <keyword type="macro" name="NM_DEVICE_DHCP6_CONFIG" link="NMDevice.html#NM-DEVICE-DHCP6-CONFIG:CAPS"/> + <keyword type="macro" name="NM_DEVICE_STATE" link="NMDevice.html#NM-DEVICE-STATE:CAPS"/> + <keyword type="macro" name="NM_DEVICE_VENDOR" link="NMDevice.html#NM-DEVICE-VENDOR:CAPS"/> + <keyword type="macro" name="NM_DEVICE_PRODUCT" link="NMDevice.html#NM-DEVICE-PRODUCT:CAPS"/> + <keyword type="struct" name="NMDevice" link="NMDevice.html#NMDevice-struct"/> + <keyword type="struct" name="NMDeviceClass" link="NMDevice.html#NMDeviceClass"/> + <keyword type="function" name="nm_device_new ()" link="NMDevice.html#nm-device-new"/> + <keyword type="function" name="nm_device_get_iface ()" link="NMDevice.html#nm-device-get-iface"/> + <keyword type="function" name="nm_device_get_ip_iface ()" link="NMDevice.html#nm-device-get-ip-iface"/> + <keyword type="function" name="nm_device_get_udi ()" link="NMDevice.html#nm-device-get-udi"/> + <keyword type="function" name="nm_device_get_driver ()" link="NMDevice.html#nm-device-get-driver"/> + <keyword type="function" name="nm_device_get_capabilities ()" link="NMDevice.html#nm-device-get-capabilities"/> + <keyword type="function" name="nm_device_get_managed ()" link="NMDevice.html#nm-device-get-managed"/> + <keyword type="function" name="nm_device_get_firmware_missing ()" link="NMDevice.html#nm-device-get-firmware-missing"/> + <keyword type="function" name="nm_device_get_ip4_config ()" link="NMDevice.html#nm-device-get-ip4-config"/> + <keyword type="function" name="nm_device_get_dhcp4_config ()" link="NMDevice.html#nm-device-get-dhcp4-config"/> + <keyword type="function" name="nm_device_get_ip6_config ()" link="NMDevice.html#nm-device-get-ip6-config"/> + <keyword type="function" name="nm_device_get_dhcp6_config ()" link="NMDevice.html#nm-device-get-dhcp6-config"/> + <keyword type="function" name="nm_device_get_state ()" link="NMDevice.html#nm-device-get-state"/> + <keyword type="function" name="nm_device_get_product ()" link="NMDevice.html#nm-device-get-product"/> + <keyword type="function" name="nm_device_get_vendor ()" link="NMDevice.html#nm-device-get-vendor"/> + <keyword type="function" name="NMDeviceDeactivateFn ()" link="NMDevice.html#NMDeviceDeactivateFn"/> + <keyword type="function" name="nm_device_disconnect ()" link="NMDevice.html#nm-device-disconnect"/> + <keyword type="property" name="The "capabilities" property" link="NMDevice.html#NMDevice--capabilities"/> + <keyword type="property" name="The "dhcp4-config" property" link="NMDevice.html#NMDevice--dhcp4-config"/> + <keyword type="property" name="The "dhcp6-config" property" link="NMDevice.html#NMDevice--dhcp6-config"/> + <keyword type="property" name="The "driver" property" link="NMDevice.html#NMDevice--driver"/> + <keyword type="property" name="The "firmware-missing" property" link="NMDevice.html#NMDevice--firmware-missing"/> + <keyword type="property" name="The "interface" property" link="NMDevice.html#NMDevice--interface"/> + <keyword type="property" name="The "ip4-config" property" link="NMDevice.html#NMDevice--ip4-config"/> + <keyword type="property" name="The "ip6-config" property" link="NMDevice.html#NMDevice--ip6-config"/> + <keyword type="property" name="The "managed" property" link="NMDevice.html#NMDevice--managed"/> + <keyword type="property" name="The "product" property" link="NMDevice.html#NMDevice--product"/> + <keyword type="property" name="The "state" property" link="NMDevice.html#NMDevice--state"/> + <keyword type="property" name="The "udi" property" link="NMDevice.html#NMDevice--udi"/> + <keyword type="property" name="The "vendor" property" link="NMDevice.html#NMDevice--vendor"/> + <keyword type="signal" name="The "state-changed" signal" link="NMDevice.html#NMDevice-state-changed"/> + <keyword type="macro" name="NM_DEVICE_ETHERNET_HW_ADDRESS" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-HW-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-PERMANENT-HW-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_DEVICE_ETHERNET_SPEED" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-SPEED:CAPS"/> + <keyword type="macro" name="NM_DEVICE_ETHERNET_CARRIER" link="NMDeviceEthernet.html#NM-DEVICE-ETHERNET-CARRIER:CAPS"/> + <keyword type="struct" name="NMDeviceEthernet" link="NMDeviceEthernet.html#NMDeviceEthernet-struct"/> + <keyword type="struct" name="NMDeviceEthernetClass" link="NMDeviceEthernet.html#NMDeviceEthernetClass"/> + <keyword type="function" name="nm_device_ethernet_new ()" link="NMDeviceEthernet.html#nm-device-ethernet-new"/> + <keyword type="function" name="nm_device_ethernet_get_hw_address ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-hw-address"/> + <keyword type="function" name="nm_device_ethernet_get_permanent_hw_address ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-permanent-hw-address"/> + <keyword type="function" name="nm_device_ethernet_get_speed ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-speed"/> + <keyword type="function" name="nm_device_ethernet_get_carrier ()" link="NMDeviceEthernet.html#nm-device-ethernet-get-carrier"/> + <keyword type="property" name="The "carrier" property" link="NMDeviceEthernet.html#NMDeviceEthernet--carrier"/> + <keyword type="property" name="The "hw-address" property" link="NMDeviceEthernet.html#NMDeviceEthernet--hw-address"/> + <keyword type="property" name="The "perm-hw-address" property" link="NMDeviceEthernet.html#NMDeviceEthernet--perm-hw-address"/> + <keyword type="property" name="The "speed" property" link="NMDeviceEthernet.html#NMDeviceEthernet--speed"/> + <keyword type="macro" name="NM_DEVICE_WIFI_HW_ADDRESS" link="NMDeviceWifi.html#NM-DEVICE-WIFI-HW-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS" link="NMDeviceWifi.html#NM-DEVICE-WIFI-PERMANENT-HW-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_DEVICE_WIFI_MODE" link="NMDeviceWifi.html#NM-DEVICE-WIFI-MODE:CAPS"/> + <keyword type="macro" name="NM_DEVICE_WIFI_BITRATE" link="NMDeviceWifi.html#NM-DEVICE-WIFI-BITRATE:CAPS"/> + <keyword type="macro" name="NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT" link="NMDeviceWifi.html#NM-DEVICE-WIFI-ACTIVE-ACCESS-POINT:CAPS"/> + <keyword type="macro" name="NM_DEVICE_WIFI_CAPABILITIES" link="NMDeviceWifi.html#NM-DEVICE-WIFI-CAPABILITIES:CAPS"/> + <keyword type="struct" name="NMDeviceWifi" link="NMDeviceWifi.html#NMDeviceWifi-struct"/> + <keyword type="struct" name="NMDeviceWifiClass" link="NMDeviceWifi.html#NMDeviceWifiClass"/> + <keyword type="function" name="nm_device_wifi_new ()" link="NMDeviceWifi.html#nm-device-wifi-new"/> + <keyword type="function" name="nm_device_wifi_get_hw_address ()" link="NMDeviceWifi.html#nm-device-wifi-get-hw-address"/> + <keyword type="function" name="nm_device_wifi_get_permanent_hw_address ()" link="NMDeviceWifi.html#nm-device-wifi-get-permanent-hw-address"/> + <keyword type="function" name="nm_device_wifi_get_mode ()" link="NMDeviceWifi.html#nm-device-wifi-get-mode"/> + <keyword type="function" name="nm_device_wifi_get_bitrate ()" link="NMDeviceWifi.html#nm-device-wifi-get-bitrate"/> + <keyword type="function" name="nm_device_wifi_get_capabilities ()" link="NMDeviceWifi.html#nm-device-wifi-get-capabilities"/> + <keyword type="function" name="nm_device_wifi_get_active_access_point ()" link="NMDeviceWifi.html#nm-device-wifi-get-active-access-point"/> + <keyword type="function" name="nm_device_wifi_get_access_point_by_path ()" link="NMDeviceWifi.html#nm-device-wifi-get-access-point-by-path"/> + <keyword type="function" name="nm_device_wifi_get_access_points ()" link="NMDeviceWifi.html#nm-device-wifi-get-access-points"/> + <keyword type="property" name="The "active-access-point" property" link="NMDeviceWifi.html#NMDeviceWifi--active-access-point"/> + <keyword type="property" name="The "bitrate" property" link="NMDeviceWifi.html#NMDeviceWifi--bitrate"/> + <keyword type="property" name="The "hw-address" property" link="NMDeviceWifi.html#NMDeviceWifi--hw-address"/> + <keyword type="property" name="The "mode" property" link="NMDeviceWifi.html#NMDeviceWifi--mode"/> + <keyword type="property" name="The "perm-hw-address" property" link="NMDeviceWifi.html#NMDeviceWifi--perm-hw-address"/> + <keyword type="property" name="The "wireless-capabilities" property" link="NMDeviceWifi.html#NMDeviceWifi--wireless-capabilities"/> + <keyword type="signal" name="The "access-point-added" signal" link="NMDeviceWifi.html#NMDeviceWifi-access-point-added"/> + <keyword type="signal" name="The "access-point-removed" signal" link="NMDeviceWifi.html#NMDeviceWifi-access-point-removed"/> <keyword type="struct" name="NMSerialDevice" link="NMSerialDevice.html#NMSerialDevice-struct"/> + <keyword type="struct" name="NMSerialDeviceClass" link="NMSerialDevice.html#NMSerialDeviceClass"/> <keyword type="function" name="nm_serial_device_get_bytes_received ()" link="NMSerialDevice.html#nm-serial-device-get-bytes-received"/> <keyword type="function" name="nm_serial_device_get_bytes_sent ()" link="NMSerialDevice.html#nm-serial-device-get-bytes-sent"/> <keyword type="signal" name="The "ppp-stats" signal" link="NMSerialDevice.html#NMSerialDevice-ppp-stats"/> <keyword type="struct" name="NMGsmDevice" link="NMGsmDevice.html#NMGsmDevice-struct"/> + <keyword type="struct" name="NMGsmDeviceClass" link="NMGsmDevice.html#NMGsmDeviceClass"/> <keyword type="function" name="nm_gsm_device_new ()" link="NMGsmDevice.html#nm-gsm-device-new"/> <keyword type="struct" name="NMCdmaDevice" link="NMCdmaDevice.html#NMCdmaDevice-struct"/> + <keyword type="struct" name="NMCdmaDeviceClass" link="NMCdmaDevice.html#NMCdmaDeviceClass"/> <keyword type="function" name="nm_cdma_device_new ()" link="NMCdmaDevice.html#nm-cdma-device-new"/> - <keyword type="macro" name="NM_DEVICE_BT_HW_ADDRESS" link="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"/> - <keyword type="macro" name="NM_DEVICE_BT_NAME" link="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-NAME:CAPS"/> - <keyword type="macro" name="NM_DEVICE_BT_CAPABILITIES" link="libnm-glib-nm-device-bt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"/> - <keyword type="struct" name="NMDeviceBt" link="libnm-glib-nm-device-bt.html#NMDeviceBt"/> - <keyword type="function" name="nm_device_bt_new ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-new"/> - <keyword type="function" name="nm_device_bt_get_hw_address ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-get-hw-address"/> - <keyword type="function" name="nm_device_bt_get_name ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-get-name"/> - <keyword type="function" name="nm_device_bt_get_capabilities ()" link="libnm-glib-nm-device-bt.html#nm-device-bt-get-capabilities"/> - <keyword type="macro" name="NM_ACCESS_POINT_FLAGS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FLAGS:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_WPA_FLAGS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_RSN_FLAGS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_SSID" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-SSID:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_FREQUENCY" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-FREQUENCY:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_HW_ADDRESS" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_MODE" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MODE:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_MAX_BITRATE" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"/> - <keyword type="macro" name="NM_ACCESS_POINT_STRENGTH" link="libnm-glib-nm-access-point.html#NM-ACCESS-POINT-STRENGTH:CAPS"/> - <keyword type="struct" name="NMAccessPoint" link="libnm-glib-nm-access-point.html#NMAccessPoint-struct"/> - <keyword type="function" name="nm_access_point_new ()" link="libnm-glib-nm-access-point.html#nm-access-point-new"/> - <keyword type="function" name="nm_access_point_get_flags ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-flags"/> - <keyword type="function" name="nm_access_point_get_wpa_flags ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-wpa-flags"/> - <keyword type="function" name="nm_access_point_get_rsn_flags ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-rsn-flags"/> - <keyword type="function" name="nm_access_point_get_ssid ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-ssid"/> - <keyword type="function" name="nm_access_point_get_frequency ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-frequency"/> - <keyword type="function" name="nm_access_point_get_hw_address ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-hw-address"/> - <keyword type="function" name="nm_access_point_get_mode ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-mode"/> - <keyword type="function" name="nm_access_point_get_max_bitrate ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-max-bitrate"/> - <keyword type="function" name="nm_access_point_get_strength ()" link="libnm-glib-nm-access-point.html#nm-access-point-get-strength"/> - <keyword type="property" name="The "flags" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--flags"/> - <keyword type="property" name="The "frequency" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--frequency"/> - <keyword type="property" name="The "hw-address" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--hw-address"/> - <keyword type="property" name="The "max-bitrate" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--max-bitrate"/> - <keyword type="property" name="The "mode" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--mode"/> - <keyword type="property" name="The "rsn-flags" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--rsn-flags"/> - <keyword type="property" name="The "ssid" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--ssid"/> - <keyword type="property" name="The "strength" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--strength"/> - <keyword type="property" name="The "wpa-flags" property" link="libnm-glib-nm-access-point.html#NMAccessPoint--wpa-flags"/> + <keyword type="macro" name="NM_DEVICE_BT_HW_ADDRESS" link="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-HW-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_DEVICE_BT_NAME" link="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-NAME:CAPS"/> + <keyword type="macro" name="NM_DEVICE_BT_CAPABILITIES" link="libnm-glib-NMDeviceBt.html#NM-DEVICE-BT-CAPABILITIES:CAPS"/> + <keyword type="struct" name="NMDeviceBt" link="libnm-glib-NMDeviceBt.html#NMDeviceBt"/> + <keyword type="struct" name="NMDeviceBtClass" link="libnm-glib-NMDeviceBt.html#NMDeviceBtClass"/> + <keyword type="function" name="nm_device_bt_new ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-new"/> + <keyword type="function" name="nm_device_bt_get_hw_address ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-get-hw-address"/> + <keyword type="function" name="nm_device_bt_get_name ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-get-name"/> + <keyword type="function" name="nm_device_bt_get_capabilities ()" link="libnm-glib-NMDeviceBt.html#nm-device-bt-get-capabilities"/> + <keyword type="macro" name="NM_ACCESS_POINT_FLAGS" link="NMAccessPoint.html#NM-ACCESS-POINT-FLAGS:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_WPA_FLAGS" link="NMAccessPoint.html#NM-ACCESS-POINT-WPA-FLAGS:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_RSN_FLAGS" link="NMAccessPoint.html#NM-ACCESS-POINT-RSN-FLAGS:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_SSID" link="NMAccessPoint.html#NM-ACCESS-POINT-SSID:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_FREQUENCY" link="NMAccessPoint.html#NM-ACCESS-POINT-FREQUENCY:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_HW_ADDRESS" link="NMAccessPoint.html#NM-ACCESS-POINT-HW-ADDRESS:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_MODE" link="NMAccessPoint.html#NM-ACCESS-POINT-MODE:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_MAX_BITRATE" link="NMAccessPoint.html#NM-ACCESS-POINT-MAX-BITRATE:CAPS"/> + <keyword type="macro" name="NM_ACCESS_POINT_STRENGTH" link="NMAccessPoint.html#NM-ACCESS-POINT-STRENGTH:CAPS"/> + <keyword type="struct" name="NMAccessPoint" link="NMAccessPoint.html#NMAccessPoint-struct"/> + <keyword type="struct" name="NMAccessPointClass" link="NMAccessPoint.html#NMAccessPointClass"/> + <keyword type="function" name="nm_access_point_new ()" link="NMAccessPoint.html#nm-access-point-new"/> + <keyword type="function" name="nm_access_point_get_flags ()" link="NMAccessPoint.html#nm-access-point-get-flags"/> + <keyword type="function" name="nm_access_point_get_wpa_flags ()" link="NMAccessPoint.html#nm-access-point-get-wpa-flags"/> + <keyword type="function" name="nm_access_point_get_rsn_flags ()" link="NMAccessPoint.html#nm-access-point-get-rsn-flags"/> + <keyword type="function" name="nm_access_point_get_ssid ()" link="NMAccessPoint.html#nm-access-point-get-ssid"/> + <keyword type="function" name="nm_access_point_get_frequency ()" link="NMAccessPoint.html#nm-access-point-get-frequency"/> + <keyword type="function" name="nm_access_point_get_hw_address ()" link="NMAccessPoint.html#nm-access-point-get-hw-address"/> + <keyword type="function" name="nm_access_point_get_mode ()" link="NMAccessPoint.html#nm-access-point-get-mode"/> + <keyword type="function" name="nm_access_point_get_max_bitrate ()" link="NMAccessPoint.html#nm-access-point-get-max-bitrate"/> + <keyword type="function" name="nm_access_point_get_strength ()" link="NMAccessPoint.html#nm-access-point-get-strength"/> + <keyword type="property" name="The "flags" property" link="NMAccessPoint.html#NMAccessPoint--flags"/> + <keyword type="property" name="The "frequency" property" link="NMAccessPoint.html#NMAccessPoint--frequency"/> + <keyword type="property" name="The "hw-address" property" link="NMAccessPoint.html#NMAccessPoint--hw-address"/> + <keyword type="property" name="The "max-bitrate" property" link="NMAccessPoint.html#NMAccessPoint--max-bitrate"/> + <keyword type="property" name="The "mode" property" link="NMAccessPoint.html#NMAccessPoint--mode"/> + <keyword type="property" name="The "rsn-flags" property" link="NMAccessPoint.html#NMAccessPoint--rsn-flags"/> + <keyword type="property" name="The "ssid" property" link="NMAccessPoint.html#NMAccessPoint--ssid"/> + <keyword type="property" name="The "strength" property" link="NMAccessPoint.html#NMAccessPoint--strength"/> + <keyword type="property" name="The "wpa-flags" property" link="NMAccessPoint.html#NMAccessPoint--wpa-flags"/> <keyword type="struct" name="NMIP4Config" link="NMIP4Config.html#NMIP4Config-struct"/> + <keyword type="struct" name="NMIP4ConfigClass" link="NMIP4Config.html#NMIP4ConfigClass"/> <keyword type="macro" name="NM_IP4_CONFIG_ADDRESSES" link="NMIP4Config.html#NM-IP4-CONFIG-ADDRESSES:CAPS"/> <keyword type="macro" name="NM_IP4_CONFIG_HOSTNAME" link="NMIP4Config.html#NM-IP4-CONFIG-HOSTNAME:CAPS"/> <keyword type="macro" name="NM_IP4_CONFIG_NAMESERVERS" link="NMIP4Config.html#NM-IP4-CONFIG-NAMESERVERS:CAPS"/> @@ -230,6 +259,7 @@ <keyword type="property" name="The "routes" property" link="NMIP4Config.html#NMIP4Config--routes"/> <keyword type="property" name="The "wins-servers" property" link="NMIP4Config.html#NMIP4Config--wins-servers"/> <keyword type="struct" name="NMIP6Config" link="NMIP6Config.html#NMIP6Config-struct"/> + <keyword type="struct" name="NMIP6ConfigClass" link="NMIP6Config.html#NMIP6ConfigClass"/> <keyword type="macro" name="NM_IP6_CONFIG_ADDRESSES" link="NMIP6Config.html#NM-IP6-CONFIG-ADDRESSES:CAPS"/> <keyword type="macro" name="NM_IP6_CONFIG_NAMESERVERS" link="NMIP6Config.html#NM-IP6-CONFIG-NAMESERVERS:CAPS"/> <keyword type="macro" name="NM_IP6_CONFIG_DOMAINS" link="NMIP6Config.html#NM-IP6-CONFIG-DOMAINS:CAPS"/> @@ -244,75 +274,80 @@ <keyword type="property" name="The "nameservers" property" link="NMIP6Config.html#NMIP6Config--nameservers"/> <keyword type="property" name="The "routes" property" link="NMIP6Config.html#NMIP6Config--routes"/> <keyword type="struct" name="NMDHCP4Config" link="NMDHCP4Config.html#NMDHCP4Config-struct"/> + <keyword type="struct" name="NMDHCP4ConfigClass" link="NMDHCP4Config.html#NMDHCP4ConfigClass"/> <keyword type="macro" name="NM_DHCP4_CONFIG_OPTIONS" link="NMDHCP4Config.html#NM-DHCP4-CONFIG-OPTIONS:CAPS"/> <keyword type="function" name="nm_dhcp4_config_new ()" link="NMDHCP4Config.html#nm-dhcp4-config-new"/> <keyword type="function" name="nm_dhcp4_config_get_options ()" link="NMDHCP4Config.html#nm-dhcp4-config-get-options"/> <keyword type="function" name="nm_dhcp4_config_get_one_option ()" link="NMDHCP4Config.html#nm-dhcp4-config-get-one-option"/> <keyword type="property" name="The "options" property" link="NMDHCP4Config.html#NMDHCP4Config--options"/> <keyword type="struct" name="NMDHCP6Config" link="NMDHCP6Config.html#NMDHCP6Config-struct"/> + <keyword type="struct" name="NMDHCP6ConfigClass" link="NMDHCP6Config.html#NMDHCP6ConfigClass"/> <keyword type="macro" name="NM_DHCP6_CONFIG_OPTIONS" link="NMDHCP6Config.html#NM-DHCP6-CONFIG-OPTIONS:CAPS"/> <keyword type="function" name="nm_dhcp6_config_new ()" link="NMDHCP6Config.html#nm-dhcp6-config-new"/> <keyword type="function" name="nm_dhcp6_config_get_options ()" link="NMDHCP6Config.html#nm-dhcp6-config-get-options"/> <keyword type="function" name="nm_dhcp6_config_get_one_option ()" link="NMDHCP6Config.html#nm-dhcp6-config-get-one-option"/> <keyword type="struct" name="NMExportedConnection" link="libnm-glib-NMExportedConnection.html#NMExportedConnection"/> + <keyword type="struct" name="NMExportedConnectionClass" link="libnm-glib-NMExportedConnection.html#NMExportedConnectionClass"/> <keyword type="function" name="nm_exported_connection_new ()" link="libnm-glib-NMExportedConnection.html#nm-exported-connection-new"/> - <keyword type="macro" name="NM_OBJECT_DBUS_CONNECTION" link="libnm-glib-nm-object.html#NM-OBJECT-DBUS-CONNECTION:CAPS"/> - <keyword type="macro" name="NM_OBJECT_DBUS_PATH" link="libnm-glib-nm-object.html#NM-OBJECT-DBUS-PATH:CAPS"/> - <keyword type="struct" name="NMObject" link="libnm-glib-nm-object.html#NMObject-struct"/> - <keyword type="function" name="nm_object_get_connection ()" link="libnm-glib-nm-object.html#nm-object-get-connection"/> - <keyword type="function" name="nm_object_get_path ()" link="libnm-glib-nm-object.html#nm-object-get-path"/> - <keyword type="property" name="The "dbus-connection" property" link="libnm-glib-nm-object.html#NMObject--dbus-connection"/> - <keyword type="property" name="The "dbus-path" property" link="libnm-glib-nm-object.html#NMObject--dbus-path"/> + <keyword type="macro" name="NM_OBJECT_DBUS_CONNECTION" link="NMObject.html#NM-OBJECT-DBUS-CONNECTION:CAPS"/> + <keyword type="macro" name="NM_OBJECT_DBUS_PATH" link="NMObject.html#NM-OBJECT-DBUS-PATH:CAPS"/> + <keyword type="struct" name="NMObject" link="NMObject.html#NMObject-struct"/> + <keyword type="struct" name="NMObjectClass" link="NMObject.html#NMObjectClass"/> + <keyword type="function" name="nm_object_get_connection ()" link="NMObject.html#nm-object-get-connection"/> + <keyword type="function" name="nm_object_get_path ()" link="NMObject.html#nm-object-get-path"/> + <keyword type="property" name="The "dbus-connection" property" link="NMObject.html#NMObject--dbus-connection"/> + <keyword type="property" name="The "dbus-path" property" link="NMObject.html#NMObject--dbus-path"/> <keyword type="struct" name="NMRemoteConnection" link="libnm-glib-NMRemoteConnection.html#NMRemoteConnection"/> + <keyword type="struct" name="NMRemoteConnectionClass" link="libnm-glib-NMRemoteConnection.html#NMRemoteConnectionClass"/> <keyword type="function" name="nm_remote_connection_new ()" link="libnm-glib-NMRemoteConnection.html#nm-remote-connection-new"/> - <keyword type="macro" name="NM_REMOTE_SETTINGS_BUS" link="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-BUS:CAPS"/> - <keyword type="macro" name="NM_REMOTE_SETTINGS_SCOPE" link="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS"/> - <keyword type="macro" name="NM_REMOTE_SETTINGS_SERVICE_RUNNING" link="libnm-glib-nm-remote-settings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"/> - <keyword type="struct" name="NMRemoteSettings" link="libnm-glib-nm-remote-settings.html#NMRemoteSettings"/> - <keyword type="function" name="nm_remote_settings_new ()" link="libnm-glib-nm-remote-settings.html#nm-remote-settings-new"/> + <keyword type="macro" name="NM_REMOTE_SETTINGS_BUS" link="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-BUS:CAPS"/> + <keyword type="macro" name="NM_REMOTE_SETTINGS_SCOPE" link="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SCOPE:CAPS"/> + <keyword type="macro" name="NM_REMOTE_SETTINGS_SERVICE_RUNNING" link="libnm-glib-NMRemoteSettings.html#NM-REMOTE-SETTINGS-SERVICE-RUNNING:CAPS"/> + <keyword type="struct" name="NMRemoteSettings" link="libnm-glib-NMRemoteSettings.html#NMRemoteSettings"/> + <keyword type="struct" name="NMRemoteSettingsClass" link="libnm-glib-NMRemoteSettings.html#NMRemoteSettingsClass"/> + <keyword type="function" name="nm_remote_settings_new ()" link="libnm-glib-NMRemoteSettings.html#nm-remote-settings-new"/> <keyword type="struct" name="NMRemoteSettingsSystem" link="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystem"/> + <keyword type="struct" name="NMRemoteSettingsSystemClass" link="libnm-glib-NMRemoteSettingsSystem.html#NMRemoteSettingsSystemClass"/> <keyword type="function" name="nm_remote_settings_system_new ()" link="libnm-glib-NMRemoteSettingsSystem.html#nm-remote-settings-system-new"/> - <keyword type="macro" name="NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-GET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED" link="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED" link="libnm-glib-nm-settings-connection-interface.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"/> - <keyword type="struct" name="NMSettingsConnectionInterface" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterface"/> - <keyword type="function" name="NMSettingsConnectionInterfaceUpdateFunc ()" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceUpdateFunc"/> - <keyword type="function" name="NMSettingsConnectionInterfaceDeleteFunc ()" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceDeleteFunc"/> - <keyword type="function" name="NMSettingsConnectionInterfaceGetSecretsFunc ()" link="libnm-glib-nm-settings-connection-interface.html#NMSettingsConnectionInterfaceGetSecretsFunc"/> - <keyword type="function" name="nm_settings_connection_interface_update ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-update"/> - <keyword type="function" name="nm_settings_connection_interface_delete ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-delete"/> - <keyword type="function" name="nm_settings_connection_interface_get_secrets ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-get-secrets"/> - <keyword type="function" name="nm_settings_connection_interface_emit_updated ()" link="libnm-glib-nm-settings-connection-interface.html#nm-settings-connection-interface-emit-updated"/> - <keyword type="enum" name="enum NMSettingsInterfaceError" link="libnm-glib-nm-settings-interface.html#NMSettingsInterfaceError"/> - <keyword type="macro" name="NM_SETTINGS_INTERFACE_ERROR" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-ERROR:CAPS"/> - <keyword type="function" name="nm_settings_interface_error_quark ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-error-quark"/> - <keyword type="macro" name="NM_TYPE_SETTINGS_INTERFACE_ERROR" link="libnm-glib-nm-settings-interface.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-GET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_INTERFACE_NEW_CONNECTION" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_INTERFACE_CONNECTIONS_READ" link="libnm-glib-nm-settings-interface.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"/> - <keyword type="struct" name="NMSettingsInterface" link="libnm-glib-nm-settings-interface.html#NMSettingsInterface"/> - <keyword type="function" name="NMSettingsAddConnectionFunc ()" link="libnm-glib-nm-settings-interface.html#NMSettingsAddConnectionFunc"/> - <keyword type="function" name="nm_settings_interface_get_type ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-get-type"/> - <keyword type="function" name="nm_settings_interface_list_connections ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-list-connections"/> - <keyword type="function" name="nm_settings_interface_get_connection_by_path ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-get-connection-by-path"/> - <keyword type="function" name="nm_settings_interface_add_connection ()" link="libnm-glib-nm-settings-interface.html#nm-settings-interface-add-connection"/> - <keyword type="macro" name="NM_SETTINGS_SERVICE_BUS" link="libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-BUS:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_SERVICE_SCOPE" link="libnm-glib-nm-settings-service.html#NM-SETTINGS-SERVICE-SCOPE:CAPS"/> - <keyword type="struct" name="NMSettingsService" link="libnm-glib-nm-settings-service.html#NMSettingsService"/> - <keyword type="function" name="nm_settings_service_get_connection_by_path ()" link="libnm-glib-nm-settings-service.html#nm-settings-service-get-connection-by-path"/> - <keyword type="function" name="nm_settings_service_export ()" link="libnm-glib-nm-settings-service.html#nm-settings-service-export"/> - <keyword type="function" name="nm_settings_service_export_connection ()" link="libnm-glib-nm-settings-service.html#nm-settings-service-export-connection"/> - <keyword type="enum" name="enum NMSettingsSystemPermissions" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemPermissions"/> - <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-GET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"/> - <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS" link="libnm-glib-nm-settings-system-interface.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"/> - <keyword type="enum" name="enum NMSettingsSystemInterfaceProp" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterfaceProp"/> - <keyword type="struct" name="NMSettingsSystemInterface" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemInterface"/> - <keyword type="function" name="NMSettingsSystemSaveHostnameFunc ()" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemSaveHostnameFunc"/> - <keyword type="function" name="NMSettingsSystemGetPermissionsFunc ()" link="libnm-glib-nm-settings-system-interface.html#NMSettingsSystemGetPermissionsFunc"/> - <keyword type="function" name="nm_settings_system_interface_save_hostname ()" link="libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-save-hostname"/> - <keyword type="function" name="nm_settings_system_interface_get_permissions ()" link="libnm-glib-nm-settings-system-interface.html#nm-settings-system-interface-get-permissions"/> + <keyword type="macro" name="NM_SETTINGS_CONNECTION_INTERFACE_UPDATED" link="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-UPDATED:CAPS"/> + <keyword type="macro" name="NM_SETTINGS_CONNECTION_INTERFACE_REMOVED" link="libnm-glib-NMSettingsConnection.html#NM-SETTINGS-CONNECTION-INTERFACE-REMOVED:CAPS"/> + <keyword type="struct" name="NMSettingsConnectionInterface" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterface"/> + <keyword type="function" name="NMSettingsConnectionInterfaceUpdateFunc ()" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceUpdateFunc"/> + <keyword type="function" name="NMSettingsConnectionInterfaceDeleteFunc ()" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceDeleteFunc"/> + <keyword type="function" name="NMSettingsConnectionInterfaceGetSecretsFunc ()" link="libnm-glib-NMSettingsConnection.html#NMSettingsConnectionInterfaceGetSecretsFunc"/> + <keyword type="function" name="nm_settings_connection_interface_update ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-update"/> + <keyword type="function" name="nm_settings_connection_interface_delete ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-delete"/> + <keyword type="function" name="nm_settings_connection_interface_get_secrets ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-get-secrets"/> + <keyword type="function" name="nm_settings_connection_interface_emit_updated ()" link="libnm-glib-NMSettingsConnection.html#nm-settings-connection-interface-emit-updated"/> + <keyword type="enum" name="enum NMSettingsInterfaceError" link="libnm-glib-NMSettings.html#NMSettingsInterfaceError"/> + <keyword type="macro" name="NM_SETTINGS_INTERFACE_ERROR" link="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-ERROR:CAPS"/> + <keyword type="function" name="nm_settings_interface_error_quark ()" link="libnm-glib-NMSettings.html#nm-settings-interface-error-quark"/> + <keyword type="macro" name="NM_TYPE_SETTINGS_INTERFACE_ERROR" link="libnm-glib-NMSettings.html#NM-TYPE-SETTINGS-INTERFACE-ERROR:CAPS"/> + <keyword type="macro" name="NM_SETTINGS_INTERFACE_NEW_CONNECTION" link="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-NEW-CONNECTION:CAPS"/> + <keyword type="macro" name="NM_SETTINGS_INTERFACE_CONNECTIONS_READ" link="libnm-glib-NMSettings.html#NM-SETTINGS-INTERFACE-CONNECTIONS-READ:CAPS"/> + <keyword type="struct" name="NMSettingsInterface" link="libnm-glib-NMSettings.html#NMSettingsInterface"/> + <keyword type="function" name="NMSettingsAddConnectionFunc ()" link="libnm-glib-NMSettings.html#NMSettingsAddConnectionFunc"/> + <keyword type="function" name="nm_settings_interface_get_type ()" link="libnm-glib-NMSettings.html#nm-settings-interface-get-type"/> + <keyword type="function" name="nm_settings_interface_list_connections ()" link="libnm-glib-NMSettings.html#nm-settings-interface-list-connections"/> + <keyword type="function" name="nm_settings_interface_get_connection_by_path ()" link="libnm-glib-NMSettings.html#nm-settings-interface-get-connection-by-path"/> + <keyword type="function" name="nm_settings_interface_add_connection ()" link="libnm-glib-NMSettings.html#nm-settings-interface-add-connection"/> + <keyword type="macro" name="NM_SETTINGS_SERVICE_BUS" link="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-BUS:CAPS"/> + <keyword type="macro" name="NM_SETTINGS_SERVICE_SCOPE" link="libnm-glib-NMSettingsService.html#NM-SETTINGS-SERVICE-SCOPE:CAPS"/> + <keyword type="struct" name="NMSettingsService" link="libnm-glib-NMSettingsService.html#NMSettingsService"/> + <keyword type="struct" name="NMSettingsServiceClass" link="libnm-glib-NMSettingsService.html#NMSettingsServiceClass"/> + <keyword type="function" name="nm_settings_service_get_connection_by_path ()" link="libnm-glib-NMSettingsService.html#nm-settings-service-get-connection-by-path"/> + <keyword type="function" name="nm_settings_service_export ()" link="libnm-glib-NMSettingsService.html#nm-settings-service-export"/> + <keyword type="function" name="nm_settings_service_export_connection ()" link="libnm-glib-NMSettingsService.html#nm-settings-service-export-connection"/> + <keyword type="enum" name="enum NMSettingsSystemPermissions" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemPermissions"/> + <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME" link="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-HOSTNAME:CAPS"/> + <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY" link="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CAN-MODIFY:CAPS"/> + <keyword type="macro" name="NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS" link="libnm-glib-NMSettingsSystem.html#NM-SETTINGS-SYSTEM-INTERFACE-CHECK-PERMISSIONS:CAPS"/> + <keyword type="enum" name="enum NMSettingsSystemInterfaceProp" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterfaceProp"/> + <keyword type="struct" name="NMSettingsSystemInterface" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemInterface"/> + <keyword type="function" name="NMSettingsSystemSaveHostnameFunc ()" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemSaveHostnameFunc"/> + <keyword type="function" name="NMSettingsSystemGetPermissionsFunc ()" link="libnm-glib-NMSettingsSystem.html#NMSettingsSystemGetPermissionsFunc"/> + <keyword type="function" name="nm_settings_system_interface_save_hostname ()" link="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-save-hostname"/> + <keyword type="function" name="nm_settings_system_interface_get_permissions ()" link="libnm-glib-NMSettingsSystem.html#nm-settings-system-interface-get-permissions"/> <keyword type="macro" name="NM_TYPE_SSID" link="libnm-glib-nm-types.html#NM-TYPE-SSID:CAPS"/> <keyword type="function" name="nm_ssid_get_type ()" link="libnm-glib-nm-types.html#nm-ssid-get-type"/> <keyword type="macro" name="NM_TYPE_UINT_ARRAY" link="libnm-glib-nm-types.html#NM-TYPE-UINT-ARRAY:CAPS"/> @@ -327,52 +362,53 @@ <keyword type="function" name="nm_ip6_address_array_get_type ()" link="libnm-glib-nm-types.html#nm-ip6-address-array-get-type"/> <keyword type="macro" name="NM_TYPE_IP6_ROUTE_OBJECT_ARRAY" link="libnm-glib-nm-types.html#NM-TYPE-IP6-ROUTE-OBJECT-ARRAY:CAPS"/> <keyword type="function" name="nm_ip6_route_object_array_get_type ()" link="libnm-glib-nm-types.html#nm-ip6-route-object-array-get-type"/> - <keyword type="macro" name="NM_VPN_CONNECTION_VPN_STATE" link="libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"/> - <keyword type="macro" name="NM_VPN_CONNECTION_BANNER" link="libnm-glib-nm-vpn-connection.html#NM-VPN-CONNECTION-BANNER:CAPS"/> - <keyword type="struct" name="NMVPNConnection" link="libnm-glib-nm-vpn-connection.html#NMVPNConnection"/> - <keyword type="function" name="nm_vpn_connection_new ()" link="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-new"/> - <keyword type="function" name="nm_vpn_connection_get_vpn_state ()" link="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-vpn-state"/> - <keyword type="function" name="nm_vpn_connection_get_banner ()" link="libnm-glib-nm-vpn-connection.html#nm-vpn-connection-get-banner"/> - <keyword type="macro" name="NM_VPN_PLUGIN_DBUS_SERVICE_NAME" link="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_STATE" link="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-STATE:CAPS"/> - <keyword type="enum" name="enum NMVPNPluginError" link="libnm-glib-nm-vpn-plugin.html#NMVPNPluginError"/> - <keyword type="macro" name="NM_VPN_PLUGIN_ERROR" link="libnm-glib-nm-vpn-plugin.html#NM-VPN-PLUGIN-ERROR:CAPS"/> - <keyword type="macro" name="NM_TYPE_VPN_PLUGIN_ERROR" link="libnm-glib-nm-vpn-plugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS"/> - <keyword type="struct" name="NMVPNPlugin" link="libnm-glib-nm-vpn-plugin.html#NMVPNPlugin"/> - <keyword type="function" name="nm_vpn_plugin_error_quark ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-quark"/> - <keyword type="function" name="nm_vpn_plugin_error_get_type ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-error-get-type"/> - <keyword type="function" name="nm_vpn_plugin_get_connection ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-connection"/> - <keyword type="function" name="nm_vpn_plugin_get_state ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-get-state"/> - <keyword type="function" name="nm_vpn_plugin_set_state ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-state"/> - <keyword type="function" name="nm_vpn_plugin_set_login_banner ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-login-banner"/> - <keyword type="function" name="nm_vpn_plugin_failure ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-failure"/> - <keyword type="function" name="nm_vpn_plugin_set_ip4_config ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-set-ip4-config"/> - <keyword type="function" name="nm_vpn_plugin_disconnect ()" link="libnm-glib-nm-vpn-plugin.html#nm-vpn-plugin-disconnect"/> - <keyword type="struct" name="NMVpnPluginUiInterface" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterface"/> - <keyword type="struct" name="NMVpnPluginUiWidgetInterface" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiWidgetInterface"/> - <keyword type="function" name="NMVpnPluginUiFactory ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiFactory"/> - <keyword type="function" name="nm_vpn_plugin_ui_factory ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-factory"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-GET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_CAPABILITY_NONE" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_NAME" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_DESC" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"/> - <keyword type="enum" name="enum NMVpnPluginUiInterfaceProp" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NMVpnPluginUiInterfaceProp"/> - <keyword type="function" name="nm_vpn_plugin_ui_interface_ui_factory ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-ui-factory"/> - <keyword type="function" name="nm_vpn_plugin_ui_interface_get_capabilities ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-capabilities"/> - <keyword type="function" name="nm_vpn_plugin_ui_interface_import ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-import"/> - <keyword type="function" name="nm_vpn_plugin_ui_interface_export ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-export"/> - <keyword type="function" name="nm_vpn_plugin_ui_interface_get_suggested_name ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-get-suggested-name"/> - <keyword type="function" name="nm_vpn_plugin_ui_interface_delete_connection ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-interface-delete-connection"/> - <keyword type="macro" name="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> - <keyword type="macro" name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"/> - <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_get_type ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-type"/> - <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_get_widget ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-get-widget"/> - <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_update_connection ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-update-connection"/> - <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_save_secrets ()" link="libnm-glib-nm-vpn-plugin-ui-interface.html#nm-vpn-plugin-ui-widget-interface-save-secrets"/> + <keyword type="macro" name="NM_VPN_CONNECTION_VPN_STATE" link="libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-VPN-STATE:CAPS"/> + <keyword type="macro" name="NM_VPN_CONNECTION_BANNER" link="libnm-glib-NMVPNConnection.html#NM-VPN-CONNECTION-BANNER:CAPS"/> + <keyword type="struct" name="NMVPNConnection" link="libnm-glib-NMVPNConnection.html#NMVPNConnection"/> + <keyword type="struct" name="NMVPNConnectionClass" link="libnm-glib-NMVPNConnection.html#NMVPNConnectionClass"/> + <keyword type="function" name="nm_vpn_connection_new ()" link="libnm-glib-NMVPNConnection.html#nm-vpn-connection-new"/> + <keyword type="function" name="nm_vpn_connection_get_vpn_state ()" link="libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-vpn-state"/> + <keyword type="function" name="nm_vpn_connection_get_banner ()" link="libnm-glib-NMVPNConnection.html#nm-vpn-connection-get-banner"/> + <keyword type="macro" name="NM_VPN_PLUGIN_DBUS_SERVICE_NAME" link="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-DBUS-SERVICE-NAME:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_STATE" link="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-STATE:CAPS"/> + <keyword type="enum" name="enum NMVPNPluginError" link="libnm-glib-NMVPNPlugin.html#NMVPNPluginError"/> + <keyword type="macro" name="NM_VPN_PLUGIN_ERROR" link="libnm-glib-NMVPNPlugin.html#NM-VPN-PLUGIN-ERROR:CAPS"/> + <keyword type="macro" name="NM_TYPE_VPN_PLUGIN_ERROR" link="libnm-glib-NMVPNPlugin.html#NM-TYPE-VPN-PLUGIN-ERROR:CAPS"/> + <keyword type="struct" name="NMVPNPlugin" link="libnm-glib-NMVPNPlugin.html#NMVPNPlugin"/> + <keyword type="struct" name="NMVPNPluginClass" link="libnm-glib-NMVPNPlugin.html#NMVPNPluginClass"/> + <keyword type="function" name="nm_vpn_plugin_error_quark ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-quark"/> + <keyword type="function" name="nm_vpn_plugin_error_get_type ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-error-get-type"/> + <keyword type="function" name="nm_vpn_plugin_get_connection ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-connection"/> + <keyword type="function" name="nm_vpn_plugin_get_state ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-get-state"/> + <keyword type="function" name="nm_vpn_plugin_set_state ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-state"/> + <keyword type="function" name="nm_vpn_plugin_set_login_banner ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-login-banner"/> + <keyword type="function" name="nm_vpn_plugin_failure ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-failure"/> + <keyword type="function" name="nm_vpn_plugin_set_ip4_config ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-set-ip4-config"/> + <keyword type="function" name="nm_vpn_plugin_disconnect ()" link="libnm-glib-NMVPNPlugin.html#nm-vpn-plugin-disconnect"/> + <keyword type="struct" name="NMVpnPluginUiInterface" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterface"/> + <keyword type="struct" name="NMVpnPluginUiWidgetInterface" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiWidgetInterface"/> + <keyword type="function" name="NMVpnPluginUiFactory ()" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiFactory"/> + <keyword type="function" name="nm_vpn_plugin_ui_factory ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-factory"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_CAPABILITY_NONE" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-NONE:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-IMPORT:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-CAPABILITY-EXPORT:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_NAME" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-NAME:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_DESC" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-DESC:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_INTERFACE_SERVICE" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-INTERFACE-SERVICE:CAPS"/> + <keyword type="enum" name="enum NMVpnPluginUiInterfaceProp" link="libnm-glib-NMVpnPluginUi.html#NMVpnPluginUiInterfaceProp"/> + <keyword type="function" name="nm_vpn_plugin_ui_interface_ui_factory ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-ui-factory"/> + <keyword type="function" name="nm_vpn_plugin_ui_interface_get_capabilities ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-capabilities"/> + <keyword type="function" name="nm_vpn_plugin_ui_interface_import ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-import"/> + <keyword type="function" name="nm_vpn_plugin_ui_interface_export ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-export"/> + <keyword type="function" name="nm_vpn_plugin_ui_interface_get_suggested_name ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-get-suggested-name"/> + <keyword type="function" name="nm_vpn_plugin_ui_interface_delete_connection ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-interface-delete-connection"/> + <keyword type="macro" name="NM_TYPE_VPN_PLUGIN_UI_WIDGET_INTERFACE" link="libnm-glib-NMVpnPluginUi.html#NM-TYPE-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> + <keyword type="macro" name="NM_IS_VPN_PLUGIN_UI_WIDGET_INTERFACE()" link="libnm-glib-NMVpnPluginUi.html#NM-IS-VPN-PLUGIN-UI-WIDGET-INTERFACE:CAPS"/> + <keyword type="macro" name="NM_VPN_PLUGIN_UI_WIDGET_INTERFACE_GET_INTERFACE()" link="libnm-glib-NMVpnPluginUi.html#NM-VPN-PLUGIN-UI-WIDGET-INTERFACE-GET-INTERFACE:CAPS"/> + <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_get_type ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-type"/> + <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_get_widget ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-get-widget"/> + <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_update_connection ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-update-connection"/> + <keyword type="function" name="nm_vpn_plugin_ui_widget_interface_save_secrets ()" link="libnm-glib-NMVpnPluginUi.html#nm-vpn-plugin-ui-widget-interface-save-secrets"/> </functions> </book> diff --git a/docs/libnm-glib/html/style.css b/docs/libnm-glib/html/style.css index 82115eb7..d544a2c2 100644 --- a/docs/libnm-glib/html/style.css +++ b/docs/libnm-glib/html/style.css @@ -209,6 +209,14 @@ h2 .extralinks, h3 .extralinks font-weight: normal; } +.annotation +{ + /* tango:aluminium 5 */ + color: #555753; + font-size: 80%; + font-weight: normal; +} + /* code listings */ .listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */ diff --git a/docs/libnm-glib/libnm-glib-sections.txt b/docs/libnm-glib/libnm-glib-sections.txt index 2ea68ca8..90bb4f61 100644 --- a/docs/libnm-glib/libnm-glib-sections.txt +++ b/docs/libnm-glib/libnm-glib-sections.txt @@ -2,6 +2,7 @@ <FILE>nm-remote-settings-system</FILE> <TITLE>NMRemoteSettingsSystem</TITLE> NMRemoteSettingsSystem +NMRemoteSettingsSystemClass nm_remote_settings_system_new <SUBSECTION Standard> NM_REMOTE_SETTINGS_SYSTEM @@ -15,6 +16,7 @@ NM_REMOTE_SETTINGS_SYSTEM_GET_CLASS <SECTION> <FILE>nm-active-connection</FILE> +<TITLE>NMActiveConnection</TITLE> NM_ACTIVE_CONNECTION_SERVICE_NAME NM_ACTIVE_CONNECTION_CONNECTION NM_ACTIVE_CONNECTION_SPECIFIC_OBJECT @@ -22,8 +24,8 @@ NM_ACTIVE_CONNECTION_DEVICES NM_ACTIVE_CONNECTION_STATE NM_ACTIVE_CONNECTION_DEFAULT NM_ACTIVE_CONNECTION_DEFAULT6 -<TITLE>NMActiveConnection</TITLE> NMActiveConnection +NMActiveConnectionClass nm_active_connection_new nm_active_connection_get_service_name nm_active_connection_get_scope @@ -45,8 +47,8 @@ NM_ACTIVE_CONNECTION_GET_CLASS <SECTION> <FILE>nm-settings-system-interface</FILE> +<TITLE>NMSettingsSystem</TITLE> NMSettingsSystemPermissions -NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME NM_SETTINGS_SYSTEM_INTERFACE_CAN_MODIFY NM_SETTINGS_SYSTEM_INTERFACE_CHECK_PERMISSIONS @@ -61,15 +63,17 @@ NM_SETTINGS_SYSTEM_INTERFACE NM_IS_SETTINGS_SYSTEM_INTERFACE NM_TYPE_SETTINGS_SYSTEM_INTERFACE nm_settings_system_interface_get_type +NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE </SECTION> <SECTION> <FILE>nm-remote-settings</FILE> +<TITLE>NMRemoteSettings</TITLE> NM_REMOTE_SETTINGS_BUS NM_REMOTE_SETTINGS_SCOPE NM_REMOTE_SETTINGS_SERVICE_RUNNING -<TITLE>NMRemoteSettings</TITLE> NMRemoteSettings +NMRemoteSettingsClass nm_remote_settings_new <SUBSECTION Standard> NM_REMOTE_SETTINGS @@ -85,6 +89,7 @@ NM_REMOTE_SETTINGS_GET_CLASS <FILE>nm-serial-device</FILE> <TITLE>NMSerialDevice</TITLE> NMSerialDevice +NMSerialDeviceClass nm_serial_device_get_bytes_received nm_serial_device_get_bytes_sent <SUBSECTION Standard> @@ -99,15 +104,18 @@ NM_SERIAL_DEVICE_GET_CLASS <SECTION> <FILE>nm-device-wifi</FILE> +<TITLE>NMDeviceWifi</TITLE> NM_DEVICE_WIFI_HW_ADDRESS +NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS NM_DEVICE_WIFI_MODE NM_DEVICE_WIFI_BITRATE NM_DEVICE_WIFI_ACTIVE_ACCESS_POINT NM_DEVICE_WIFI_CAPABILITIES -<TITLE>NMDeviceWifi</TITLE> NMDeviceWifi +NMDeviceWifiClass nm_device_wifi_new nm_device_wifi_get_hw_address +nm_device_wifi_get_permanent_hw_address nm_device_wifi_get_mode nm_device_wifi_get_bitrate nm_device_wifi_get_capabilities @@ -128,6 +136,7 @@ NM_DEVICE_WIFI_GET_CLASS <FILE>nm-dhcp6-config</FILE> <TITLE>NMDHCP6Config</TITLE> NMDHCP6Config +NMDHCP6ConfigClass NM_DHCP6_CONFIG_OPTIONS nm_dhcp6_config_new nm_dhcp6_config_get_options @@ -145,6 +154,7 @@ NM_IS_DHCP6_CONFIG_CLASS <FILE>nm-exported-connection</FILE> <TITLE>NMExportedConnection</TITLE> NMExportedConnection +NMExportedConnectionClass nm_exported_connection_new <SUBSECTION Standard> NM_EXPORTED_CONNECTION @@ -158,10 +168,11 @@ NM_EXPORTED_CONNECTION_GET_CLASS <SECTION> <FILE>nm-object</FILE> +<TITLE>NMObject</TITLE> NM_OBJECT_DBUS_CONNECTION NM_OBJECT_DBUS_PATH -<TITLE>NMObject</TITLE> NMObject +NMObjectClass nm_object_get_connection nm_object_get_path <SUBSECTION Standard> @@ -176,11 +187,11 @@ NM_OBJECT_GET_CLASS <SECTION> <FILE>nm-settings-interface</FILE> +<TITLE>NMSettings</TITLE> NMSettingsInterfaceError NM_SETTINGS_INTERFACE_ERROR nm_settings_interface_error_quark NM_TYPE_SETTINGS_INTERFACE_ERROR -NM_SETTINGS_INTERFACE_GET_INTERFACE NM_SETTINGS_INTERFACE_NEW_CONNECTION NM_SETTINGS_INTERFACE_CONNECTIONS_READ NMSettingsInterface @@ -194,14 +205,16 @@ NM_SETTINGS_INTERFACE NM_IS_SETTINGS_INTERFACE NM_TYPE_SETTINGS_INTERFACE nm_settings_interface_error_get_type +NM_SETTINGS_INTERFACE_GET_INTERFACE </SECTION> <SECTION> <FILE>nm-settings-service</FILE> +<TITLE>NMSettingsService</TITLE> NM_SETTINGS_SERVICE_BUS NM_SETTINGS_SERVICE_SCOPE -<TITLE>NMSettingsService</TITLE> NMSettingsService +NMSettingsServiceClass nm_settings_service_get_connection_by_path nm_settings_service_export nm_settings_service_export_connection @@ -219,6 +232,7 @@ NM_SETTINGS_SERVICE_GET_CLASS <FILE>nm-ip4-config</FILE> <TITLE>NMIP4Config</TITLE> NMIP4Config +NMIP4ConfigClass NM_IP4_CONFIG_ADDRESSES NM_IP4_CONFIG_HOSTNAME NM_IP4_CONFIG_NAMESERVERS @@ -246,6 +260,7 @@ NM_IP4_CONFIG_GET_CLASS <FILE>nm-gsm-device</FILE> <TITLE>NMGsmDevice</TITLE> NMGsmDevice +NMGsmDeviceClass nm_gsm_device_new <SUBSECTION Standard> NM_GSM_DEVICE @@ -259,13 +274,14 @@ NM_GSM_DEVICE_GET_CLASS <SECTION> <FILE>nm-vpn-plugin</FILE> +<TITLE>NMVPNPlugin</TITLE> NM_VPN_PLUGIN_DBUS_SERVICE_NAME NM_VPN_PLUGIN_STATE NMVPNPluginError NM_VPN_PLUGIN_ERROR NM_TYPE_VPN_PLUGIN_ERROR -<TITLE>NMVPNPlugin</TITLE> NMVPNPlugin +NMVPNPluginClass nm_vpn_plugin_error_quark nm_vpn_plugin_error_get_type nm_vpn_plugin_get_connection @@ -287,6 +303,7 @@ NM_VPN_PLUGIN_GET_CLASS <SECTION> <FILE>nm-access-point</FILE> +<TITLE>NMAccessPoint</TITLE> NM_ACCESS_POINT_FLAGS NM_ACCESS_POINT_WPA_FLAGS NM_ACCESS_POINT_RSN_FLAGS @@ -296,8 +313,8 @@ NM_ACCESS_POINT_HW_ADDRESS NM_ACCESS_POINT_MODE NM_ACCESS_POINT_MAX_BITRATE NM_ACCESS_POINT_STRENGTH -<TITLE>NMAccessPoint</TITLE> NMAccessPoint +NMAccessPointClass nm_access_point_new nm_access_point_get_flags nm_access_point_get_wpa_flags @@ -320,11 +337,14 @@ NM_ACCESS_POINT_GET_CLASS <SECTION> <FILE>nm-device</FILE> +<TITLE>NMDevice</TITLE> NM_DEVICE_UDI NM_DEVICE_INTERFACE +NM_DEVICE_IP_INTERFACE NM_DEVICE_DRIVER NM_DEVICE_CAPABILITIES NM_DEVICE_MANAGED +NM_DEVICE_FIRMWARE_MISSING NM_DEVICE_IP4_CONFIG NM_DEVICE_DHCP4_CONFIG NM_DEVICE_IP6_CONFIG @@ -332,14 +352,16 @@ NM_DEVICE_DHCP6_CONFIG NM_DEVICE_STATE NM_DEVICE_VENDOR NM_DEVICE_PRODUCT -<TITLE>NMDevice</TITLE> NMDevice +NMDeviceClass nm_device_new nm_device_get_iface +nm_device_get_ip_iface nm_device_get_udi nm_device_get_driver nm_device_get_capabilities nm_device_get_managed +nm_device_get_firmware_missing nm_device_get_ip4_config nm_device_get_dhcp4_config nm_device_get_ip6_config @@ -361,13 +383,16 @@ NM_DEVICE_GET_CLASS <SECTION> <FILE>nm-device-ethernet</FILE> +<TITLE>NMDeviceEthernet</TITLE> NM_DEVICE_ETHERNET_HW_ADDRESS +NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS NM_DEVICE_ETHERNET_SPEED NM_DEVICE_ETHERNET_CARRIER -<TITLE>NMDeviceEthernet</TITLE> NMDeviceEthernet +NMDeviceEthernetClass nm_device_ethernet_new nm_device_ethernet_get_hw_address +nm_device_ethernet_get_permanent_hw_address nm_device_ethernet_get_speed nm_device_ethernet_get_carrier <SUBSECTION Standard> @@ -382,7 +407,7 @@ NM_DEVICE_ETHERNET_GET_CLASS <SECTION> <FILE>nm-settings-connection-interface</FILE> -NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE +<TITLE>NMSettingsConnection</TITLE> NM_SETTINGS_CONNECTION_INTERFACE_UPDATED NM_SETTINGS_CONNECTION_INTERFACE_REMOVED NMSettingsConnectionInterface @@ -398,14 +423,16 @@ NM_SETTINGS_CONNECTION_INTERFACE NM_IS_SETTINGS_CONNECTION_INTERFACE NM_TYPE_SETTINGS_CONNECTION_INTERFACE nm_settings_connection_interface_get_type +NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE </SECTION> <SECTION> <FILE>nm-vpn-connection</FILE> +<TITLE>NMVPNConnection</TITLE> NM_VPN_CONNECTION_VPN_STATE NM_VPN_CONNECTION_BANNER -<TITLE>NMVPNConnection</TITLE> NMVPNConnection +NMVPNConnectionClass nm_vpn_connection_new nm_vpn_connection_get_vpn_state nm_vpn_connection_get_banner @@ -421,11 +448,12 @@ NM_VPN_CONNECTION_GET_CLASS <SECTION> <FILE>nm-vpn-plugin-ui-interface</FILE> +<TITLE>NMVpnPluginUiWidget</TITLE> +<TITLE>NMVpnPluginUi</TITLE> NMVpnPluginUiInterface NMVpnPluginUiWidgetInterface NMVpnPluginUiFactory nm_vpn_plugin_ui_factory -NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE NM_VPN_PLUGIN_UI_CAPABILITY_NONE NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT @@ -452,12 +480,14 @@ NM_VPN_PLUGIN_UI_INTERFACE NM_IS_VPN_PLUGIN_UI_INTERFACE NM_TYPE_VPN_PLUGIN_UI_INTERFACE nm_vpn_plugin_ui_interface_get_type +NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE </SECTION> <SECTION> <FILE>nm-ip6-config</FILE> <TITLE>NMIP6Config</TITLE> NMIP6Config +NMIP6ConfigClass NM_IP6_CONFIG_ADDRESSES NM_IP6_CONFIG_NAMESERVERS NM_IP6_CONFIG_DOMAINS @@ -479,11 +509,12 @@ NM_IP6_CONFIG_GET_CLASS <SECTION> <FILE>nm-device-bt</FILE> +<TITLE>NMDeviceBt</TITLE> NM_DEVICE_BT_HW_ADDRESS NM_DEVICE_BT_NAME NM_DEVICE_BT_CAPABILITIES -<TITLE>NMDeviceBt</TITLE> NMDeviceBt +NMDeviceBtClass nm_device_bt_new nm_device_bt_get_hw_address nm_device_bt_get_name @@ -500,21 +531,27 @@ NM_DEVICE_BT_GET_CLASS <SECTION> <FILE>nm-client</FILE> +<TITLE>NMClient</TITLE> NM_CLIENT_STATE NM_CLIENT_MANAGER_RUNNING +NM_CLIENT_NETWORKING_ENABLED NM_CLIENT_WIRELESS_ENABLED NM_CLIENT_WIRELESS_HARDWARE_ENABLED NM_CLIENT_WWAN_ENABLED NM_CLIENT_WWAN_HARDWARE_ENABLED NM_CLIENT_ACTIVE_CONNECTIONS -<TITLE>NMClient</TITLE> +NMClientPermission +NMClientPermissionResult NMClient +NMClientClass nm_client_new nm_client_get_devices nm_client_get_device_by_path NMClientActivateDeviceFn nm_client_activate_connection nm_client_deactivate_connection +nm_client_networking_get_enabled +nm_client_networking_set_enabled nm_client_wireless_get_enabled nm_client_wireless_set_enabled nm_client_wireless_hardware_get_enabled @@ -525,6 +562,7 @@ nm_client_get_state nm_client_get_manager_running nm_client_get_active_connections nm_client_sleep +nm_client_get_permission_result <SUBSECTION Standard> NM_CLIENT NM_IS_CLIENT @@ -539,6 +577,7 @@ NM_CLIENT_GET_CLASS <FILE>nm-dhcp4-config</FILE> <TITLE>NMDHCP4Config</TITLE> NMDHCP4Config +NMDHCP4ConfigClass NM_DHCP4_CONFIG_OPTIONS nm_dhcp4_config_new nm_dhcp4_config_get_options @@ -556,6 +595,7 @@ NM_IS_DHCP4_CONFIG_CLASS <FILE>nm-remote-connection</FILE> <TITLE>NMRemoteConnection</TITLE> NMRemoteConnection +NMRemoteConnectionClass nm_remote_connection_new <SUBSECTION Standard> NM_REMOTE_CONNECTION @@ -571,6 +611,7 @@ NM_REMOTE_CONNECTION_GET_CLASS <FILE>nm-cdma-device</FILE> <TITLE>NMCdmaDevice</TITLE> NMCdmaDevice +NMCdmaDeviceClass nm_cdma_device_new <SUBSECTION Standard> NM_CDMA_DEVICE @@ -583,7 +624,12 @@ NM_CDMA_DEVICE_GET_CLASS </SECTION> <SECTION> -<FILE>libnm_glib</FILE> +<FILE>nm-wimax-device-bindings</FILE> +DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Device_WiMax +org_freedesktop_NetworkManager_Device_WiMax_get_nsp_list +org_freedesktop_NetworkManager_Device_WiMax_get_nsp_list_reply +org_freedesktop_NetworkManager_Device_WiMax_get_nsp_list_async +dbus_g_proxy_begin_call </SECTION> <SECTION> @@ -604,3 +650,22 @@ NM_TYPE_IP6_ROUTE_OBJECT_ARRAY nm_ip6_route_object_array_get_type </SECTION> +<SECTION> +<FILE>nm-sysconfig-connection-bindings</FILE> +DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Settings_Connection +org_freedesktop_NetworkManager_Settings_Connection_update +org_freedesktop_NetworkManager_Settings_Connection_update_reply +org_freedesktop_NetworkManager_Settings_Connection_update_async +dbus_g_proxy_begin_call +org_freedesktop_NetworkManager_Settings_Connection_delete +org_freedesktop_NetworkManager_Settings_Connection_delete_reply +org_freedesktop_NetworkManager_Settings_Connection_delete_async +org_freedesktop_NetworkManager_Settings_Connection_get_settings +org_freedesktop_NetworkManager_Settings_Connection_get_settings_reply +org_freedesktop_NetworkManager_Settings_Connection_get_settings_async +DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Settings_Connection_Secrets +org_freedesktop_NetworkManager_Settings_Connection_Secrets_get_secrets +org_freedesktop_NetworkManager_Settings_Connection_Secrets_get_secrets_reply +org_freedesktop_NetworkManager_Settings_Connection_Secrets_get_secrets_async +</SECTION> + diff --git a/docs/libnm-glib/tmpl/libnm-glib-unused.sgml b/docs/libnm-glib/tmpl/libnm-glib-unused.sgml index aac76040..16b548cd 100644 --- a/docs/libnm-glib/tmpl/libnm-glib-unused.sgml +++ b/docs/libnm-glib/tmpl/libnm-glib-unused.sgml @@ -1,3 +1,31 @@ +<!-- ##### SECTION ./tmpl/libnm_glib.sgml:Image ##### --> + + + +<!-- ##### SECTION ./tmpl/libnm_glib.sgml:Long_Description ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/libnm_glib.sgml:See_Also ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/libnm_glib.sgml:Short_Description ##### --> + + + +<!-- ##### SECTION ./tmpl/libnm_glib.sgml:Stability_Level ##### --> + + + +<!-- ##### SECTION ./tmpl/libnm_glib.sgml:Title ##### --> +libnm_glib + + <!-- ##### SECTION ./tmpl/nm-dbus-connection.sgml:Long_Description ##### --> <para> @@ -208,15 +236,6 @@ NMSettings </para> -<!-- ##### SIGNAL NMClient::permission-changed ##### --> -<para> - -</para> - -@nmclient: the object which received the signal. -@arg1: -@arg2: - <!-- ##### ARG NMClient:wimax-enabled ##### --> <para> @@ -250,24 +269,6 @@ NMSettings @parent: -<!-- ##### ARG NMDevice:firmware-missing ##### --> -<para> - -</para> - - -<!-- ##### ARG NMDeviceEthernet:perm-hw-address ##### --> -<para> - -</para> - - -<!-- ##### ARG NMDeviceWifi:perm-hw-address ##### --> -<para> - -</para> - - <!-- ##### ENUM NMRemoteConnectionInitResult ##### --> <para> @@ -390,6 +391,13 @@ NMSettings @klass: +<!-- ##### MACRO NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE ##### --> +<para> + +</para> + +@obj: + <!-- ##### MACRO NM_SETTINGS_ERROR ##### --> <para> @@ -403,12 +411,33 @@ NMSettings @obj: +<!-- ##### MACRO NM_SETTINGS_INTERFACE_GET_INTERFACE ##### --> +<para> + +</para> + +@obj: + +<!-- ##### MACRO NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE ##### --> +<para> + +</para> + +@obj: + <!-- ##### MACRO NM_TYPE_SETTINGS ##### --> <para> </para> +<!-- ##### MACRO NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE ##### --> +<para> + +</para> + +@obj: + <!-- ##### USER_FUNCTION libnm_glib_callback_func ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-access-point.sgml b/docs/libnm-glib/tmpl/nm-access-point.sgml index 04b92818..0963db06 100644 --- a/docs/libnm-glib/tmpl/nm-access-point.sgml +++ b/docs/libnm-glib/tmpl/nm-access-point.sgml @@ -134,6 +134,19 @@ NMAccessPoint </para> +<!-- ##### STRUCT NMAccessPointClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_access_point_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-active-connection.sgml b/docs/libnm-glib/tmpl/nm-active-connection.sgml index 8617c034..d357bbc7 100644 --- a/docs/libnm-glib/tmpl/nm-active-connection.sgml +++ b/docs/libnm-glib/tmpl/nm-active-connection.sgml @@ -110,6 +110,19 @@ NMActiveConnection </para> +<!-- ##### STRUCT NMActiveConnectionClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_active_connection_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-cdma-device.sgml b/docs/libnm-glib/tmpl/nm-cdma-device.sgml index 30939d8b..72e54281 100644 --- a/docs/libnm-glib/tmpl/nm-cdma-device.sgml +++ b/docs/libnm-glib/tmpl/nm-cdma-device.sgml @@ -26,6 +26,19 @@ NMCdmaDevice </para> +<!-- ##### STRUCT NMCdmaDeviceClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_cdma_device_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-client.sgml b/docs/libnm-glib/tmpl/nm-client.sgml index 679bd3e1..3a9485b7 100644 --- a/docs/libnm-glib/tmpl/nm-client.sgml +++ b/docs/libnm-glib/tmpl/nm-client.sgml @@ -34,6 +34,13 @@ NMClient +<!-- ##### MACRO NM_CLIENT_NETWORKING_ENABLED ##### --> +<para> + +</para> + + + <!-- ##### MACRO NM_CLIENT_WIRELESS_ENABLED ##### --> <para> @@ -69,6 +76,28 @@ NMClient +<!-- ##### ENUM NMClientPermission ##### --> +<para> + +</para> + +@NM_CLIENT_PERMISSION_NONE: +@NM_CLIENT_PERMISSION_ENABLE_DISABLE_NETWORK: +@NM_CLIENT_PERMISSION_ENABLE_DISABLE_WIFI: +@NM_CLIENT_PERMISSION_ENABLE_DISABLE_WWAN: +@NM_CLIENT_PERMISSION_USE_USER_CONNECTIONS: +@NM_CLIENT_PERMISSION_LAST: + +<!-- ##### ENUM NMClientPermissionResult ##### --> +<para> + +</para> + +@NM_CLIENT_PERMISSION_RESULT_UNKNOWN: +@NM_CLIENT_PERMISSION_RESULT_YES: +@NM_CLIENT_PERMISSION_RESULT_AUTH: +@NM_CLIENT_PERMISSION_RESULT_NO: + <!-- ##### STRUCT NMClient ##### --> <para> @@ -91,6 +120,15 @@ NMClient @nmclient: the object which received the signal. @arg1: +<!-- ##### SIGNAL NMClient::permission-changed ##### --> +<para> + +</para> + +@nmclient: the object which received the signal. +@arg1: +@arg2: + <!-- ##### ARG NMClient:active-connections ##### --> <para> @@ -131,6 +169,21 @@ NMClient </para> +<!-- ##### STRUCT NMClientClass ##### --> +<para> + +</para> + +@parent: +@device_added: +@device_removed: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_client_new ##### --> <para> @@ -192,6 +245,24 @@ NMClient @active: +<!-- ##### FUNCTION nm_client_networking_get_enabled ##### --> +<para> + +</para> + +@client: +@Returns: + + +<!-- ##### FUNCTION nm_client_networking_set_enabled ##### --> +<para> + +</para> + +@client: +@enabled: + + <!-- ##### FUNCTION nm_client_wireless_get_enabled ##### --> <para> @@ -282,3 +353,13 @@ NMClient @sleep: +<!-- ##### FUNCTION nm_client_get_permission_result ##### --> +<para> + +</para> + +@client: +@permission: +@Returns: + + diff --git a/docs/libnm-glib/tmpl/nm-device-bt.sgml b/docs/libnm-glib/tmpl/nm-device-bt.sgml index f0cc46b6..8bdeb199 100644 --- a/docs/libnm-glib/tmpl/nm-device-bt.sgml +++ b/docs/libnm-glib/tmpl/nm-device-bt.sgml @@ -48,6 +48,19 @@ NMDeviceBt @parent: +<!-- ##### STRUCT NMDeviceBtClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_device_bt_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-device-ethernet.sgml b/docs/libnm-glib/tmpl/nm-device-ethernet.sgml index 85f760c2..8f31943a 100644 --- a/docs/libnm-glib/tmpl/nm-device-ethernet.sgml +++ b/docs/libnm-glib/tmpl/nm-device-ethernet.sgml @@ -27,6 +27,13 @@ NMDeviceEthernet +<!-- ##### MACRO NM_DEVICE_ETHERNET_PERMANENT_HW_ADDRESS ##### --> +<para> + +</para> + + + <!-- ##### MACRO NM_DEVICE_ETHERNET_SPEED ##### --> <para> @@ -57,11 +64,29 @@ NMDeviceEthernet </para> +<!-- ##### ARG NMDeviceEthernet:perm-hw-address ##### --> +<para> + +</para> + <!-- ##### ARG NMDeviceEthernet:speed ##### --> <para> </para> +<!-- ##### STRUCT NMDeviceEthernetClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_device_ethernet_new ##### --> <para> @@ -81,6 +106,15 @@ NMDeviceEthernet @Returns: +<!-- ##### FUNCTION nm_device_ethernet_get_permanent_hw_address ##### --> +<para> + +</para> + +@device: +@Returns: + + <!-- ##### FUNCTION nm_device_ethernet_get_speed ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-device-wifi.sgml b/docs/libnm-glib/tmpl/nm-device-wifi.sgml index 4e677738..c84a1fbd 100644 --- a/docs/libnm-glib/tmpl/nm-device-wifi.sgml +++ b/docs/libnm-glib/tmpl/nm-device-wifi.sgml @@ -27,6 +27,13 @@ NMDeviceWifi +<!-- ##### MACRO NM_DEVICE_WIFI_PERMANENT_HW_ADDRESS ##### --> +<para> + +</para> + + + <!-- ##### MACRO NM_DEVICE_WIFI_MODE ##### --> <para> @@ -97,11 +104,31 @@ NMDeviceWifi </para> +<!-- ##### ARG NMDeviceWifi:perm-hw-address ##### --> +<para> + +</para> + <!-- ##### ARG NMDeviceWifi:wireless-capabilities ##### --> <para> </para> +<!-- ##### STRUCT NMDeviceWifiClass ##### --> +<para> + +</para> + +@parent: +@access_point_added: +@access_point_removed: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_device_wifi_new ##### --> <para> @@ -121,6 +148,15 @@ NMDeviceWifi @Returns: +<!-- ##### FUNCTION nm_device_wifi_get_permanent_hw_address ##### --> +<para> + +</para> + +@device: +@Returns: + + <!-- ##### FUNCTION nm_device_wifi_get_mode ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-device.sgml b/docs/libnm-glib/tmpl/nm-device.sgml index d7159eb3..4baa86a6 100644 --- a/docs/libnm-glib/tmpl/nm-device.sgml +++ b/docs/libnm-glib/tmpl/nm-device.sgml @@ -34,6 +34,13 @@ NMDevice +<!-- ##### MACRO NM_DEVICE_IP_INTERFACE ##### --> +<para> + +</para> + + + <!-- ##### MACRO NM_DEVICE_DRIVER ##### --> <para> @@ -55,6 +62,13 @@ NMDevice +<!-- ##### MACRO NM_DEVICE_FIRMWARE_MISSING ##### --> +<para> + +</para> + + + <!-- ##### MACRO NM_DEVICE_IP4_CONFIG ##### --> <para> @@ -140,6 +154,11 @@ NMDevice </para> +<!-- ##### ARG NMDevice:firmware-missing ##### --> +<para> + +</para> + <!-- ##### ARG NMDevice:interface ##### --> <para> @@ -180,6 +199,20 @@ NMDevice </para> +<!-- ##### STRUCT NMDeviceClass ##### --> +<para> + +</para> + +@parent: +@state_changed: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_device_new ##### --> <para> @@ -199,6 +232,15 @@ NMDevice @Returns: +<!-- ##### FUNCTION nm_device_get_ip_iface ##### --> +<para> + +</para> + +@device: +@Returns: + + <!-- ##### FUNCTION nm_device_get_udi ##### --> <para> @@ -235,6 +277,15 @@ NMDevice @Returns: +<!-- ##### FUNCTION nm_device_get_firmware_missing ##### --> +<para> + +</para> + +@device: +@Returns: + + <!-- ##### FUNCTION nm_device_get_ip4_config ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-dhcp4-config.sgml b/docs/libnm-glib/tmpl/nm-dhcp4-config.sgml index 0f3ba93e..40bf2bcf 100644 --- a/docs/libnm-glib/tmpl/nm-dhcp4-config.sgml +++ b/docs/libnm-glib/tmpl/nm-dhcp4-config.sgml @@ -31,6 +31,19 @@ NMDHCP4Config </para> +<!-- ##### STRUCT NMDHCP4ConfigClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### MACRO NM_DHCP4_CONFIG_OPTIONS ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-dhcp6-config.sgml b/docs/libnm-glib/tmpl/nm-dhcp6-config.sgml index d0443073..4eb22506 100644 --- a/docs/libnm-glib/tmpl/nm-dhcp6-config.sgml +++ b/docs/libnm-glib/tmpl/nm-dhcp6-config.sgml @@ -26,6 +26,19 @@ NMDHCP6Config </para> +<!-- ##### STRUCT NMDHCP6ConfigClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### MACRO NM_DHCP6_CONFIG_OPTIONS ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-exported-connection.sgml b/docs/libnm-glib/tmpl/nm-exported-connection.sgml index 7f3ad5da..363db251 100644 --- a/docs/libnm-glib/tmpl/nm-exported-connection.sgml +++ b/docs/libnm-glib/tmpl/nm-exported-connection.sgml @@ -27,6 +27,23 @@ NMExportedConnection @parent: +<!-- ##### STRUCT NMExportedConnectionClass ##### --> +<para> + +</para> + +@parent: +@get_settings: +@update: +@delete: +@get_secrets: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_exported_connection_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-gsm-device.sgml b/docs/libnm-glib/tmpl/nm-gsm-device.sgml index 51320a11..fb84fd44 100644 --- a/docs/libnm-glib/tmpl/nm-gsm-device.sgml +++ b/docs/libnm-glib/tmpl/nm-gsm-device.sgml @@ -26,6 +26,19 @@ NMGsmDevice </para> +<!-- ##### STRUCT NMGsmDeviceClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_gsm_device_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-ip4-config.sgml b/docs/libnm-glib/tmpl/nm-ip4-config.sgml index 415a9afe..78dd6b47 100644 --- a/docs/libnm-glib/tmpl/nm-ip4-config.sgml +++ b/docs/libnm-glib/tmpl/nm-ip4-config.sgml @@ -56,6 +56,19 @@ NMIP4Config </para> +<!-- ##### STRUCT NMIP4ConfigClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### MACRO NM_IP4_CONFIG_ADDRESSES ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-ip6-config.sgml b/docs/libnm-glib/tmpl/nm-ip6-config.sgml index f8490d6b..fb125207 100644 --- a/docs/libnm-glib/tmpl/nm-ip6-config.sgml +++ b/docs/libnm-glib/tmpl/nm-ip6-config.sgml @@ -46,6 +46,19 @@ NMIP6Config </para> +<!-- ##### STRUCT NMIP6ConfigClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### MACRO NM_IP6_CONFIG_ADDRESSES ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-object.sgml b/docs/libnm-glib/tmpl/nm-object.sgml index 3757ea7b..652e54cd 100644 --- a/docs/libnm-glib/tmpl/nm-object.sgml +++ b/docs/libnm-glib/tmpl/nm-object.sgml @@ -50,6 +50,19 @@ NMObject </para> +<!-- ##### STRUCT NMObjectClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_object_get_connection ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-remote-connection.sgml b/docs/libnm-glib/tmpl/nm-remote-connection.sgml index a32edd95..42487240 100644 --- a/docs/libnm-glib/tmpl/nm-remote-connection.sgml +++ b/docs/libnm-glib/tmpl/nm-remote-connection.sgml @@ -27,6 +27,19 @@ NMRemoteConnection @parent: +<!-- ##### STRUCT NMRemoteConnectionClass ##### --> +<para> + +</para> + +@parent_class: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_remote_connection_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-remote-settings-system.sgml b/docs/libnm-glib/tmpl/nm-remote-settings-system.sgml index 52f43385..ed20d604 100644 --- a/docs/libnm-glib/tmpl/nm-remote-settings-system.sgml +++ b/docs/libnm-glib/tmpl/nm-remote-settings-system.sgml @@ -27,6 +27,19 @@ NMRemoteSettingsSystem @parent: +<!-- ##### STRUCT NMRemoteSettingsSystemClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_remote_settings_system_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-remote-settings.sgml b/docs/libnm-glib/tmpl/nm-remote-settings.sgml index 9100853f..29646e7f 100644 --- a/docs/libnm-glib/tmpl/nm-remote-settings.sgml +++ b/docs/libnm-glib/tmpl/nm-remote-settings.sgml @@ -48,6 +48,19 @@ NMRemoteSettings @parent: +<!-- ##### STRUCT NMRemoteSettingsClass ##### --> +<para> + +</para> + +@parent: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_remote_settings_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-serial-device.sgml b/docs/libnm-glib/tmpl/nm-serial-device.sgml index 082bedd7..694332fb 100644 --- a/docs/libnm-glib/tmpl/nm-serial-device.sgml +++ b/docs/libnm-glib/tmpl/nm-serial-device.sgml @@ -35,6 +35,20 @@ NMSerialDevice @arg1: @arg2: +<!-- ##### STRUCT NMSerialDeviceClass ##### --> +<para> + +</para> + +@parent: +@ppp_stats: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_serial_device_get_bytes_received ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-settings-connection-interface.sgml b/docs/libnm-glib/tmpl/nm-settings-connection-interface.sgml index 0271dee4..27c494fc 100644 --- a/docs/libnm-glib/tmpl/nm-settings-connection-interface.sgml +++ b/docs/libnm-glib/tmpl/nm-settings-connection-interface.sgml @@ -20,14 +20,6 @@ nm-settings-connection-interface <!-- ##### SECTION Image ##### --> -<!-- ##### MACRO NM_SETTINGS_CONNECTION_INTERFACE_GET_INTERFACE ##### --> -<para> - -</para> - -@obj: - - <!-- ##### MACRO NM_SETTINGS_CONNECTION_INTERFACE_UPDATED ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-settings-interface.sgml b/docs/libnm-glib/tmpl/nm-settings-interface.sgml index f9cc7fb8..fd36e19a 100644 --- a/docs/libnm-glib/tmpl/nm-settings-interface.sgml +++ b/docs/libnm-glib/tmpl/nm-settings-interface.sgml @@ -56,14 +56,6 @@ nm-settings-interface -<!-- ##### MACRO NM_SETTINGS_INTERFACE_GET_INTERFACE ##### --> -<para> - -</para> - -@obj: - - <!-- ##### MACRO NM_SETTINGS_INTERFACE_NEW_CONNECTION ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-settings-service.sgml b/docs/libnm-glib/tmpl/nm-settings-service.sgml index 164c873b..01c43db2 100644 --- a/docs/libnm-glib/tmpl/nm-settings-service.sgml +++ b/docs/libnm-glib/tmpl/nm-settings-service.sgml @@ -41,6 +41,21 @@ NMSettingsService @parent: +<!-- ##### STRUCT NMSettingsServiceClass ##### --> +<para> + +</para> + +@parent: +@list_connections: +@add_connection: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_settings_service_get_connection_by_path ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-settings-system-interface.sgml b/docs/libnm-glib/tmpl/nm-settings-system-interface.sgml index 44aad9ed..bded0701 100644 --- a/docs/libnm-glib/tmpl/nm-settings-system-interface.sgml +++ b/docs/libnm-glib/tmpl/nm-settings-system-interface.sgml @@ -31,14 +31,6 @@ nm-settings-system-interface @NM_SETTINGS_SYSTEM_PERMISSION_WIFI_SHARE_OPEN: @NM_SETTINGS_SYSTEM_PERMISSION_HOSTNAME_MODIFY: -<!-- ##### MACRO NM_SETTINGS_SYSTEM_INTERFACE_GET_INTERFACE ##### --> -<para> - -</para> - -@obj: - - <!-- ##### MACRO NM_SETTINGS_SYSTEM_INTERFACE_HOSTNAME ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-sysconfig-connection-bindings.sgml b/docs/libnm-glib/tmpl/nm-sysconfig-connection-bindings.sgml new file mode 100644 index 00000000..1be20987 --- /dev/null +++ b/docs/libnm-glib/tmpl/nm-sysconfig-connection-bindings.sgml @@ -0,0 +1,173 @@ +<!-- ##### SECTION Title ##### --> +nm-sysconfig-connection-bindings + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### SECTION Image ##### --> + + +<!-- ##### MACRO DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Settings_Connection ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_update ##### --> +<para> + +</para> + +@proxy: +@IN_properties: +@Returns: + + +<!-- ##### USER_FUNCTION org_freedesktop_NetworkManager_Settings_Connection_update_reply ##### --> +<para> + +</para> + +@proxy: +@error: +@userdata: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_update_async ##### --> +<para> + +</para> + +@proxy: +@IN_properties: +@callback: +@Returns: + + +<!-- ##### FUNCTION dbus_g_proxy_begin_call ##### --> +<para> + +</para> + +@Param1: +@Returns: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_delete ##### --> +<para> + +</para> + +@proxy: +@Returns: + + +<!-- ##### USER_FUNCTION org_freedesktop_NetworkManager_Settings_Connection_delete_reply ##### --> +<para> + +</para> + +@proxy: +@error: +@userdata: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_delete_async ##### --> +<para> + +</para> + +@proxy: +@callback: +@Returns: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_get_settings ##### --> +<para> + +</para> + +@proxy: +@OUT_settings: +@Returns: + + +<!-- ##### USER_FUNCTION org_freedesktop_NetworkManager_Settings_Connection_get_settings_reply ##### --> +<para> + +</para> + +@proxy: +@OUT_settings: +@error: +@userdata: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_get_settings_async ##### --> +<para> + +</para> + +@proxy: +@callback: +@Returns: + + +<!-- ##### MACRO DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Settings_Connection_Secrets ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_Secrets_get_secrets ##### --> +<para> + +</para> + +@proxy: +@IN_setting_name: +@IN_hints: +@IN_request_new: +@OUT_secrets: +@Returns: + + +<!-- ##### USER_FUNCTION org_freedesktop_NetworkManager_Settings_Connection_Secrets_get_secrets_reply ##### --> +<para> + +</para> + +@proxy: +@OUT_secrets: +@error: +@userdata: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Settings_Connection_Secrets_get_secrets_async ##### --> +<para> + +</para> + +@proxy: +@IN_setting_name: +@IN_hints: +@IN_request_new: +@callback: +@Returns: + + diff --git a/docs/libnm-glib/tmpl/nm-vpn-connection.sgml b/docs/libnm-glib/tmpl/nm-vpn-connection.sgml index 201529c1..35bc1899 100644 --- a/docs/libnm-glib/tmpl/nm-vpn-connection.sgml +++ b/docs/libnm-glib/tmpl/nm-vpn-connection.sgml @@ -41,6 +41,20 @@ NMVPNConnection @parent: +<!-- ##### STRUCT NMVPNConnectionClass ##### --> +<para> + +</para> + +@parent: +@vpn_state_changed: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_vpn_connection_new ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-vpn-plugin-ui-interface.sgml b/docs/libnm-glib/tmpl/nm-vpn-plugin-ui-interface.sgml index b6635e98..9b3b71bf 100644 --- a/docs/libnm-glib/tmpl/nm-vpn-plugin-ui-interface.sgml +++ b/docs/libnm-glib/tmpl/nm-vpn-plugin-ui-interface.sgml @@ -28,8 +28,8 @@ nm-vpn-plugin-ui-interface @g_iface: @ui_factory: @get_capabilities: -@import: -@export: +@import_from_file: +@export_to_file: @get_suggested_name: @delete_connection: @_reserved1: @@ -68,14 +68,6 @@ nm-vpn-plugin-ui-interface @Returns: -<!-- ##### MACRO NM_VPN_PLUGIN_UI_INTERFACE_GET_INTERFACE ##### --> -<para> - -</para> - -@obj: - - <!-- ##### MACRO NM_VPN_PLUGIN_UI_CAPABILITY_NONE ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-vpn-plugin.sgml b/docs/libnm-glib/tmpl/nm-vpn-plugin.sgml index 910f5561..25869dd2 100644 --- a/docs/libnm-glib/tmpl/nm-vpn-plugin.sgml +++ b/docs/libnm-glib/tmpl/nm-vpn-plugin.sgml @@ -70,6 +70,27 @@ NMVPNPlugin @parent: +<!-- ##### STRUCT NMVPNPluginClass ##### --> +<para> + +</para> + +@parent: +@connect: +@need_secrets: +@disconnect: +@state_changed: +@ip4_config: +@login_banner: +@failure: +@quit: +@_reserved1: +@_reserved2: +@_reserved3: +@_reserved4: +@_reserved5: +@_reserved6: + <!-- ##### FUNCTION nm_vpn_plugin_error_quark ##### --> <para> diff --git a/docs/libnm-glib/tmpl/nm-wimax-device-bindings.sgml b/docs/libnm-glib/tmpl/nm-wimax-device-bindings.sgml new file mode 100644 index 00000000..9b909c96 --- /dev/null +++ b/docs/libnm-glib/tmpl/nm-wimax-device-bindings.sgml @@ -0,0 +1,69 @@ +<!-- ##### SECTION Title ##### --> +nm-wimax-device-bindings + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### SECTION Image ##### --> + + +<!-- ##### MACRO DBUS_GLIB_CLIENT_WRAPPERS_org_freedesktop_NetworkManager_Device_WiMax ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Device_WiMax_get_nsp_list ##### --> +<para> + +</para> + +@proxy: +@OUT_nsps: +@Returns: + + +<!-- ##### USER_FUNCTION org_freedesktop_NetworkManager_Device_WiMax_get_nsp_list_reply ##### --> +<para> + +</para> + +@proxy: +@OUT_nsps: +@error: +@userdata: + + +<!-- ##### FUNCTION org_freedesktop_NetworkManager_Device_WiMax_get_nsp_list_async ##### --> +<para> + +</para> + +@proxy: +@callback: +@Returns: + + +<!-- ##### FUNCTION dbus_g_proxy_begin_call ##### --> +<para> + +</para> + +@Param1: +@Returns: + + |