~ubuntu-branches/debian/stretch/gnome-builder/stretch

« back to all changes in this revision

Viewing changes to libide/editorconfig/editorconfig-glib.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2015-10-11 12:38:45 UTC
  • Revision ID: package-import@ubuntu.com-20151011123845-a0hvkz01se0p1p5a
Tags: upstream-3.16.3
ImportĀ upstreamĀ versionĀ 3.16.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Authors: Christian Hergert <christian@hergert.me>
 
3
 *
 
4
 * The author or authors of this code dedicate any and all copyright interest
 
5
 * in this code to the public domain. We make this dedication for the benefit
 
6
 * of the public at large and to the detriment of our heirs and successors. We
 
7
 * intend this dedication to be an overt act of relinquishment in perpetuity of
 
8
 * all present and future rights to this code under copyright law.
 
9
 */
 
10
 
 
11
#ifndef EDITORCONFIG_GLIB_H
 
12
#define EDITORCONFIG_GLIB_H
 
13
 
 
14
#include <gio/gio.h>
 
15
 
 
16
GHashTable *editorconfig_glib_read (GFile         *file,
 
17
                                    GCancellable  *cancellable,
 
18
                                    GError       **error);
 
19
 
 
20
#endif /* EDITORCONFIG_GLIB_H */