~khurshid-alam/unity-control-center/use-usd-schemas

« back to all changes in this revision

Viewing changes to panels/network/cc-network-panel.h

  • Committer: Sebastien Bacher
  • Author(s): Khurshid Alam
  • Date: 2019-05-17 07:34:33 UTC
  • mfrom: (12920.1.1 unity-control-center)
  • Revision ID: seb128@ubuntu.com-20190517073433-ch2kybdhhzpkmvq4
Network: Port to libnm 1.2 (lp: #1744619)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
GType cc_network_panel_get_type (void) G_GNUC_CONST;
67
67
 
68
 
void  cc_network_panel_register (GIOModule *module);
 
68
void cc_network_panel_register (GIOModule *module);
 
69
 
 
70
GPtrArray *cc_network_panel_get_devices (CcNetworkPanel *panel);
69
71
 
70
72
G_END_DECLS
71
73