Bug 1336495 - dbus: Expose interface globals via D-Bus properties - 2.5 backport
Summary: dbus: Expose interface globals via D-Bus properties - 2.5 backport
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: wpa_supplicant
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lubomir Rintel
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-16 15:59 UTC by poma
Modified: 2016-11-23 13:30 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-11-23 13:30:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Expose interface globals via D-Bus properties (28.55 KB, patch)
2016-05-16 15:59 UTC, poma
no flags Details | Diff
Expose interface globals via D-Bus properties v2 (96.58 KB, patch)
2016-05-17 23:33 UTC, poma
no flags Details | Diff

Description poma 2016-05-16 15:59:24 UTC
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;
                ^
...

Comment 1 poma 2016-05-17 12:26:10 UTC
Comment on attachment 1158011 [details]
Expose interface globals via D-Bus properties

Today's weather forecast - Sleet showers with thunder

Comment 2 poma 2016-05-17 23:33:39 UTC
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

Comment 3 Jan Kurik 2016-07-26 04:35:07 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 4 Lubomir Rintel 2016-11-23 13:30:57 UTC
Why would we do this?


Note You need to log in before you can comment on or make changes to this bug.