mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
ui-utilities: Fix identation
This commit is contained in:
parent
50082ee2a3
commit
b7da069754
1 changed files with 22 additions and 22 deletions
|
@ -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);
|
Loading…
Reference in a new issue