@@ -922,24 +922,6 @@ const RUST_LAYOUTS: &[(&str, Layout)] = &[
922922 alignment : align_of :: < GUnicodeType > ( ) ,
923923 } ,
924924 ) ,
925- #[ cfg( unix) ]
926- #[ cfg_attr( docsrs, doc( cfg( unix) ) ) ]
927- (
928- "GUnixPipe" ,
929- Layout {
930- size : size_of :: < GUnixPipe > ( ) ,
931- alignment : align_of :: < GUnixPipe > ( ) ,
932- } ,
933- ) ,
934- #[ cfg( unix) ]
935- #[ cfg_attr( docsrs, doc( cfg( unix) ) ) ]
936- (
937- "GUnixPipeEnd" ,
938- Layout {
939- size : size_of :: < GUnixPipeEnd > ( ) ,
940- alignment : align_of :: < GUnixPipeEnd > ( ) ,
941- } ,
942- ) ,
943925 (
944926 "GUriError" ,
945927 Layout {
@@ -1803,8 +1785,6 @@ const RUST_CONSTANTS: &[(&str, &str)] = &[
18031785 ( "(gint) G_UNICODE_TITLECASE_LETTER" , "8" ) ,
18041786 ( "(gint) G_UNICODE_UNASSIGNED" , "2" ) ,
18051787 ( "(gint) G_UNICODE_UPPERCASE_LETTER" , "9" ) ,
1806- ( "(gint) G_UNIX_PIPE_END_READ" , "0" ) ,
1807- ( "(gint) G_UNIX_PIPE_END_WRITE" , "1" ) ,
18081788 ( "(gint) G_URI_ERROR_BAD_AUTH_PARAMS" , "4" ) ,
18091789 ( "(gint) G_URI_ERROR_BAD_FRAGMENT" , "9" ) ,
18101790 ( "(gint) G_URI_ERROR_BAD_HOST" , "5" ) ,
0 commit comments