[brasero] Fix build of libisofs and libburn plugins
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix build of libisofs and libburn plugins
- Date: Mon, 2 Nov 2009 09:26:24 +0000 (UTC)
commit db7c29884fabed3d5d4348ef1ecae61ac81f0db6
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Mon Nov 2 10:24:10 2009 +0100
Fix build of libisofs and libburn plugins
plugins/libburnia/burn-libburn.c | 5 ++---
plugins/libburnia/burn-libisofs.c | 6 ++----
2 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/plugins/libburnia/burn-libburn.c b/plugins/libburnia/burn-libburn.c
index 6c0a9ef..80d9cbc 100644
--- a/plugins/libburnia/burn-libburn.c
+++ b/plugins/libburnia/burn-libburn.c
@@ -932,8 +932,8 @@ brasero_libburn_finalize (GObject *object)
G_OBJECT_CLASS (parent_class)->finalize (object);
}
-static BraseroBurnResult
-brasero_libburn_export_caps (BraseroPlugin *plugin, gchar **error)
+static void
+brasero_libburn_export_caps (BraseroPlugin *plugin)
{
const BraseroMedia media_cd = BRASERO_MEDIUM_CD|
BRASERO_MEDIUM_REWRITABLE|
@@ -1086,5 +1086,4 @@ brasero_libburn_export_caps (BraseroPlugin *plugin, gchar **error)
BRASERO_BURN_FLAG_NONE);
brasero_plugin_register_group (plugin, _(LIBBURNIA_DESCRIPTION));
- return BRASERO_BURN_OK;
}
diff --git a/plugins/libburnia/burn-libisofs.c b/plugins/libburnia/burn-libisofs.c
index b1a2b8a..cf8cbc7 100644
--- a/plugins/libburnia/burn-libisofs.c
+++ b/plugins/libburnia/burn-libisofs.c
@@ -1034,8 +1034,8 @@ brasero_libisofs_finalize (GObject *object)
G_OBJECT_CLASS (parent_class)->finalize (object);
}
-static BraseroBurnResult
-brasero_libisofs_export_caps (BraseroPlugin *plugin, gchar **error)
+static void
+brasero_libisofs_export_caps (BraseroPlugin *plugin)
{
GSList *output;
GSList *input;
@@ -1091,6 +1091,4 @@ brasero_libisofs_export_caps (BraseroPlugin *plugin, gchar **error)
g_slist_free (output);
brasero_plugin_register_group (plugin, _(LIBBURNIA_DESCRIPTION));
-
- return BRASERO_BURN_OK;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]