summaryrefslogtreecommitdiff
path: root/src/dropbox-command-client.h
diff options
context:
space:
mode:
authorCarlos Maddela <[email protected]>2018-12-08 16:38:08 +1100
committerraveit65 <[email protected]>2019-01-19 18:49:12 +0100
commitc85aaec1c46afdd1d7a975dd32d25c835b6daf10 (patch)
tree0156b8faae9a7f23bcf95e9dbbd6329740d3c68b /src/dropbox-command-client.h
parent167bfabfc228801bf99736bebb01ccbf2c9a76a8 (diff)
downloadcaja-dropbox-c85aaec1c46afdd1d7a975dd32d25c835b6daf10.tar.bz2
caja-dropbox-c85aaec1c46afdd1d7a975dd32d25c835b6daf10.tar.xz
Remove deprecated glib2.0 API calls
origin commit from: https://github.com/dropbox/nautilus-dropbox/pull/62
Diffstat (limited to 'src/dropbox-command-client.h')
-rw-r--r--src/dropbox-command-client.h2
1 files changed, 1 insertions, 1 deletions
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;