summaryrefslogtreecommitdiff
path: root/src/totem-options.h
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2010-06-19 18:24:53 -0700
committerBastien Nocera <hadess@hadess.net>2010-06-22 18:46:07 +0100
commit0707073a6970109d06453617f1462bc8beadaec9 (patch)
tree8e61ca767f7c967a7ce24df9db26ede6e9b83ed3 /src/totem-options.h
parent13102877454344614fda239589eb649527291f1c (diff)
downloadtotem-0707073a6970109d06453617f1462bc8beadaec9.tar.gz
Port from unique to GApplication
https://bugzilla.gnome.org/show_bug.cgi?id=622151
Diffstat (limited to 'src/totem-options.h')
-rw-r--r--src/totem-options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/totem-options.h b/src/totem-options.h
index 185eec983..d1781341d 100644
--- a/src/totem-options.h
+++ b/src/totem-options.h
@@ -24,7 +24,7 @@
#define TOTEM_OPTIONS_H
#include <gconf/gconf-client.h>
-#include <unique/uniqueapp.h>
+#include <gtk/gtk.h>
#include "totem.h"
@@ -62,7 +62,7 @@ void totem_options_process_early (Totem *totem,
const TotemCmdLineOptions* options);
void totem_options_process_late (Totem *totem,
const TotemCmdLineOptions* options);
-void totem_options_process_for_server (UniqueApp *app,
+void totem_options_process_for_server (GApplication *app,
const TotemCmdLineOptions* options);
G_END_DECLS