Add ag_app_buttoned_dialog() to ag-app.h

This commit is contained in:
Gergely Polonkai 2014-08-02 19:52:47 +02:00
parent 367a91cb51
commit 6e35a98cd5
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ void ag_app_run_action(AgApp *app,
gboolean is_remote,
const AstrognomeOptions *options);
gint ag_app_buttoned_dialog(GtkWidget *window,
GtkMessageType message_type,
const gchar *message,
const gchar *first_button_text, ...);
void ag_app_message_dialog(GtkWidget *window,
GtkMessageType message_type,
gchar *fmt, ...);