Skip to content

Commit e44d231

Browse files
committed
window.c: Allow meta_window_get_xwindow() to be used with
introspection.
1 parent c322192 commit e44d231

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/window.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7871,9 +7871,10 @@ meta_window_get_display (MetaWindow *window)
78717871
}
78727872

78737873
/**
7874-
* meta_window_get_xwindow: (skip)
7874+
* meta_window_get_xwindow:
78757875
* @window: a #MetaWindow
78767876
*
7877+
* Returns: (type gulong): The Window (XID) of @window
78777878
*/
78787879
Window
78797880
meta_window_get_xwindow (MetaWindow *window)

0 commit comments

Comments
 (0)