~timo-jyrinki/bamf/revert-469-0.2

« back to all changes in this revision

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

  • Committer: Timo Jyrinki
  • Date: 2012-11-27 11:55:39 UTC
  • Revision ID: timo.jyrinki@canonical.com-20121127115539-fmo9i5zzajcahyqf
Keep the new function _bamf_view_set_closed as actually private instead of introducing another non-private function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
void bamf_view_set_icon (BamfView *view, const char *icon);
39
39
 
40
 
void bamf_view_set_closed (BamfView *view, gboolean closed);
 
40
void _bamf_view_set_closed (BamfView *view, gboolean closed);
41
41
 
42
42
#endif