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 {
7979 }
8080 }
8181
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-
8882 #[ doc( alias = "g_application_command_line_get_is_remote" ) ]
8983 #[ doc( alias = "get_is_remote" ) ]
9084 #[ doc( alias = "is-remote" ) ]
@@ -170,16 +164,6 @@ pub trait ApplicationCommandLineExt: IsA<ApplicationCommandLine> + 'static {
170164 }
171165 }
172166
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-
183167 #[ doc( alias = "is-remote" ) ]
184168 fn connect_is_remote_notify < F : Fn ( & Self ) + ' static > ( & self , f : F ) -> SignalHandlerId {
185169 unsafe extern "C" fn notify_is_remote_trampoline <
You can’t perform that action at this time.
0 commit comments