diff options
Diffstat (limited to 'libempathy')
-rw-r--r-- | libempathy/empathy-contact-monitor.c | 2 | ||||
-rw-r--r-- | libempathy/empathy-contact-monitor.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libempathy/empathy-contact-monitor.c b/libempathy/empathy-contact-monitor.c index 2213a330b..5ec069fcd 100644 --- a/libempathy/empathy-contact-monitor.c +++ b/libempathy/empathy-contact-monitor.c @@ -14,7 +14,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> */ diff --git a/libempathy/empathy-contact-monitor.h b/libempathy/empathy-contact-monitor.h index 76b943668..51957d1d6 100644 --- a/libempathy/empathy-contact-monitor.h +++ b/libempathy/empathy-contact-monitor.h @@ -15,7 +15,7 @@ * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Authors: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> */ @@ -53,8 +53,8 @@ GType empathy_contact_monitor_get_type (void); void empathy_contact_monitor_set_iface (EmpathyContactMonitor *self, EmpathyContactList *iface); - -EmpathyContactMonitor * + +EmpathyContactMonitor * empathy_contact_monitor_new_for_iface (EmpathyContactList *iface); G_END_DECLS |