ui-utilities: Fix identation

This commit is contained in:
George Mocanu 2018-04-18 15:06:11 +03:00 committed by Carlos Soriano
parent 50082ee2a3
commit b7da069754

View file

@ -25,28 +25,28 @@
#include <gtk/gtk.h> #include <gtk/gtk.h>
void nautilus_gmenu_add_item_in_submodel (GMenu *menu, void nautilus_gmenu_add_item_in_submodel (GMenu *menu,
GMenuItem *item, GMenuItem *item,
const gchar *section_name, const gchar *section_name,
gboolean prepend); gboolean prepend);
void nautilus_gmenu_merge (GMenu *original, void nautilus_gmenu_merge (GMenu *original,
GMenu *gmenu_to_merge, GMenu *gmenu_to_merge,
const gchar *submodel_name, const gchar *submodel_name,
gboolean prepend); gboolean prepend);
void nautilus_pop_up_context_menu_at_pointer (GtkWidget *parent, void nautilus_pop_up_context_menu_at_pointer (GtkWidget *parent,
GMenu *menu, GMenu *menu,
const GdkEvent *event); const GdkEvent *event);
void nautilus_ui_frame_image (GdkPixbuf **pixbuf); void nautilus_ui_frame_image (GdkPixbuf **pixbuf);
void nautilus_ui_frame_video (GdkPixbuf **pixbuf); void nautilus_ui_frame_video (GdkPixbuf **pixbuf);
gboolean nautilus_file_date_in_between (guint64 file_unix_time, gboolean nautilus_file_date_in_between (guint64 file_unix_time,
GDateTime *initial_date, GDateTime *initial_date,
GDateTime *end_date); GDateTime *end_date);
gchar* get_text_for_date_range (GPtrArray *date_range, gchar * get_text_for_date_range (GPtrArray *date_range,
gboolean prefix_with_since); gboolean prefix_with_since);
GtkDialog * show_dialog (const gchar *primary_text, GtkDialog * show_dialog (const gchar *primary_text,
const gchar *secondary_text, const gchar *secondary_text,
GtkWindow *parent, GtkWindow *parent,
GtkMessageType type); GtkMessageType type);