aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-popup.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-11-15 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-11-15 06:04:21 +0800
commit9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch)
tree2e1e96f33404781354c422a7e9beaf458ebeb655 /calendar/gui/e-cal-popup.h
parent7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff)
downloadgsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.bz2
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.lz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.xz
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst
gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
Diffstat (limited to 'calendar/gui/e-cal-popup.h')
-rw-r--r--calendar/gui/e-cal-popup.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/calendar/gui/e-cal-popup.h b/calendar/gui/e-cal-popup.h
index 70e61fefa6..ee3e94413f 100644
--- a/calendar/gui/e-cal-popup.h
+++ b/calendar/gui/e-cal-popup.h
@@ -39,7 +39,7 @@ struct _ECalendarView;
/**
* enum _e_cal_popup_target_t - A list of mail popup target types.
- *
+ *
* @E_CAL_POPUP_TARGET_SELECT: A selection of cards
* @E_CAL_POPUP_TARGET_SOURCE: A source selection.
*
@@ -53,7 +53,7 @@ enum _e_cal_popup_target_t {
/**
* enum _e_cal_popup_target_select_t - ECalPopupTargetSelect qualifiers.
- *
+ *
* @E_CAL_POPUP_SELECT_ONE: Only one item is selected.
* @E_CAL_POPUP_SELECT_MANY: More than one item selected.
* @E_CAL_POPUP_SELECT_ANY: One ore more items are selected.
@@ -92,10 +92,10 @@ enum _e_cal_popup_target_select_t {
/**
* enum _e_cal_popup_target_source_t - ECalPopupTargetSource qualifiers.
- *
+ *
* @E_CAL_POPUP_SOURCE_PRIMARY: Has a primary selection.
* @E_CAL_POPUP_SOURCE_SYSTEM: Is a 'system' folder.
- *
+ *
**/
enum _e_cal_popup_target_source_t {
E_CAL_POPUP_SOURCE_PRIMARY = 1<<0,
@@ -109,10 +109,10 @@ enum _e_cal_popup_target_source_t {
/**
* enum _e_cal_popup_target_attachments_t - ECalPopupTargetAttachments qualifiers.
- *
+ *
* @E_CAL_POPUP_ATTACHMENTS_ONE: There is one and only one attachment selected.
* @E_CAL_POPUP_ATTACHMENTS_MANY: There is one or more attachments selected.
- *
+ *
**/
enum _e_cal_popup_target_attachments_t {
E_CAL_POPUP_ATTACHMENTS_ONE = 1<<0, /* only 1 selected */
@@ -128,7 +128,7 @@ typedef struct _ECalPopupTargetAttachments ECalPopupTargetAttachments;
/**
* struct _ECalPopupTargetSelect - A list of address cards.
- *
+ *
* @target: Superclass. target.widget is an ECalendarView.
* @model: The ECalModel.
* @events: The selected events. These are ECalModelComponent's.
@@ -148,7 +148,7 @@ struct _ECalPopupTargetSelect {
/**
* struct _ECalPopupTargetSource - A source target.
- *
+ *
* @target: Superclass.
* @selector: Selector holding the source selection.
*
@@ -162,7 +162,7 @@ struct _ECalPopupTargetSource {
/**
* struct _ECalPopupTargetAttachments - A list of calendar attachments.
- *
+ *
* @target: Superclass.
* @attachments: A GSList list of CalAttachments.
*
@@ -193,7 +193,7 @@ ECalPopup *e_cal_popup_new(const char *menuid);
ECalPopupTargetSelect *e_cal_popup_target_new_select(ECalPopup *eabp, struct _ECalModel *model, GPtrArray *events);
ECalPopupTargetSource *e_cal_popup_target_new_source(ECalPopup *eabp, struct _ESourceSelector *selector);
-ECalPopupTargetAttachments * e_cal_popup_target_new_attachments (ECalPopup *ecp,
+ECalPopupTargetAttachments * e_cal_popup_target_new_attachments (ECalPopup *ecp,
CompEditor *editor, GSList *attachments);
/* ********************************************************************** */