~timo-jyrinki/ubuntu/quantal/bamf/ubuntu.034

« back to all changes in this revision

Viewing changes to lib/libbamf/bamf-application-private.h

  • Committer: Łukasz 'sil2100' Zemczak
  • Date: 2012-07-04 14:24:09 UTC
  • mfrom: (235.1.49)
  • Revision ID: lukasz.zemczak@canonical.com-20120704142409-1hrzy1djnwmrxgx1
* New upstream release.
  - Started applications pinned to the launcher are not set as running
    (LP: #976642)
  - sometimes icons get dropped from the launcher when they should not
    (LP: #925421)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <libbamf/bamf-application.h>
27
27
 
28
 
GList *bamf_application_get_cached_xids (BamfApplication *app);
 
28
GList *_bamf_application_get_cached_xids (BamfApplication *app);
29
29
 
30
30
#endif