summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme.c
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-07 22:35:11 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-02-07 22:35:11 +0200
commit56a8c70f39609f495ca651d5aac1176a1e145d93 (patch)
treefa0c02a2b02b098c3c95eb80d22ed1879edb92ed /libmetacity/meta-theme.c
parent7c2c303d082faa1c010de83deb967992c008985e (diff)
downloadmetacity-56a8c70f39609f495ca651d5aac1176a1e145d93.tar.gz
libmetacity: rename meta_style_info_create_font_desc
Diffstat (limited to 'libmetacity/meta-theme.c')
-rw-r--r--libmetacity/meta-theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmetacity/meta-theme.c b/libmetacity/meta-theme.c
index 0778ac89..f3d24710 100644
--- a/libmetacity/meta-theme.c
+++ b/libmetacity/meta-theme.c
@@ -385,8 +385,8 @@ meta_theme_get_frame_style (MetaTheme *theme,
}
PangoFontDescription*
-meta_style_info_create_font_desc (MetaTheme *theme,
- const gchar *variant)
+meta_theme_create_font_desc (MetaTheme *theme,
+ const gchar *variant)
{
MetaStyleInfo *style_info;
GtkStyleContext *context;