~ubuntu-branches/ubuntu/raring/gnome-bluetooth/raring-proposed

« back to all changes in this revision

Viewing changes to lib/bluetooth-chooser-combo.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-15 13:02:12 UTC
  • mfrom: (1.1.30)
  • Revision ID: package-import@ubuntu.com-20120615130212-uwb9s4x23r7w28a5
Tags: 3.4.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
typedef struct _BluetoothChooserCombo {
42
42
        GtkBox            parent;
43
 
 
 
43
        /* < private > */
44
44
        BluetoothChooserComboPrivate *priv;
45
45
} BluetoothChooserCombo;
46
46