File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,6 @@ pub trait ApplicationCommandLineExt: IsA<ApplicationCommandLine> + 'static {
79
79
}
80
80
}
81
81
82
- #[ doc( alias = "g_application_command_line_get_exit_status" ) ]
83
- #[ doc( alias = "get_exit_status" ) ]
84
- fn exit_status ( & self ) -> i32 {
85
- unsafe { ffi:: g_application_command_line_get_exit_status ( self . as_ref ( ) . to_glib_none ( ) . 0 ) }
86
- }
87
-
88
82
#[ doc( alias = "g_application_command_line_get_is_remote" ) ]
89
83
#[ doc( alias = "get_is_remote" ) ]
90
84
#[ doc( alias = "is-remote" ) ]
@@ -170,16 +164,6 @@ pub trait ApplicationCommandLineExt: IsA<ApplicationCommandLine> + 'static {
170
164
}
171
165
}
172
166
173
- #[ doc( alias = "g_application_command_line_set_exit_status" ) ]
174
- fn set_exit_status ( & self , exit_status : i32 ) {
175
- unsafe {
176
- ffi:: g_application_command_line_set_exit_status (
177
- self . as_ref ( ) . to_glib_none ( ) . 0 ,
178
- exit_status,
179
- ) ;
180
- }
181
- }
182
-
183
167
#[ doc( alias = "is-remote" ) ]
184
168
fn connect_is_remote_notify < F : Fn ( & Self ) + ' static > ( & self , f : F ) -> SignalHandlerId {
185
169
unsafe extern "C" fn notify_is_remote_trampoline <
You can’t perform that action at this time.
0 commit comments