summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-desktop-directory-file.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 17:34:17 +0200
committerraveit65 <[email protected]>2021-11-20 16:50:14 +0100
commit0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (patch)
tree9c68212e8ba254df3dc80cd091b8fd3198a9b643 /libcaja-private/caja-desktop-directory-file.c
parentbdc5cf66eff8c52cf422cf7b0143ff3489bbb7b0 (diff)
downloadcaja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.bz2
caja-0a4384ca8c93b62bdf393cd1f3698bab1999fc6f.tar.xz
Use a blank line at most
Diffstat (limited to 'libcaja-private/caja-desktop-directory-file.c')
-rw-r--r--libcaja-private/caja-desktop-directory-file.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libcaja-private/caja-desktop-directory-file.c b/libcaja-private/caja-desktop-directory-file.c
index 2c9faba8..ff84cfc7 100644
--- a/libcaja-private/caja-desktop-directory-file.c
+++ b/libcaja-private/caja-desktop-directory-file.c
@@ -73,7 +73,6 @@ typedef struct
CajaFileAttributes non_delegated_attributes;
} DesktopMonitor;
-
static void caja_desktop_directory_file_init (gpointer object,
gpointer klass);
static void caja_desktop_directory_file_class_init (gpointer klass);
@@ -105,7 +104,6 @@ desktop_callback_equal (gconstpointer desktop_callback_as_pointer,
&& desktop_callback->callback_data == desktop_callback_2->callback_data;
}
-
static void
real_file_changed_callback (CajaFile *real_file,
gpointer callback_data)
@@ -458,7 +456,6 @@ desktop_directory_file_get_where_string (CajaFile *file)
return g_strdup (_("on the desktop"));
}
-
static void
monitor_destroy (gpointer data)
{
@@ -515,7 +512,6 @@ caja_desktop_directory_file_init (gpointer object, gpointer klass)
G_CALLBACK (real_file_changed_callback), desktop_file, 0);
}
-
static void
desktop_callback_remove_file_cover (gpointer key,
gpointer value,
@@ -525,7 +521,6 @@ desktop_callback_remove_file_cover (gpointer key,
(value, CAJA_FILE (callback_data));
}
-
static void
desktop_finalize (GObject *object)
{