Changed from Atom to AtomEntry and atom_ to atom_entry_
[cascardo/atompub.git] / backend / files / giochannel.c
index dde0c56..cfce2f2 100644 (file)
@@ -61,7 +61,7 @@ giochannel_atom_retrieve_resource (AtomCtx *ctx, IRI *iri)
       return NULL;
     }
   g_io_channel_unref (channel);
-  atom = atom_new_data_len (data, len);
+  atom = atom_entry_new_data_len (data, len);
   g_free (data);
   return atom;
 }