2009-10-24 13:40:13 -04:00
|
|
|
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
|
|
#ifndef __SHELL_GLOBAL_PRIVATE_H__
|
|
|
|
#define __SHELL_GLOBAL_PRIVATE_H__
|
|
|
|
|
|
|
|
#include "shell-global.h"
|
|
|
|
|
|
|
|
#include <gjs/gjs.h>
|
|
|
|
|
2009-10-28 12:59:01 -04:00
|
|
|
void _shell_global_set_plugin (ShellGlobal *global,
|
2010-10-19 14:55:43 -04:00
|
|
|
MetaPlugin *plugin);
|
2009-10-28 12:59:01 -04:00
|
|
|
void _shell_global_set_gjs_context (ShellGlobal *global,
|
|
|
|
GjsContext *context);
|
2009-10-24 13:40:13 -04:00
|
|
|
|
2011-01-05 09:47:27 -05:00
|
|
|
gboolean _shell_global_check_xdnd_event (ShellGlobal *global,
|
|
|
|
XEvent *xev);
|
2009-10-24 13:40:13 -04:00
|
|
|
#endif /* __SHELL_GLOBAL_PRIVATE_H__ */
|