X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkcssproviderprivate.h;h=807a2053824570948eccea4183c891a6f2c44db5;hb=6f1476edd3fbe31259e59ca3f03a01bf0f8ff67b;hp=02828e2b23af6267d235f9bb390539a7dc8ee920;hpb=ea24fa62c877d4d81a1d903a8fae55b9e772a0b2;p=~andy%2Fgtk diff --git a/gtk/gtkcssproviderprivate.h b/gtk/gtkcssproviderprivate.h index 02828e2b2..807a20538 100644 --- a/gtk/gtkcssproviderprivate.h +++ b/gtk/gtkcssproviderprivate.h @@ -12,9 +12,7 @@ * 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. + * License along with this library. If not, see . */ #ifndef __GTK_CSS_PROVIDER_PRIVATE_H__ @@ -26,6 +24,10 @@ G_BEGIN_DECLS gchar *_gtk_css_provider_get_theme_dir (void); +void _gtk_css_provider_load_named (GtkCssProvider *provider, + const gchar *name, + const gchar *variant); + G_END_DECLS #endif /* __GTK_CSS_PROVIDER_PRIVATE_H__ */