summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-olpc-mesh.h
Commit message (Collapse)AuthorAgeFilesLines
* libnm-util, libnm-glib: standardize copyright/license headersDan Winship2014-07-151-4/+1
| | | | | | | | | | | | | | | | | | - Remove list of authors from files that had them; these serve no purpose except to quickly get out of date (and were only used in libnm-util and not libnm-glib anyway). - Just say "Copyright", not "(C) Copyright" or "Copyright (C)" - Put copyright statement after the license, not before - Remove "NetworkManager - Network link manager" from the few files that contained it, and "libnm_glib -- Access network status & information from glib applications" from the many files that contained it. - Remove vim modeline from nm-device-olpc-mesh.[ch], add emacs modeline to files that were missing it.
* core: fix NM_IS_*_CLASS(klass) macrosJiří Klimeš2012-07-271-1/+1
| | | | The argument is 'klass' not 'obj'.
* libnm-glib: add errors to device classes and nm_device_connection_compatible()Jiří Klimeš2012-03-161-0/+15
| | | | | Add nm_device_connection_compatible() that returns an error when it fails. nm_device_connection_valid() does the same work except it doesn't set GError.
* libnm-glib: add NMDeviceOlpcMeshJiří Klimeš2012-02-281-0/+69