diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-26 11:17:34 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-27 00:32:07 -0500 |
commit | ea24fa62c877d4d81a1d903a8fae55b9e772a0b2 (patch) | |
tree | 4ecf14d49b86d83b50a4877382fdb8aca360815c /gtk/gtkcssproviderprivate.h | |
parent | 368a5c8937568495868051528f5aaed0066fa04a (diff) | |
download | gtk+-ea24fa62c877d4d81a1d903a8fae55b9e772a0b2.tar.gz |
Privately export css_provider_get_theme_dir
Diffstat (limited to 'gtk/gtkcssproviderprivate.h')
-rw-r--r-- | gtk/gtkcssproviderprivate.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gtk/gtkcssproviderprivate.h b/gtk/gtkcssproviderprivate.h new file mode 100644 index 0000000000..02828e2b23 --- /dev/null +++ b/gtk/gtkcssproviderprivate.h @@ -0,0 +1,31 @@ +/* GTK - The GIMP Toolkit + * Copyright (C) 2011 Red Hat, Inc. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. + */ + +#ifndef __GTK_CSS_PROVIDER_PRIVATE_H__ +#define __GTK_CSS_PROVIDER_PRIVATE_H__ + +#include "gtkcssprovider.h" + +G_BEGIN_DECLS + +gchar *_gtk_css_provider_get_theme_dir (void); + +G_END_DECLS + +#endif /* __GTK_CSS_PROVIDER_PRIVATE_H__ */ |