summaryrefslogtreecommitdiff
path: root/libnm/nm-access-point.c
Commit message (Expand)AuthorAgeFilesLines
* libnm/doc: fix gtk-doc for deprecated markers in libnmThomas Haller2020-03-231-1/+1
* libnm: refactor caching of D-Bus objects in NMClientThomas Haller2019-11-251-41/+53
* libnm: add and use _nml_coerce_property_*()Thomas Haller2019-10-271-1/+1
* libnm: change default value for NMAccessPoint:mode propertyThomas Haller2019-10-271-1/+1
* libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-221-17/+28
* libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-181-79/+64
* all: unify format of our Copyright source code commentsThomas Haller2019-10-021-2/+2
* all: SPDX header conversionLubomir Rintel2019-09-101-15/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* libnm: fix GObject Introspection annotations for functions returning a GPtrArrayCorentin Noël2018-11-121-1/+1
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-3/+3
* doc: add units to some libnm (and libnm-glib) function docsHarry Mallon2018-05-231-4/+4
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: replace non-leading tabs with spacesThomas Haller2018-02-071-1/+1
* libnm: handle errors gracefully in nm_access_point_connection_valid()Thomas Haller2017-03-241-10/+17
* libnm: use the o.fd.DBus.ObjectManager API for object managementlr/object-managerLubomir Rintel2016-11-101-2/+0
* libnm: coerce empty strings to NULL for D-Bus propertiesThomas Haller2016-10-241-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-8/+8
* Revert "all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backpor...Thomas Haller2015-08-251-1/+1
* all: change "Since: 1.2" to "Since: 1.0.4"/"Since: 1.0.6" for backported APIJiří Klimeš2015-08-211-1/+1
* libnm: backport symbol nm_access_point_get_last_seen@libnm_1_0_6Thomas Haller2015-08-091-0/+2
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* libnm: fix nm_access_point_get_last_seen() code doc after 1e85c358Dan Williams2015-07-171-1/+1
* libnm: add Wi-Fi AP 'last-seen' propertyDan Williams2015-04-291-0/+43
* libnm: add some missing (transfer) annotationsDan Winship2014-11-151-1/+2
* all: consistently include config.hDan Winship2014-11-131-1/+2
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-281-20/+19
* libnm: make use of GParamSpecFlags and GParamSpecEnumDan Winship2014-10-031-20/+22
* libnm: fix nm_access_point_get_ssid() return valueDan Winship2014-09-191-3/+9
* libnm: let NMObject create all D-Bus proxiesDan Winship2014-09-181-15/+3
* libnm: drop NM_TYPE_SSID, use G_TYPE_BYTESDan Winship2014-09-041-25/+8
* libnm-core: change DBUS_TYPE_G_UCHAR_ARRAY properties to G_TYPE_BYTESDan Winship2014-09-041-3/+8
* libnm-core: change all mac-address properties to G_TYPE_STRINGDan Winship2014-09-041-2/+2
* libnm-core, etc: add nm_utils_hwaddr_matches()Dan Winship2014-08-071-11/+6
* libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.hDan Winship2014-08-071-1/+0
* all: remove use of struct ether_addr / ether_aton()Dan Winship2014-08-071-6/+5
* libnm: rename NetworkManager.h and NetworkManagerVPN.hDan Winship2014-08-011-1/+1
* libnm: make the the use of GInitable mandatoryDan Winship2014-08-011-11/+0
* libnm: add init_dbus() virtual method to NMObjectDan Winship2014-08-011-16/+9
* libnm: remove _new functions from NMObject subclassesDan Winship2014-08-011-21/+0
* libnm: remove all deprecated functions and typesDan Winship2014-08-011-18/+4
* libnm: add libnm/libnm-core (part 1)Dan Winship2014-08-011-0/+673