summaryrefslogtreecommitdiff
path: root/src/xfpm-network-manager.h
diff options
context:
space:
mode:
authorAli Abdallah <ali.slackware@gmail.com>2009-03-08 19:49:10 +0000
committerAli Abdallah <ali.slackware@gmail.com>2009-03-08 19:49:10 +0000
commit1635e0d39902bb05ed5b67618cce2c04a689e67b (patch)
tree4f125ceac6a8d6b8d37000dd5601dc05a28ed54b /src/xfpm-network-manager.h
parent9a1d8c8dd4e99de855b70347e556468954d63b51 (diff)
downloadixfce4-power-manager-1635e0d39902bb05ed5b67618cce2c04a689e67b.tar.gz
Import of changes for what will be in time version 0.8
(Old svn revision: 6871)
Diffstat (limited to 'src/xfpm-network-manager.h')
-rw-r--r--src/xfpm-network-manager.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/xfpm-network-manager.h b/src/xfpm-network-manager.h
new file mode 100644
index 00000000..0b680d46
--- /dev/null
+++ b/src/xfpm-network-manager.h
@@ -0,0 +1,30 @@
+/*
+ * * Copyright (C) 2008-2009 Ali <aliov@xfce.org>
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef __XFPM_NETWORK_MANAGER_H
+#define __XFPM_NETWORK_MANAGER_H
+
+G_BEGIN_DECLS
+
+gboolean xfpm_send_message_to_network_manager (const gchar *message);
+
+G_END_DECLS
+
+#endif /*__XFPM_NETWORK_MANAGER_H */