From c85aaec1c46afdd1d7a975dd32d25c835b6daf10 Mon Sep 17 00:00:00 2001 From: Carlos Maddela Date: Sat, 8 Dec 2018 16:38:08 +1100 Subject: Remove deprecated glib2.0 API calls origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/62 --- src/dropbox-command-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dropbox-command-client.h') diff --git a/src/dropbox-command-client.h b/src/dropbox-command-client.h index 1c1b279..0f46f00 100644 --- a/src/dropbox-command-client.h +++ b/src/dropbox-command-client.h @@ -65,7 +65,7 @@ typedef void (*DropboxCommandClientConnectionAttemptHook)(guint, gpointer); typedef GHookFunc DropboxCommandClientConnectHook; typedef struct { - GMutex *command_connected_mutex; + GMutex command_connected_mutex; gboolean command_connected; GAsyncQueue *command_queue; GList *ca_hooklist; -- cgit v1.2.1