summaryrefslogtreecommitdiff
path: root/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libxfce4kbd-private/xfce-shortcuts-editor-dialog.h')
-rw-r--r--libxfce4kbd-private/xfce-shortcuts-editor-dialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h b/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h
index 172d7a4..73bbffc 100644
--- a/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h
+++ b/libxfce4kbd-private/xfce-shortcuts-editor-dialog.h
@@ -41,6 +41,10 @@ GType xfce_shortcuts_editor_dialog_get_type (void) G_GNUC_CONST;
GtkWidget *xfce_shortcuts_editor_dialog_new (int argument_count,
...) G_GNUC_MALLOC;
+GtkWidget *xfce_shortcuts_editor_dialog_new_with_parent (GtkWindow *parent,
+ int argument_count,
+ ... ) G_GNUC_MALLOC;
+
G_END_DECLS
#endif /* !__XFCE_SHORTCUTS_EDITOR_DIALOG_H__ */