~tkluck/postler/contact-parsing

« back to all changes in this revision

Viewing changes to postler/postler-client.vala

  • Committer: Timo Kluck
  • Date: 2011-07-09 22:30:29 UTC
  • mfrom: (881.1.100)
  • Revision ID: tkluck@infty.nl-20110709223029-4blb2s2u148k7nyy
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        }
62
62
 
63
63
        public async int64[] unread_messages (string uri) throws GLib.Error {
 
64
            int64[] new_messages = { 0, 0 };
 
65
            return_val_if_fail (uri != null, new_messages);
64
66
            return yield client.unread_messages (uri);
65
67
        }
66
68