Home
last modified time | relevance | path

Searched refs:NEMO_APPLICATION_CLASS (Results 1 – 4 of 4) sorted by relevance

/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-application.c428 NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (application))->open_location (application, in nemo_application_open_location()
439 return NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (application))->create_window (application, in nemo_application_create_window()
447 NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (application))->notify_unmount_done (application, in nemo_application_notify_unmount_done()
455 NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (application))->notify_unmount_show (application, in nemo_application_notify_unmount_show()
462 NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (application))->close_all_windows (application); in nemo_application_close_all_windows()
512 NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (self))->continue_quit (self); in nemo_application_quit()
539 NEMO_APPLICATION_CLASS (G_OBJECT_GET_CLASS (self))->continue_startup (self); in nemo_application_startup()
H A Dnemo-application.h37 #define NEMO_APPLICATION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), NEMO_TYPE_APPLICATION, Nem… macro
H A Dnemo-desktop-application.c444 nemo_app_class = NEMO_APPLICATION_CLASS (class); in nemo_desktop_application_class_init()
H A Dnemo-main-application.c867 nemo_app_class = NEMO_APPLICATION_CLASS (class); in nemo_main_application_class_init()