summaryrefslogtreecommitdiff
path: root/gconf/gconf-value.h
diff options
context:
space:
mode:
Diffstat (limited to 'gconf/gconf-value.h')
-rw-r--r--gconf/gconf-value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconf/gconf-value.h b/gconf/gconf-value.h
index d8d3c82e..5b37b841 100644
--- a/gconf/gconf-value.h
+++ b/gconf/gconf-value.h
@@ -186,7 +186,7 @@ GConfEntry* gconf_entry_copy (const GConfEntry *src);
#ifndef GCONF_DISABLE_DEPRECATED
void gconf_entry_free (GConfEntry *entry);
#endif
-void gconf_entry_ref (GConfEntry *entry);
+GConfEntry* gconf_entry_ref (GConfEntry *entry);
void gconf_entry_unref (GConfEntry *entry);
/* Transfer ownership of value to the caller. */