summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/cpdmgr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/unx/cpdmgr.hxx')
-rw-r--r--vcl/inc/unx/cpdmgr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/cpdmgr.hxx b/vcl/inc/unx/cpdmgr.hxx
index 8e15cb0ba27b..ed1929744163 100644
--- a/vcl/inc/unx/cpdmgr.hxx
+++ b/vcl/inc/unx/cpdmgr.hxx
@@ -73,8 +73,8 @@ class CPDManager : public PrinterInfoManager
virtual void initialize() override;
#if ENABLE_DBUS && ENABLE_GIO
- static void onNameAcquired(GDBusConnection *connection, const char* name, void* user_data);
- static void onNameLost (GDBusConnection *, const char *name, void*);
+ static void onNameAcquired(GDBusConnection *connection, const gchar* name, gpointer user_data);
+ static void onNameLost (GDBusConnection *, const gchar *name, gpointer);
static void printerAdded (GDBusConnection *connection,
const gchar *sender_name,
const gchar *object_path,