xed-utils.h: Clean up code styling

This commit is contained in:
JosephMcc 2017-01-01 13:53:19 -08:00
parent 4ef02d4837
commit ea1f2055e7
1 changed files with 75 additions and 76 deletions

View File

@ -57,8 +57,7 @@ void xed_utils_menu_position_under_widget (GtkMenu *menu,
gboolean *push_in, gboolean *push_in,
gpointer user_data); gpointer user_data);
void xed_utils_menu_position_under_tree_view void xed_utils_menu_position_under_tree_view (GtkMenu *menu,
(GtkMenu *menu,
gint *x, gint *x,
gint *y, gint *y,
gboolean *push_in, gboolean *push_in,
@ -111,8 +110,7 @@ gchar *xed_utils_make_valid_utf8 (const char *name);
/* Note that this function replace home dir with ~ */ /* Note that this function replace home dir with ~ */
gchar *xed_utils_uri_get_dirname (const char *uri); gchar *xed_utils_uri_get_dirname (const char *uri);
gchar *xed_utils_location_get_dirname_for_display gchar *xed_utils_location_get_dirname_for_display (GFile *location);
(GFile *location);
gchar *xed_utils_replace_home_dir_with_tilde (const gchar *uri); gchar *xed_utils_replace_home_dir_with_tilde (const gchar *uri);
@ -135,11 +133,12 @@ gboolean xed_utils_get_ui_objects (const gchar *filename,
gboolean xed_utils_file_has_parent (GFile *gfile); gboolean xed_utils_file_has_parent (GFile *gfile);
/* Return NULL if str is not a valid URI and/or filename */ /* Return NULL if str is not a valid URI and/or filename */
gchar *xed_utils_make_canonical_uri_from_shell_arg gchar *xed_utils_make_canonical_uri_from_shell_arg (const gchar *str);
(const gchar *str);
gchar *xed_utils_uri_for_display (const gchar *uri); gchar *xed_utils_uri_for_display (const gchar *uri);
gchar *xed_utils_basename_for_display (const gchar *uri); gchar *xed_utils_basename_for_display (const gchar *uri);
gboolean xed_utils_decode_uri (const gchar *uri, gboolean xed_utils_decode_uri (const gchar *uri,
gchar **scheme, gchar **scheme,
gchar **user, gchar **user,