summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-28 15:27:19 +0200
committerBastien Nocera <hadess@hadess.net>2012-03-28 17:14:07 +0200
commitf9b2dd9884c7d29a44c1adcbf8113446c32e8433 (patch)
tree051f5210bae996a65115f520617d3e1b4ca49607 /src/totem.h
parent2d2cd99e3e467ce3621de1fa997c12ddcd072a28 (diff)
downloadtotem-f9b2dd9884c7d29a44c1adcbf8113446c32e8433.tar.gz
main: Make TotemObject a GtkApplication
To make it possible for us to handle the local command-line first.
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem.h b/src/totem.h
index 6294781cf..80fcf0275 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -163,7 +163,7 @@ typedef struct _TotemObject TotemObject;
* The class structure for the #TotemPlParser type.
**/
typedef struct {
- GObjectClass parent_class;
+ GtkApplicationClass parent_class;
void (*file_opened) (TotemObject *totem, const char *mrl);
void (*file_closed) (TotemObject *totem);