summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-device-wimax.c
AgeCommit message (Expand)AuthorFilesLines
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-6/+39
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-1/+3
2012-02-03libnm-glib: implement GInitable/GAsyncInitable in NMObjectDan Winship1-17/+12
2012-02-03libnm-glib: add "pseudoproperties" for things like Client.GetDevicesDan Winship1-80/+21
2012-02-03libnm-glib: simplify handling of object and object array propertiesDan Winship1-37/+1
2012-02-03libnm-glib: simplify property getter methodsDan Winship1-85/+14
2012-02-03libnm-glib: simplify and genericize property declarationDan Winship1-13/+13
2012-02-02libnm-glib: don't use client-side generated dbus-glib bindingsDan Winship1-3/+4
2011-06-01libnm-glib: fix up empty object path demarshalling after 8afce8590ab8f08f0703...Dan Williams1-5/+5
2011-05-26libnm-glib: handle NULL object paths genericallyDan Williams1-15/+10
2011-04-25libnm-glib: add *_connection_valid() utility functionsDan Williams1-37/+28
2011-03-17libnm-glib: handle new device statesDan Williams1-0/+3
2011-03-10libnm-glib: add nm_device_filter_connections()Dan Williams1-0/+49
2011-03-10libnm-glib: documentation fixesDan Williams1-2/+2
2011-02-16libnm-glib: make _nm_object_cache_get() return a referenced objectDan Williams1-4/+2
2011-02-15libnm-glib: add GError parameter to _nm_object_get_... functionsJiří Klimeš1-9/+16
2011-01-21introspection: add GObject introspection support (bgo #637032)Giovanni Campagna1-30/+31
2011-01-06wimax: add Center Frequency, RSSI, CINR, TX Power, and BSID propertiesDan Williams1-15/+287
2011-01-04libnm-glib: add hissing hw-address property for WiMAX devicesDan Williams1-0/+13
2011-01-03wimax: make WiMAX mostly workDan Williams1-0/+568