This is just the translated PACKAGE_NAME from config.h.
svn path=/trunk/; revision=615
[CCode (cname = "PLUGIN_DIR")]
public static const string PLUGIN_DIR;
+
+ [CCode (cname = "PACKAGE_NAME")]
+ public static const string PACKAGE_NAME;
}
/**
private int exit_code;
public Main () throws GLib.Error {
+ Environment.set_application_name (_(BuildConfig.PACKAGE_NAME));
+
this.media_servers = new ArrayList<MediaServer> ();
this.plugin_loader = new PluginLoader ();
this.ms_factory = new MediaServerFactory ();