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