Top | ![]() |
![]() |
![]() |
![]() |
gint | font_manager_get_file_owner () |
gint | font_manager_natural_sort () |
gint | font_manager_timecmp () |
gboolean | font_manager_exists () |
gboolean | font_manager_is_dir () |
gboolean | font_manager_install_file () |
gchar * | font_manager_get_file_extension () |
gchar * | font_manager_get_local_time () |
gchar * | font_manager_get_user_font_directory () |
gchar * | font_manager_get_package_cache_directory () |
gchar * | font_manager_get_package_config_directory () |
gchar * | font_manager_get_user_fontconfig_directory () |
gchar * | font_manager_str_replace () |
gchar * | font_manager_to_filename () |
GSettings * | font_manager_get_gsettings () |
gint font_manager_timecmp (gchar *a
,gchar *b
);
Compare the modification time of two different files.
gboolean font_manager_install_file (GFile *file
,GFile *directory
,GError **error
);
gchar *
font_manager_get_local_time (void
);
A newly allocated string formatted
to the requested format or NULL
if there was an error.
The returned string must be freed using
. g_free()
[transfer full][nullable]
gchar *
font_manager_get_user_font_directory (void
);
This function attempts to create the directory if it doesn't already exist and returns the filepath as a string if successful.
gchar *
font_manager_get_package_cache_directory
(void
);
This function attempts to create the directory if it doesn't already exist and returns the filepath as a string if successful.
gchar *
font_manager_get_package_config_directory
(void
);
This function attempts to create the directory if it doesn't already exist and returns the filepath as a string if successful.
gchar *
font_manager_get_user_fontconfig_directory
(void
);
This function attempts to create the directory if it doesn't already exist and returns the filepath as a string if successful.
gchar * font_manager_str_replace (const gchar *str
,const gchar *target
,const gchar *replacement
);
[skip]
gchar *
font_manager_to_filename (const gchar *str
);
Replaces spaces and dashes with an underscore.
GSettings *
font_manager_get_gsettings (const gchar *schema_id
);
A newly created GSettings instance or NULL
if schema_id could not be found.
[transfer full][nullable]