~pkg-ime/ibus/debian-ibus

« back to all changes in this revision

Viewing changes to bus/option.h

  • Committer: Asias He
  • Date: 2010-12-05 07:43:51 UTC
  • mfrom: (41.1.42 upstream)
  • Revision ID: asias.hejun@gmail.com-20101205074351-r53b8l45l483cchg
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
1
2
/* vim:set et sts=4: */
2
3
/* bus - The Input Bus
3
4
 * Copyright (C) 2008-2010 Peng Huang <shawn.p.huang@gmail.com>
23
24
 
24
25
G_BEGIN_DECLS
25
26
 
26
 
extern gboolean g_rescan;
 
27
extern gchar *g_cache;
27
28
extern gboolean g_mempro;
28
29
extern gboolean g_verbose;
29
30
extern gint   g_dbus_timeout;