From 6fd897bb100995333ca2ec73667a8d9d21c83862 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Feb 2013 10:50:28 +0100 Subject: [PATCH] Add available marker to gdk_x11_window_set_utf8_property --- gdk/x11/gdkx11window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/x11/gdkx11window.h b/gdk/x11/gdkx11window.h index 47bd5c5e6..88cc40fa8 100644 --- a/gdk/x11/gdkx11window.h +++ b/gdk/x11/gdkx11window.h @@ -55,6 +55,7 @@ GType gdk_x11_window_get_type (void); Window gdk_x11_window_get_xid (GdkWindow *window); void gdk_x11_window_set_user_time (GdkWindow *window, guint32 timestamp); +GDK_AVAILABLE_IN_3_4 void gdk_x11_window_set_utf8_property (GdkWindow *window, const gchar *name, const gchar *value); -- 2.43.2