summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-bluetooth.c
Commit message (Expand)AuthorAgeFilesLines
* all: remove consecutive empty linesBeniamino Galvani2018-04-301-1/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-1/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* docs: misc small fixesDan Winship2014-12-181-1/+2
* libnm*: fix library gettext usageDan Winship2014-11-131-1/+1
* all: consistently include config.hDan Winship2014-11-131-0/+2
* libnm-util, libnm-glib: whitespace fixesDan Winship2014-07-151-5/+7
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-6/+2
* libnm-util: remove NMSetting* GParamSpec docsDan Winship2014-06-191-12/+7
* libnm-util: various NMSetting* property doc fixes/improvementsDan Winship2014-06-191-1/+1
* libnm-util: refactor NMSetting name and register_settingsThomas Haller2013-12-121-1/+0
* libnm-util: add INFERRABLE flag and remove CANDIDATEDan Williams2013-12-051-2/+2
* libnm-util: remove usage of NM_SETTING_PARAM_SERIALIZEDan Williams2013-12-021-2/+2
* libnm-util: centralize find_setting_by_name codeDan Winship2013-10-241-15/+2
* libnm-util: prefix errors with 'setting.property' instead of 'property' onlyJiří Klimeš2013-06-131-5/+5
* libnm-util: make property verification errors more descriptiveJiří Klimeš2013-03-131-15/+23
* trivial: plug some memory leaksDan Williams2013-02-251-0/+1
* libnm-util: clean up setting registrationDan Williams2012-10-291-1/+7
* all: Don't use ctype.h macrosDan Winship2012-09-261-1/+0
* libnm-util: fix return values in g_return_val_if_fail()Jiří Klimeš2012-06-071-1/+1
* Use glib-mkenums to generate enum typesDan Winship2012-02-151-21/+0
* libnm-util: add some missing GObject introspection annotationsDan Williams2011-07-191-1/+1
* docs: document Bluetooth setting more fullyDan Williams2011-07-051-2/+45
* libnm-util: fix description of bluetooth setting type propertyDan Williams2011-02-181-2/+2
* doc: document bluetooth setting propertiesDan Williams2009-11-111-1/+15
* bluetooth: DUN + no CDMA/GSM means invalid connection, really it doesDan Williams2009-05-211-0/+1
* bluetooth: fix my stupid commit mistake of 7be36a7319af2209cc8976978c65e0a8e1...Dan Williams2009-05-181-1/+1
* bluetooth: actually set the NMSettingBluetooth name property on initBastien Nocera2009-05-181-0/+1
* bluetooth: fix confusion about NAP and PANDan Williams2009-05-141-2/+2
* bluetooth: NMDeviceBt and associated fixesDan Williams2009-05-141-1/+1
* bluetooth: add NMSettingBluetoothDan Williams2009-05-131-0/+266