gdk: Fix prototype for gdk_x11_window_set_utf8_property
This commit is contained in:
committed by
Ryan Lortie
parent
618bca1333
commit
a003eef9d4
@@ -158,10 +158,6 @@ GType gdk_window_impl_x11_get_type (void);
|
||||
void gdk_x11_window_set_user_time (GdkWindow *window,
|
||||
guint32 timestamp);
|
||||
|
||||
void gdk_x11_window_set_utf8_property (GdkWindow *window,
|
||||
const gchar *name,
|
||||
const gchar *value);
|
||||
|
||||
GdkToplevelX11 *_gdk_x11_window_get_toplevel (GdkWindow *window);
|
||||
void _gdk_x11_window_tmp_unset_bg (GdkWindow *window,
|
||||
gboolean recurse);
|
||||
|
||||
@@ -57,6 +57,9 @@ 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);
|
||||
void gdk_x11_window_set_utf8_property (GdkWindow *window,
|
||||
const gchar *name,
|
||||
const gchar *value);
|
||||
void gdk_x11_window_set_theme_variant (GdkWindow *window,
|
||||
char *variant);
|
||||
void gdk_x11_window_set_hide_titlebar_when_maximized (GdkWindow *window,
|
||||
|
||||
Reference in New Issue
Block a user