~ubuntu-branches/ubuntu/quantal/folks/quantal

« back to all changes in this revision

Viewing changes to backends/eds/lib/edsf-persona-store.vala

  • Committer: Ken VanDine
  • Date: 2012-07-03 20:02:33 UTC
  • mfrom: (1.1.28)
  • Revision ID: ken.vandine@canonical.com-20120703200233-7lruq5w06rri3p18
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
   * @param s the e-d-s source being represented by the persona store
223
223
   *
224
224
   * @since 0.6.0
225
 
   * @deprecated UNRELEASED Use {@link Edsf.PersonaStore.with_source_registry}
 
225
   * @deprecated 0.7.2 Use {@link Edsf.PersonaStore.with_source_registry}
226
226
   */
227
 
  [Deprecated (since = "UNRELEASED",
 
227
  [Deprecated (since = "0.7.2",
228
228
      replacement = "Edsf.PersonaStore.with_source_registry()")]
229
229
  public PersonaStore (E.SourceRegistry r, E.Source s)
230
230
    {
248
248
   * @param r the EDS source registry giving access to all EDS sources
249
249
   * @param s the EDS source being represented by the persona store
250
250
   *
251
 
   * @since UNRELEASED
 
251
   * @since 0.7.2
252
252
   */
253
253
  public PersonaStore.with_source_registry (E.SourceRegistry r, E.Source s)
254
254
    {