~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty

« back to all changes in this revision

Viewing changes to src/shell-app.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-07-31 21:29:20 UTC
  • mfrom: (1.1.51)
  • Revision ID: package-import@ubuntu.com-20130731212920-mz92zheiqgq2ggd1
Tags: 3.8.4-0ubuntu1
* New upstream release.
* debian/patches/git-dont-crash-for-unstaged-widgets.patch:
  - Dropped, applied in new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
GDesktopAppInfo *shell_app_get_app_info (ShellApp *app);
43
43
 
44
44
ClutterActor *shell_app_create_icon_texture (ShellApp *app, int size);
45
 
ClutterActor *shell_app_get_faded_icon (ShellApp *app, int size);
 
45
ClutterActor *shell_app_get_faded_icon (ShellApp *app, int size, ClutterTextDirection direction);
46
46
const char *shell_app_get_name (ShellApp *app);
47
47
const char *shell_app_get_description (ShellApp *app);
48
48
gboolean shell_app_is_window_backed (ShellApp *app);