[Pkg-privacy-commits] [nautilus-wipe] 25/224: Add headers for operations.

Ulrike Uhlig u-guest at moszumanska.debian.org
Thu Jul 7 19:45:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch master
in repository nautilus-wipe.

commit 81c1dd520f7dd8b0f341ae4b46323762b86c6fa2
Author: Colomban Wendling <ban at herbesfolles.org>
Date:   Sat Feb 20 17:25:21 2010 +0100

    Add headers for operations.
---
 nautilus-srm/delete-operation.c |  2 ++
 nautilus-srm/delete-operation.h | 40 ++++++++++++++++++++++++++++++++++++++++
 nautilus-srm/fill-operation.c   |  2 ++
 nautilus-srm/fill-operation.h   | 40 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 84 insertions(+)

diff --git a/nautilus-srm/delete-operation.c b/nautilus-srm/delete-operation.c
index 347d2e5..2e4af9f 100644
--- a/nautilus-srm/delete-operation.c
+++ b/nautilus-srm/delete-operation.c
@@ -23,6 +23,8 @@
 # include "config.h"
 #endif
 
+#include "delete-operation.h"
+
 #include <gsecuredelete/gsecuredelete.h>
 #include <libnautilus-extension/nautilus-file-info.h>
 
diff --git a/nautilus-srm/delete-operation.h b/nautilus-srm/delete-operation.h
new file mode 100644
index 0000000..03e4896
--- /dev/null
+++ b/nautilus-srm/delete-operation.h
@@ -0,0 +1,40 @@
+/*
+ *  nautilus-srm - a nautilus extension to wipe file(s) with srm
+ * 
+ *  Copyright (C) 2009-2010 Colomban Wendling <ban at herbesfolles.org>
+ *
+ *  This library 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 3 of the License, or (at your option) any later version.
+ *
+ *  This library 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
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public
+ *  License along with this library; if not, write to the Free
+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
+#ifndef NAUTILUS_SRM_DELETE_OPERATION_H
+#define NAUTILUS_SRM_DELETE_OPERATION_H
+
+#include <glib.h>
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+
+gboolean        nautilus_srm_delete_operation     (GList    *files,
+                                                   GCallback finished_handler,
+                                                   GCallback progress_handler,
+                                                   gpointer  data,
+                                                   GError  **error);
+
+
+G_END_DECLS
+
+#endif /* guard */
diff --git a/nautilus-srm/fill-operation.c b/nautilus-srm/fill-operation.c
index 7eebe47..4781964 100644
--- a/nautilus-srm/fill-operation.c
+++ b/nautilus-srm/fill-operation.c
@@ -23,6 +23,8 @@
 # include "config.h"
 #endif
 
+#include "fill-operation.h"
+
 #include <gio/gio.h>
 #if HAVE_GIO_UNIX
 # include <gio/gunixmounts.h>
diff --git a/nautilus-srm/fill-operation.h b/nautilus-srm/fill-operation.h
new file mode 100644
index 0000000..1308cbe
--- /dev/null
+++ b/nautilus-srm/fill-operation.h
@@ -0,0 +1,40 @@
+/*
+ *  nautilus-srm - a nautilus extension to wipe file(s) with srm
+ * 
+ *  Copyright (C) 2009-2010 Colomban Wendling <ban at herbesfolles.org>
+ *
+ *  This library 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 3 of the License, or (at your option) any later version.
+ *
+ *  This library 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
+ *  Library General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public
+ *  License along with this library; if not, write to the Free
+ *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
+#ifndef NAUTILUS_SRM_FILL_OPERATION_H
+#define NAUTILUS_SRM_FILL_OPERATION_H
+
+#include <glib.h>
+#include <glib-object.h>
+
+G_BEGIN_DECLS
+
+
+gboolean        nautilus_srm_fill_operation       (GList    *files,
+                                                   GCallback finished_handler,
+                                                   GCallback progress_handler,
+                                                   gpointer  data,
+                                                   GError  **error);
+
+
+G_END_DECLS
+
+#endif /* guard */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/nautilus-wipe.git



More information about the Pkg-privacy-commits mailing list