summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-modem.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-5/+4
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-07-15libnm-util, libnm-glib: whitespace fixesDan Winship1-4/+1
2014-07-15libnm-util, libnm-glib: standardize copyright/license headersDan Winship1-4/+2
2014-06-19all: remove remaining GParamSpec name/blurb stringsDan Winship1-12/+12
2014-03-06libnm-glib: add nm_device_get_setting_type()Dan Winship1-0/+15
2014-01-23trivial: remove unused #definesDan Williams1-3/+0
2013-09-14libnm-glib: fix NMDeviceModem connection compatible check for LTE connectionsDan Williams1-2/+6
2013-05-08libnm-glib, core: use g_cclosure_marshal_genericDan Winship1-1/+0
2013-05-07libnm-glib, cli: add nm_device_get_type_descriptionDan Winship1-0/+16
2013-04-08libnm-glib: use helpers to create dbus proxiesDan Williams1-8/+2
2013-03-13libnm-glib: match interface name in nm_device_connection_compatible()Dan Winship1-3/+1
2013-03-07all: remove redundant return-if-fail checksDan Winship1-2/+0
2012-04-27libnm-glib: fix build on older glib without g_clear_object()Dan Williams1-0/+2
2012-04-23libnm-glib: NULL out priv fields on dispose()Dan Winship1-10/+1
2012-03-28libnm-glib: more ensure_inited() fixingDan Winship1-0/+2
2012-03-16libnm-glib: add errors to device classes and nm_device_connection_compatible()Jiří Klimeš1-5/+32
2012-03-12libnm-glib: ensure nm_device_set_device_type() stays privateDan Williams1-1/+1
2012-03-07libnm-glib: simplify setting device-type propertyDan Williams1-5/+6
2012-02-15Use glib-mkenums to generate enum typesDan Winship1-1/+1
2012-02-03libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship1-18/+10
2012-02-03libnm-glib: simplify property getter methodsDan Winship1-22/+4
2012-02-03libnm-glib: simplify and genericize property declarationDan Winship1-8/+8
2011-04-25libnm-glib: add *_connection_valid() utility functionsDan Williams1-34/+27
2011-03-10libnm-glib: add nm_device_filter_connections()Dan Williams1-3/+52
2011-02-25libnm-glib: add modem device propertiesDan Williams1-2/+52
2011-02-25core: consolidate mobile broadband device typesDan Williams1-0/+186