~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to addressbook/libebook/e-address-western.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
295
295
 
296
296
}
297
297
 
298
 
 
299
 
 
 
298
/**
 
299
 * e_address_western_parse:
 
300
 * @in_address: a string representing a mailing address
 
301
 *
 
302
 * Parses a string representing a mailing address into a
 
303
 * structure of type #EAddressWestern.
 
304
 *
 
305
 * Return value: A new #EAddressWestern structure, or %NULL if the parsing failed.
 
306
 **/
300
307
EAddressWestern *
301
308
e_address_western_parse (const gchar *in_address)
302
309
{
414
421
        return eaw;
415
422
}       
416
423
 
417
 
 
 
424
/**
 
425
 * e_address_western_free:
 
426
 * @eaw: an #EAddressWestern
 
427
 *
 
428
 * Frees @eaw and its contents.
 
429
 **/
418
430
void 
419
431
e_address_western_free (EAddressWestern *eaw)
420
432
{