summaryrefslogtreecommitdiff
path: root/capplet/gsm-app-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'capplet/gsm-app-dialog.h')
-rw-r--r--capplet/gsm-app-dialog.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/capplet/gsm-app-dialog.h b/capplet/gsm-app-dialog.h
index 5869242..bef0535 100644
--- a/capplet/gsm-app-dialog.h
+++ b/capplet/gsm-app-dialog.h
@@ -31,16 +31,19 @@ G_DECLARE_FINAL_TYPE (GsmAppDialog, gsm_app_dialog, GSM, APP_DIALOG, GtkDialog)
GtkWidget * gsm_app_dialog_new (const char *name,
const char *command,
- const char *comment);
+ const char *comment,
+ guint delay);
gboolean gsm_app_dialog_run (GsmAppDialog *dialog,
char **name_p,
char **command_p,
- char **comment_p);
+ char **comment_p,
+ guint *delay);
const char * gsm_app_dialog_get_name (GsmAppDialog *dialog);
const char * gsm_app_dialog_get_command (GsmAppDialog *dialog);
const char * gsm_app_dialog_get_comment (GsmAppDialog *dialog);
+guint gsm_app_dialog_get_delay (GsmAppDialog *dialog);
G_END_DECLS