~unity-team/dee/mypy

« back to all changes in this revision

Viewing changes to dee/dee-versioned-model.c

  • Committer: Mikkel Kamstrup Erlandsen
  • Date: 2010-06-21 12:38:55 UTC
  • mfrom: (170.1.4 MASTER)
  • Revision ID: kamstrup@hardback-20100621123855-k9bvs0ew75eixjdb
DBUS API BREAK: Model.Clone() now returns the last seen seqnum as second param. We need to do this because otherwise the receiver wouldn't know the seqnum of the clone contains 0 rows.

Bugfix: In of DeeProxyModel (and all subclasses, eg DeeSharedModel) the last seen seqnum was not always updated correctly

Bump version number to 0.3.0 because of DBUS API break

Show diffs side-by-side

added added

removed removed

Lines of Context:
548
548
                                          guint64   seqnum)
549
549
{
550
550
  g_return_if_fail (DEE_IS_VERSIONED_MODEL (self));
551
 
  
 
551
    
552
552
  DEE_VERSIONED_MODEL (self)->priv->seqnum = seqnum;
553
553
}
554
554