summaryrefslogtreecommitdiff
path: root/libmetacity
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
parent7c2c303d082faa1c010de83deb967992c008985e (diff)
downloadmetacity-56a8c70f39609f495ca651d5aac1176a1e145d93.tar.gz
libmetacity: rename meta_style_info_create_font_desc
Diffstat (limited to 'libmetacity')
-rw-r--r--libmetacity/meta-theme.c4
-rw-r--r--libmetacity/meta-theme.h2
2 files changed, 3 insertions, 3 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;
diff --git a/libmetacity/meta-theme.h b/libmetacity/meta-theme.h
index e3587c47..cb708205 100644
--- a/libmetacity/meta-theme.h
+++ b/libmetacity/meta-theme.h
@@ -171,7 +171,7 @@ MetaFrameStyle *meta_theme_get_frame_style (MetaTheme
MetaFrameType type,
MetaFrameFlags flags);
-PangoFontDescription *meta_style_info_create_font_desc (MetaTheme *theme,
+PangoFontDescription *meta_theme_create_font_desc (MetaTheme *theme,
const gchar *variant);
gint meta_pango_font_desc_get_text_height (const PangoFontDescription *font_desc,