[gthumb] spaces -> tabs
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] spaces -> tabs
- Date: Sat, 19 Jun 2021 18:10:41 +0000 (UTC)
commit 915822e6f176995a25c8b29bb260fbf3f442e728
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat May 22 10:07:19 2021 +0200
spaces -> tabs
gthumb/gth-file-view.h | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/gthumb/gth-file-view.h b/gthumb/gth-file-view.h
index 8c986773..2b088e7a 100644
--- a/gthumb/gth-file-view.h
+++ b/gthumb/gth-file-view.h
@@ -130,22 +130,22 @@ void gth_file_view_set_cursor (GthFileView *self,
int pos);
int gth_file_view_get_cursor (GthFileView *self);
void gth_file_view_enable_drag_source (GthFileView *self,
- GdkModifierType start_button_mask,
- const GtkTargetEntry *targets,
- int n_targets,
- GdkDragAction actions);
+ GdkModifierType start_button_mask,
+ const GtkTargetEntry *targets,
+ int n_targets,
+ GdkDragAction actions);
void gth_file_view_unset_drag_source (GthFileView *self);
void gth_file_view_enable_drag_dest (GthFileView *self,
- const GtkTargetEntry *targets,
- int n_targets,
- GdkDragAction actions);
+ const GtkTargetEntry *targets,
+ int n_targets,
+ GdkDragAction actions);
void gth_file_view_unset_drag_dest (GthFileView *self);
void gth_file_view_set_drag_dest_pos (GthFileView *self,
- GdkDragContext *context,
- int x,
- int y,
- guint time,
- int *pos);
+ GdkDragContext *context,
+ int x,
+ int y,
+ guint time,
+ int *pos);
void gth_file_view_get_drag_dest_pos (GthFileView *self,
int *pos);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]