~stolowski/unity-scope-mediascanner/set-child-feeds

« back to all changes in this revision

Viewing changes to src/utils/i18n.h

  • Committer: CI bot
  • Author(s): James Henstridge
  • Date: 2014-10-13 12:00:45 UTC
  • mfrom: (177.2.16 click-support)
  • Revision ID: ps-jenkins@lists.canonical.com-20141013120045-d7bd9poj72au5672
Reorganise package and update build rules to support building scopes as click packages.  Also update icons to the latest versions from design. Fixes: 1380586
Approved by: Pawel Stolowski, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#define _(value) dgettext(GETTEXT_PACKAGE, value)
23
23
 
 
24
namespace unity {
 
25
namespace scopes {
 
26
class ScopeBase;
 
27
}
 
28
}
 
29
 
 
30
void init_gettext(const unity::scopes::ScopeBase &scope);
 
31
 
24
32
#endif