sokoke_widget_set_pango_font_style can be static
This commit is contained in:
parent
2976f6ebb2
commit
8f540b3d86
2 changed files with 1 additions and 5 deletions
|
@ -853,7 +853,7 @@ sokoke_xfce_header_new (const gchar* icon,
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
sokoke_widget_set_pango_font_style (GtkWidget* widget,
|
sokoke_widget_set_pango_font_style (GtkWidget* widget,
|
||||||
PangoStyle style)
|
PangoStyle style)
|
||||||
{
|
{
|
||||||
|
|
|
@ -68,10 +68,6 @@ GtkWidget*
|
||||||
sokoke_xfce_header_new (const gchar* icon,
|
sokoke_xfce_header_new (const gchar* icon,
|
||||||
const gchar* title);
|
const gchar* title);
|
||||||
|
|
||||||
void
|
|
||||||
sokoke_widget_set_pango_font_style (GtkWidget* widget,
|
|
||||||
PangoStyle style);
|
|
||||||
|
|
||||||
void
|
void
|
||||||
sokoke_entry_set_default_text (GtkEntry* entry,
|
sokoke_entry_set_default_text (GtkEntry* entry,
|
||||||
const gchar* default_text);
|
const gchar* default_text);
|
||||||
|
|
Loading…
Reference in a new issue