aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-attendee.h
diff options
context:
space:
mode:
authorHans Petter Jansson <hpj@ximian.com>2003-04-07 15:13:21 +0800
committerHans Petter <hansp@src.gnome.org>2003-04-07 15:13:21 +0800
commit4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38 (patch)
tree78fd4f086db598c80c873ff126d1f40d1257cf77 /calendar/gui/e-meeting-attendee.h
parent8ddbb07dcc43e3774b3eda0e918a196b30ff1b52 (diff)
downloadgsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.tar
gsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.tar.gz
gsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.tar.bz2
gsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.tar.lz
gsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.tar.xz
gsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.tar.zst
gsoc2013-evolution-4eeb10bc4aab7945cc9be561f200a8d2b2bd0c38.zip
GObjectify. Eliminates ref/sink warnings from the meeting editor.
2003-04-07 Hans Petter Jansson <hpj@ximian.com> * gui/e-meeting-attendee.[ch]: GObjectify. Eliminates ref/sink warnings from the meeting editor. svn path=/trunk/; revision=20695
Diffstat (limited to 'calendar/gui/e-meeting-attendee.h')
-rw-r--r--calendar/gui/e-meeting-attendee.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/e-meeting-attendee.h b/calendar/gui/e-meeting-attendee.h
index cec3c076b0..87967e5bb5 100644
--- a/calendar/gui/e-meeting-attendee.h
+++ b/calendar/gui/e-meeting-attendee.h
@@ -78,9 +78,9 @@ struct _EMeetingAttendeeClass {
};
-GtkType e_meeting_attendee_get_type (void);
-GtkObject *e_meeting_attendee_new (void);
-GtkObject *e_meeting_attendee_new_from_cal_component_attendee (CalComponentAttendee *ca);
+GType e_meeting_attendee_get_type (void);
+GObject *e_meeting_attendee_new (void);
+GObject *e_meeting_attendee_new_from_cal_component_attendee (CalComponentAttendee *ca);
CalComponentAttendee *e_meeting_attendee_as_cal_component_attendee (EMeetingAttendee *ia);