Bug 1336495
Summary: | dbus: Expose interface globals via D-Bus properties - 2.5 backport | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | poma <pomidorabelisima> | ||||||
Component: | wpa_supplicant | Assignee: | Lubomir Rintel <lkundrak> | ||||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 25 | CC: | blueowl, dcbw, lkundrak, lrintel | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2016-11-23 13:30:57 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Comment on attachment 1158011 [details]
Expose interface globals via D-Bus properties
Today's weather forecast - Sleet showers with thunder
Created attachment 1158550 [details]
Expose interface globals via D-Bus properties v2
2.5 backport - dbus:
- Pass property description to getters/setters
- Expose interface globals via D-Bus properties
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Why would we do this? |
Created attachment 1158011 [details] Expose interface globals via D-Bus properties Description of problem: Enhancement actually Version-Release number of selected component (if applicable): wpa_supplicant v2.5 How reproducible: Depends on meteorological forecasts Steps to Reproduce: 1. Apply respective config 2. Run application 3. Return Actual results: Interface globals non-exposed via D-Bus properties Expected results: Interface globals -exposed- via D-Bus properties Additional info: building process: ... dbus/dbus_new.c: In function 'wpa_dbus_ctrl_iface_props_init': dbus/dbus_new.c:3551:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] desc->getter = wpas_dbus_getter_iface_global; ^ dbus/dbus_new.c:3552:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] desc->setter = wpas_dbus_setter_iface_global; ^ ...