[brasero/gnome-2-32] Revert to libunique from GApplication



commit e39f135682061a8664dedda1ad5d490f5d786c1c
Author: Luis Medinas <lmedinas gnome org>
Date:   Mon Sep 13 01:46:55 2010 +0100

    Revert to libunique from GApplication
    
    Thanks to Christian Persch <chpe gnome org> for the patch

 src/brasero-app.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-app.h b/src/brasero-app.h
index c89f929..0a963d2 100644
--- a/src/brasero-app.h
+++ b/src/brasero-app.h
@@ -26,6 +26,8 @@
 #include <glib-object.h>
 #include <gtk/gtk.h>
 
+#include <unique/unique.h>
+
 #include "brasero-session-cfg.h"
 
 G_BEGIN_DECLS
@@ -53,7 +55,7 @@ struct _BraseroApp
 GType brasero_app_get_type (void) G_GNUC_CONST;
 
 BraseroApp *
-brasero_app_new (GApplication *gapp);
+brasero_app_new (UniqueApp *gapp);
 
 BraseroApp *
 brasero_app_get_default (void);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]