summaryrefslogtreecommitdiff
path: root/include/disfluid-gobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/disfluid-gobject.h')
-rw-r--r--include/disfluid-gobject.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/include/disfluid-gobject.h b/include/disfluid-gobject.h
index b7e5daa..2ee21cd 100644
--- a/include/disfluid-gobject.h
+++ b/include/disfluid-gobject.h
@@ -32,60 +32,8 @@ extern "C"
{
# endif /* __cplusplus */
- typedef struct disfluid_cache_entry DisfluidCacheEntry;
-
-# define DISFLUID_TYPE_CACHE_ENTRY (disfluid_cache_entry_get_type ())
-
- /**
- * disfluid_cache_entry_get_type:
- *
- * Query the type index used to register a cache entry.
- * Returns: the type.
- */
- DISFLUID_G_API extern GType disfluid_cache_entry_get_type (void);
-
- /**
- * disfluid_cache_entry_set_request_gdate:
- * @entry: (type DisfluidCacheEntry): the entry to modify.
- * @request_date: the request date.
- */
- DISFLUID_G_API extern void
- disfluid_cache_entry_set_request_gdate (struct disfluid_cache_entry
- *entry, GDateTime * request_date);
-
- /**
- * disfluid_cache_entry_set_response_gdate:
- * @entry: (type DisfluidCacheEntry): the entry to modify.
- * @response_date: the response date.
- */
- DISFLUID_G_API extern void
- disfluid_cache_entry_set_response_gdate (struct disfluid_cache_entry
- *entry,
- GDateTime * response_date);
-
- /**
- * disfluid_cache_entry_get_request_gdate:
- * @entry: (type DisfluidCacheEntry): the entry to query.
- * @date: (out) (transfer full): the request date.
- */
- DISFLUID_G_API extern void
- disfluid_cache_entry_get_request_gdate (const struct disfluid_cache_entry
- *entry, GDateTime ** date);
-
- /**
- * disfluid_cache_entry_get_response_gdate:
- * @entry: (type DisfluidCacheEntry): the entry to query.
- * @date: (out) (transfer full): the response date.
- */
- DISFLUID_G_API extern void
- disfluid_cache_entry_get_response_gdate (const struct disfluid_cache_entry
- *entry, GDateTime ** date);
-
-
# ifdef __cplusplus
}
# endif /* __cplusplus */
-# include <disfluid/cache_entry.h>
-
#endif /* not H_DISFLUID_GOBJECT_INCLUDED */