bluez: Fix trivial coding style issues on pointer declarations and casting
Avoid using C++ style pointer declarations like "char* ptr", as most BlueZ code uses "char *ptr".
This commit is contained in:
parent
3a02461349
commit
f1c526da47
@ -84,7 +84,7 @@ gboolean gst_avdtp_sink_set_device_caps(GstAvdtpSink *sink,
|
||||
guint gst_avdtp_sink_get_link_mtu(GstAvdtpSink *sink);
|
||||
|
||||
void gst_avdtp_sink_set_device(GstAvdtpSink *sink,
|
||||
const gchar* device);
|
||||
const gchar *device);
|
||||
|
||||
void gst_avdtp_sink_set_transport(GstAvdtpSink *sink,
|
||||
const gchar *transport);
|
||||
|
Loading…
x
Reference in New Issue
Block a user