diff options
Diffstat (limited to 'gdk/x11/gdkx11surface.h')
-rw-r--r-- | gdk/x11/gdkx11surface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkx11surface.h b/gdk/x11/gdkx11surface.h index f2be036d38..63b11ecf04 100644 --- a/gdk/x11/gdkx11surface.h +++ b/gdk/x11/gdkx11surface.h @@ -60,8 +60,8 @@ void gdk_x11_surface_set_user_time (GdkSurface *surface, guint32 timestamp); GDK_AVAILABLE_IN_ALL void gdk_x11_surface_set_utf8_property (GdkSurface *surface, - const gchar *name, - const gchar *value); + const char *name, + const char *value); GDK_AVAILABLE_IN_ALL void gdk_x11_surface_set_theme_variant (GdkSurface *surface, const char *variant); |