Top | ![]() |
![]() |
![]() |
![]() |
void | font_manager_setup_i18n () |
void | font_manager_print_os_info () |
void | font_manager_print_library_versions () |
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 () |
FontManagerStringSet * | font_manager_get_command_line_files () |
void
font_manager_print_library_versions (void
);
Logs the versions of libraries in use for debugging purposes.
gint font_manager_timecmp (GFile *file_a
,GFile *file_b
);
Compare the modification time of two different files.
gboolean font_manager_install_file (GFile *file
,GFile *directory
,GError **error
);
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.
FontManagerStringSet *
font_manager_get_command_line_files (GApplicationCommandLine *cmdline
);
FontManagerStringSet containing filepaths for each
file specified in cmdline
or NULL
if no files were specified.
[transfer full]