[gnome-commander] Removes inline, adds static keyword
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Removes inline, adds static keyword
- Date: Fri, 28 Apr 2017 21:39:36 +0000 (UTC)
commit 8e59215687c9c29ff9d481868b33843fcd6e0a39
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sat Apr 22 17:34:06 2017 +0200
Removes inline, adds static keyword
src/gnome-cmd-data.cc | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 90c8580..5546e8d 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -1517,7 +1517,7 @@ inline XML::xstream &operator << (XML::xstream &xml, GnomeCmdBookmark &bookmark)
}
-inline void write(XML::xstream &xml, GnomeCmdCon *con, const gchar *name)
+static void write(XML::xstream &xml, GnomeCmdCon *con, const gchar *name)
{
if (!con)
return;
@@ -1541,7 +1541,7 @@ inline void write(XML::xstream &xml, GnomeCmdCon *con, const gchar *name)
/**
* Save favourite applications in the given file by means of GKeyFile.
*/
-inline void save_devices (const gchar *fname)
+static void save_devices (const gchar *fname)
{
GList *devices;
gchar *path = config_dir ?
@@ -1772,7 +1772,7 @@ static void save_fav_apps (const gchar *fname)
}
-inline gboolean load_connections (const gchar *fname)
+static gboolean load_connections (const gchar *fname)
{
guint prev_ftp_cons_no = g_list_length (gnome_cmd_con_list_get_all_remote
(gnome_cmd_data.priv->con_list));
@@ -2089,7 +2089,7 @@ inline void set_vfs_volume_monitor ()
}
-inline void load_vfs_auto_devices ()
+static void load_vfs_auto_devices ()
{
GnomeVFSVolumeMonitor *monitor = gnome_vfs_get_volume_monitor ();
GList *volumes = gnome_vfs_volume_monitor_get_mounted_volumes (monitor);
@@ -2541,7 +2541,7 @@ inline void GnomeCmdData::load_intviewer_defaults()
}
-inline void GnomeCmdData::load_rename_history()
+void GnomeCmdData::load_rename_history()
{
gint size;
GList *from=NULL, *to=NULL, *csens=NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]