2012-01-18 19:41:07 -05:00
|
|
|
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
|
|
|
|
#ifndef __SHELL_JS_H__
|
|
|
|
#define __SHELL_JS_H__
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
|
|
|
gboolean shell_js_add_extension_importer (const char *target_object_script,
|
|
|
|
const char *target_property,
|
|
|
|
const char *directory,
|
|
|
|
GError **error);
|
|
|
|
|
2013-10-14 18:21:59 -04:00
|
|
|
G_END_DECLS
|
2012-01-18 19:41:07 -05:00
|
|
|
|
|
|
|
#endif /* __SHELL_JS_H__ */
|