~ubuntu-branches/ubuntu/hardy/gnome-system-tools/hardy-updates

« back to all changes in this revision

Viewing changes to src/network/connection.h

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 12:56:26 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719125626-ohk1pfxumjf3lge2
Tags: 2.19.0-0ubuntu1
* New upstream release:
  - Common
    - fix gtk-update-icon-cache for uninstall-hook (David Farning)
  - Network
    - Fix implicit conversion to pointer
    - Add WPA/WPA2 PSK descriptions
  - Services
    - Fix implicit conversion to pointer
    - Fix some compiler warnings
  - Users
    - Fix a compiler warning
* Translations
  - be@latin, ca, dz, en_GB, es, et, eu, it, nb, pt_BR, si, th, vi, zh_CN
* debian/control.in
  - removed libart build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
gchar *connection_get_config_method (GstConnectionDialog *dialog);
103
103
void   connection_set_config_method (GstConnectionDialog *dialog,
104
104
                                     const gchar         *method);
 
105
gchar *connection_combo_get_value   (GtkComboBox         *combo);
105
106
 
106
107
 
107
108
#endif /* __CONNECTION_H */