diff options
| author | Carlos Maddela <[email protected]> | 2018-12-08 16:38:08 +1100 |
|---|---|---|
| committer | raveit65 <[email protected]> | 2019-01-19 18:49:12 +0100 |
| commit | c85aaec1c46afdd1d7a975dd32d25c835b6daf10 (patch) | |
| tree | 0156b8faae9a7f23bcf95e9dbbd6329740d3c68b /src/dropbox-command-client.h | |
| parent | 167bfabfc228801bf99736bebb01ccbf2c9a76a8 (diff) | |
| download | caja-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.h | 2 |
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; |
