diff options
Diffstat (limited to 'backends/pulse/pulse-device.h')
-rw-r--r-- | backends/pulse/pulse-device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/pulse/pulse-device.h b/backends/pulse/pulse-device.h index b862879..94c331f 100644 --- a/backends/pulse/pulse-device.h +++ b/backends/pulse/pulse-device.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS #define PULSE_DEVICE_CLASS(k) \ (G_TYPE_CHECK_CLASS_CAST ((k), PULSE_TYPE_DEVICE, PulseDeviceClass)) #define PULSE_IS_DEVICE_CLASS(k) \ - (G_TYPE_CLASS_CHECK_CLASS_TYPE ((k), PULSE_TYPE_DEVICE)) + (G_TYPE_CHECK_CLASS_TYPE ((k), PULSE_TYPE_DEVICE)) #define PULSE_DEVICE_GET_CLASS(o) \ (G_TYPE_INSTANCE_GET_CLASS ((o), PULSE_IS_DEVICE, PulseDeviceClass)) @@ -48,6 +48,7 @@ struct _PulseDevice { GObject parent; + /*< private >*/ PulseDevicePrivate *priv; }; |