Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > f90b8a36a33ce30f61d88e24153e9f71 > files > 19

desktop-data-model-debug-1.2.5-6mdv2011.0.i586.rpm

/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */

#ifndef __DDM_CLIENT_NOTIFICATION_H__
#define __DDM_CLIENT_NOTIFICATION_H__

#include <ddm/ddm-feed.h>

G_BEGIN_DECLS

typedef struct _DDMClientNotificationSet DDMClientNotificationSet;

DDMClientNotificationSet *ddm_client_notification_set_ref    (DDMClientNotificationSet *notification_set);
void                      ddm_client_notification_set_unref (DDMClientNotificationSet *notification_set);

gint64 ddm_client_notification_set_get_feed_timestamp (DDMClientNotificationSet *notification_set,
                                                       DDMFeed                  *feed);

G_END_DECLS

#endif /* __DDM_CLIENT_NOTIFICATION_H__ */