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>
void nautilus_gmenu_add_item_in_submodel (GMenu *menu,
GMenuItem *item,
const gchar *section_name,
gboolean prepend);
void nautilus_gmenu_merge (GMenu *original,
GMenu *gmenu_to_merge,
const gchar *submodel_name,
gboolean prepend);
void nautilus_pop_up_context_menu_at_pointer (GtkWidget *parent,
GMenu *menu,
const GdkEvent *event);
void nautilus_gmenu_add_item_in_submodel (GMenu *menu,
GMenuItem *item,
const gchar *section_name,
gboolean prepend);
void nautilus_gmenu_merge (GMenu *original,
GMenu *gmenu_to_merge,
const gchar *submodel_name,
gboolean prepend);
void nautilus_pop_up_context_menu_at_pointer (GtkWidget *parent,
GMenu *menu,
const GdkEvent *event);
void nautilus_ui_frame_image (GdkPixbuf **pixbuf);
void nautilus_ui_frame_video (GdkPixbuf **pixbuf);
void nautilus_ui_frame_image (GdkPixbuf **pixbuf);
void nautilus_ui_frame_video (GdkPixbuf **pixbuf);
gboolean nautilus_file_date_in_between (guint64 file_unix_time,
GDateTime *initial_date,
GDateTime *end_date);
gchar* get_text_for_date_range (GPtrArray *date_range,
gboolean prefix_with_since);
gboolean nautilus_file_date_in_between (guint64 file_unix_time,
GDateTime *initial_date,
GDateTime *end_date);
gchar * get_text_for_date_range (GPtrArray *date_range,
gboolean prefix_with_since);
GtkDialog * show_dialog (const gchar *primary_text,
const gchar *secondary_text,
GtkWindow *parent,
GtkMessageType type);
GtkDialog * show_dialog (const gchar *primary_text,
const gchar *secondary_text,
GtkWindow *parent,
GtkMessageType type);