Home
last modified time | relevance | path

Searched refs:eel_show_info_dialog (Results 1 – 7 of 7) sorted by relevance

/dports/x11-fm/nautilus/nautilus-41.1/eel/
H A Deel-stock-dialogs.h55 GtkDialog *eel_show_info_dialog (const char *primary_text,
H A Deel-stock-dialogs.c449 eel_show_info_dialog (const char *primary_text, in eel_show_info_dialog() function
/dports/x11-fm/nemo/nemo-4.8.3/eel/
H A Deel-stock-dialogs.h58 GtkDialog *eel_show_info_dialog (const char *primary_text,
H A Deel-stock-dialogs.c443 eel_show_info_dialog (const char *primary_text, in eel_show_info_dialog() function
462 return eel_show_info_dialog (primary_text, secondary_text, parent); in eel_show_info_dialog_with_details()
/dports/x11-fm/caja/caja-1.26.0/eel/
H A Deel-stock-dialogs.h67 GtkDialog *eel_show_info_dialog (const char *primary_text,
H A Deel-stock-dialogs.c533 eel_show_info_dialog (const char *primary_text, in eel_show_info_dialog() function
553 return eel_show_info_dialog (primary_text, secondary_text, parent); in eel_show_info_dialog_with_details()
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-program-choosing.c137 eel_show_info_dialog (prompt, message, parent_window); in application_cannot_open_location()