aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-04 19:55:19 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-04 19:58:16 +0800
commit61de8fbbea5d8d096aafcaa8c2b8093d0f349c87 (patch)
treecbced2690629a9b0cf62f7a2285a414cb9bb4949 /libempathy/empathy-dispatcher.h
parentd3f2e5578d5ec8ad221c54f30e43909547ed9617 (diff)
downloadgsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.tar
gsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.tar.gz
gsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.tar.bz2
gsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.tar.lz
gsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.tar.xz
gsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.tar.zst
gsoc2013-empathy-61de8fbbea5d8d096aafcaa8c2b8093d0f349c87.zip
define EMPATHY_DISPATCHER_CURRENT_TIME rather than using G_MAXINT64 directly
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r--libempathy/empathy-dispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index 3173072c6..d1dec072c 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -41,6 +41,7 @@ G_BEGIN_DECLS
#define EMPATHY_DISPATCHER_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EMPATHY_TYPE_DISPATCHER, EmpathyDispatcherClass))
#define EMPATHY_DISPATCHER_NON_USER_ACTION (G_GINT64_CONSTANT (0))
+#define EMPATHY_DISPATCHER_CURRENT_TIME G_MAXINT64
typedef struct _EmpathyDispatcher EmpathyDispatcher;
typedef struct _EmpathyDispatcherClass EmpathyDispatcherClass;