summaryrefslogtreecommitdiff
path: root/src/openbsd
AgeCommit message (Expand)AuthorFilesLines
2011-03-21openbsd: move batt/ac properties update to their own separate functionsLandry Breuil1-12/+26
2011-03-21openbsd: No need for a delayed callback coldplugging devicesLandry Breuil1-21/+15
2011-03-21openbsd: add is_laptop boolean and only add ac/batt devices if trueLandry Breuil1-35/+44
2011-03-21openbsd: set has-history & has-statistics to TRUELandry Breuil1-2/+2
2011-03-21openbsd: add up_native_is_laptop()Landry Breuil1-0/+19
2011-03-21openbsd: Move os-specific headers inclusion to up-apm-native.hLandry Breuil2-11/+13
2011-03-21openbsd: update ac online status tooLandry Breuil1-6/+10
2011-03-21openbsd: cast battery_life to gdoubleLandry Breuil1-3/+1
2011-03-21openbsd: Don't update percentage, probably missing a castLandry Breuil1-14/+19
2011-03-21openbsd: Use separate 'static' devices for ac and batteryLandry Breuil3-36/+61
2011-03-21openbsd: add dumb ApmNative gobjectLandry Breuil1-1/+49
2011-03-21openbsd: fetch batt info from APM_IOC_GETPOWER ioctl()Landry Breuil1-2/+44
2011-03-21openbsd: do a delayed add for device coldplugging, and emit device-added signalLandry Breuil1-0/+18
2011-03-21trivial: actually return a stringLandry Breuil1-1/+1
2011-03-21trivial: return FALSE in callbackLandry Breuil1-0/+2
2011-03-21openbsd: Add GObject stuff + wip on apm_thread/apm_event_cbLandry Breuil1-1/+209
2011-03-21openbsd: add skeleton codeLandry Breuil3-0/+130