Add available marker to gdk_x11_window_set_utf8_property

This commit is contained in:
Matthias Clasen 2013-02-25 10:50:28 +01:00
parent 282e7c390e
commit 6fd897bb10

View File

@ -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);