~ubuntu-branches/ubuntu/saucy/unity-greeter/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/spawn-gsd-directly.patch/src/config.vapi

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2013-01-31 12:39:26 UTC
  • Revision ID: package-import@ubuntu.com-20130131123926-jia15yn1ysa4k62c
Tags: 13.04.1-0ubuntu2
* debian/patches/spawn-gsd-directly.patch:
  - Spawn gnome-settings-daemon directly, since it dropped DBus activation
    support in 3.6.  LP: #1110716

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[CCode (cprefix = "", lower_case_cprefix = "")]
 
2
namespace Config
 
3
{
 
4
  public const string GETTEXT_PACKAGE;
 
5
  public const string LOCALEDIR;
 
6
  public const string VERSION;
 
7
  public const string CONFIG_FILE;
 
8
  public const string PKGDATADIR;
 
9
  public const string INDICATORDIR;
 
10
}