aboutsummaryrefslogtreecommitdiffstats
path: root/java/jde
ModeNameSize
-rw-r--r--Makefile2119logstatsplainblame
-rw-r--r--distinfo185logstatsplainblame
d---------files55logstatsplain
-rw-r--r--pkg-descr531logstatsplainblame
-rw-r--r--pkg-plist16943logstatsplainblame
7:38:58 +0800 committer Federico Mena Quintero <federico@src.gnome.org> 2001-05-17 07:38:58 +0800 Split the event and task editors into different objects for the separate' href='/~lantw44/cgit/gsoc2013-evolution/commit/calendar/gui/dialogs/alarm-page.h?id=f00e9367382fb81cdb4b689f96645357f122b051'>f00e936738
5c35a41fe2
f00e936738
38790d8478
f00e936738
5c35a41fe2
f00e936738

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  
  
                                                                    
  
                                                                


                                                               


                                                                  



                                                                    
                                                                             









                                                            
  

   

                      
 
                                 
                                    
 
             
 
                                                                                                 
 
           

      
/*
 *
 * Evolution calendar - Alarm page of the calendar component dialogs
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2 of the License, or (at your option) version 3.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with the program; if not, see <http://www.gnu.org/licenses/>
 *
 *
 * Authors:
 *      Federico Mena-Quintero <federico@ximian.com>
 *      Miguel de Icaza <miguel@ximian.com>
 *      Seth Alves <alves@hungry.com>
 *      JP Rosevear <jpr@ximian.com>
 *      Hans Petter Jansson <hpj@ximian.com>
 *
 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
 *
 */

#ifndef ALARM_DIALOG_H
#define ALARM_DIALOG_H

#include <libecal/e-cal-client.h>
#include <libecal/e-cal-component.h>

G_BEGIN_DECLS

gboolean alarm_dialog_run (GtkWidget *parent, ECalClient *cal_client, ECalComponentAlarm *alarm);

G_END_DECLS

#endif