~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to addressbook/gui/contact-editor/eab-editor.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-08 09:38:57 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: package-import@ubuntu.com-20110908093857-6lfl04ke2ns3kx2o
Tags: 3.1.91-0ubuntu1
* New upstream release. (LP: #843769)
* debian/control: bump e-d-s Build-Depends to 3.1.91. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        void (* save_contact)     (EABEditor *editor, gboolean should_close);
69
69
        gboolean (* is_valid)     (EABEditor *editor);
70
70
        gboolean (* is_changed)   (EABEditor *editor);
71
 
        GtkWindow* (* get_window) (EABEditor *editor);
 
71
        GtkWindow * (* get_window) (EABEditor *editor);
72
72
 
73
73
        /* signals */
74
74
        void (* contact_added)    (EABEditor *editor, const GError *error, EContact *contact);