~ubuntu-branches/debian/sid/gsmartcontrol/sid

« back to all changes in this revision

Viewing changes to src/gsc_preferences_window.h

  • Committer: Bazaar Package Importer
  • Author(s): Giuseppe Iuculano
  • Date: 2011-07-15 14:59:29 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110715145929-2o1o4phm5w1rwttz
Tags: 0.8.6-1
* [dbb993d] Updated my email address and removed DM-Upload-Allowed
  control field
* [b681b5b] Imported Upstream version 0.8.6
* [ab9bb7a] Refreshed patches
* [a909506] Bump to Standards-Version 3.9.2, no changes needed
* [48dd13d] Switch to dpkg-source 3.0 (quilt) format

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**************************************************************************
2
2
 Copyright:
3
 
      (C) 2008 - 2009  Alexander Shaduri <ashaduri 'at' gmail.com>
 
3
      (C) 2008 - 2011  Alexander Shaduri <ashaduri 'at' gmail.com>
4
4
 License: See LICENSE_gsmartcontrol.txt
5
5
***************************************************************************/
6
6
 
35
35
                { }
36
36
 
37
37
 
38
 
                void update_device_widgets(const std::string& device, const std::string& params);
 
38
                void update_device_widgets(const std::string& device, const std::string& type, const std::string& params);
39
39
 
40
40
                void device_widget_set_remove_possible(bool b);
41
41
 
90
90
 
91
91
                void on_device_options_device_entry_changed();
92
92
 
 
93
                void on_device_options_type_entry_changed();
 
94
 
93
95
                void on_device_options_parameter_entry_changed();
94
96
 
95
97