summaryrefslogtreecommitdiff
path: root/thunar-volman/tvm-block-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'thunar-volman/tvm-block-device.h')
-rw-r--r--thunar-volman/tvm-block-device.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/thunar-volman/tvm-block-device.h b/thunar-volman/tvm-block-device.h
index 2f51e6a..5f6f1d7 100644
--- a/thunar-volman/tvm-block-device.h
+++ b/thunar-volman/tvm-block-device.h
@@ -1,34 +1,34 @@
-/* $Id$ */
+/* vi:set et ai sw=2 sts=2 ts=2: */
/*-
- * Copyright (c) 2007 Benedikt Meurer <benny@xfce.org>.
+ * Copyright (c) 2010 Jannis Pohlmann <jannis@xfce.org>
*
- * 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 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.
+ * 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
+ * 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 __TVM_BLOCK_DEVICE_H__
#define __TVM_BLOCK_DEVICE_H__
+#include <glib.h>
+
+#include <thunar-volman/tvm-context.h>
#include <thunar-volman/tvm-device.h>
G_BEGIN_DECLS
-gboolean tvm_block_device_added (TvmPreferences *preferences,
- LibHalContext *context,
- const gchar *udi,
- const gchar *capability,
- GError **error) G_GNUC_INTERNAL;
+void tvm_block_device_added (TvmContext *context);
G_END_DECLS