Changed from Atom to AtomEntry and atom_ to atom_entry_
[cascardo/atompub.git] / backend / gio / gio.c
index b930e10..84a801a 100644 (file)
@@ -53,7 +53,7 @@ gio_atom_retrieve_resource (AtomCtx *ctx, IRI *iri)
       return NULL;
     }
   g_object_unref (file);
-  atom = atom_new_data_len (data, len);
+  atom = atom_entry_new_data_len (data, len);
   g_free (data);
   return atom;
 }