1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
2 #ifndef __SHELL_APP_SYSTEM_PRIVATE_H__
3 #define __SHELL_APP_SYSTEM_PRIVATE_H__
4 
5 #include "shell-app-system.h"
6 
7 void _shell_app_system_notify_app_state_changed (ShellAppSystem *self, ShellApp *app);
8 
9 #endif
10