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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/disfluid-gobject.h b/include/disfluid-gobject.h
index f9aa28a..b7e5daa 100644
--- a/include/disfluid-gobject.h
+++ b/include/disfluid-gobject.h
@@ -68,7 +68,7 @@ extern "C"
* @entry: (type DisfluidCacheEntry): the entry to query.
* @date: (out) (transfer full): the request date.
*/
- DISFLUID_API extern void
+ DISFLUID_G_API extern void
disfluid_cache_entry_get_request_gdate (const struct disfluid_cache_entry
*entry, GDateTime ** date);
@@ -77,7 +77,7 @@ extern "C"
* @entry: (type DisfluidCacheEntry): the entry to query.
* @date: (out) (transfer full): the response date.
*/
- DISFLUID_API extern void
+ DISFLUID_G_API extern void
disfluid_cache_entry_get_response_gdate (const struct disfluid_cache_entry
*entry, GDateTime ** date);