~ubuntu-desktop/unity-lens-files/ubuntu

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: Didier Roche
  • Date: 2012-01-12 17:28:26 UTC
  • mfrom: (14.2.190 MASTER)
  • mto: This revision was merged to the branch mainline in revision 149.
  • Revision ID: didier.roche@canonical.com-20120112172826-az8arm5v0nxjgf4o
Tags: upstream-5.0.0
ImportĀ upstreamĀ versionĀ 5.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* main.c generated by valac 0.14.0, the Vala compiler
 
1
/* main.c generated by valac 0.15.0, the Vala compiler
2
2
 * generated from main.vala, do not modify */
3
3
 
4
4
/*
54
54
gboolean unity_files_lens_dbus_name_has_owner (const gchar* name);
55
55
gint unity_files_lens_main (gchar** args, int args_length1);
56
56
#define CONFIG_PACKAGE "unity-lens-files"
57
 
#define CONFIG_LOCALEDIR "/usr/local/share/locale"
 
57
#define CONFIG_LOCALEDIR "/usr/share/locale"
58
58
UnityFilesLensDaemon* unity_files_lens_daemon_new (void);
59
59
UnityFilesLensDaemon* unity_files_lens_daemon_construct (GType object_type);
60
60