summaryrefslogtreecommitdiff
path: root/src/xfpm-popups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xfpm-popups.h')
-rw-r--r--src/xfpm-popups.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/xfpm-popups.h b/src/xfpm-popups.h
new file mode 100644
index 00000000..5ea97984
--- /dev/null
+++ b/src/xfpm-popups.h
@@ -0,0 +1,30 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*-
+ *
+ * * Copyright (C) 2008 Ali <ali.slackware@gmail.com>
+ *
+ * Licensed under the GNU General Public License Version 2
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __XFPM_POPUPS_H
+#define __XFPM_POPUPS_H
+
+void xfpm_popup_message(const gchar *title,
+ const gchar *message,
+ GtkMessageType message_type);
+
+
+#endif /* __XFPM_POPUPS_H */