More const-correctness fixes

This continues one of the const-correctness fixes from the previous
commit (it needed some more transitive fixes), and reverts another of
them, since it was over-zealous.

This fixes CI failure: https://gitlab.gnome.org/GNOME/glib/-/jobs/27125.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed-by: nobody
This commit is contained in:
Philip Withnall
2018-04-26 15:34:55 +01:00
parent 22cd18500d
commit 9365e212f8
2 changed files with 4 additions and 4 deletions

View File

@@ -153,7 +153,7 @@ typedef struct
gint monitor_created;
gint monitor_deleted;
gint monitor_changed;
const gchar *monitor_path;
gchar *monitor_path;
gint pos;
const gchar *data;
gchar *buffer;