~ken-vandine/dee/collator_desc

« back to all changes in this revision

Viewing changes to dee/dee-index.c

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2011-03-15 09:12:48 UTC
  • Revision ID: mikkel.kamstrup@gmail.com-20110315091248-y9khbemkb7gmcqdo
Fix a warning from g-ir-scanner on the new dee_index_lookup_one() method

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
 * The typical use case for this function is if you need something akin to
215
215
 * a primary key in a relational database.
216
216
 *
217
 
 * Return value: A #DeeModelIter pointing to the matching row or %NULL in case
218
 
 *               no rows matches @term
 
217
 * Return value: (transfer none): A #DeeModelIter pointing to the matching
 
218
 *               row or %NULL in case no rows matches @term
219
219
 */
220
220
DeeModelIter*
221
221
dee_index_lookup_one (DeeIndex    *self,