~ubuntu-branches/debian/jessie/gnome-shell/jessie

« back to all changes in this revision

Viewing changes to src/shell-js.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2012-05-30 13:19:38 UTC
  • mfrom: (18.1.24 experimental)
  • Revision ID: package-import@ubuntu.com-20120530131938-i3trc1g1p3is2u6x
Tags: 3.4.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
 
2
#ifndef __SHELL_JS_H__
 
3
#define __SHELL_JS_H__
 
4
 
 
5
#include <glib.h>
 
6
 
 
7
G_BEGIN_DECLS
 
8
 
 
9
gboolean shell_js_add_extension_importer (const char   *target_object_script,
 
10
                                          const char   *target_property,
 
11
                                          const char   *directory,
 
12
                                          GError      **error);
 
13
 
 
14
gchar   *shell_js_format_int_alternative_output (gint intval);
 
15
 
 
16
G_BEGIN_DECLS
 
17
 
 
18
#endif /* __SHELL_JS_H__ */