File: options.h

package info (click to toggle)
gworldclock 1.4.4-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,168 kB
  • ctags: 169
  • sloc: sh: 4,086; ansic: 2,233; makefile: 70; sed: 16
file content (12 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
/* functions related to setting up configuration options */

void GetOptions( int argc, char **argv );

/* save options to options file (default ~/.gworldclock) 
   - creates the file if it does not already exist
*/
gint SaveOptions();

/* dialog box allows user to set preferences
   e.g. preferred display format for time and date */
void ChangePreferences(GtkWidget *w, gpointer clocklist);