X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgwin32mount.c;h=5ae80c85ce1a2511d4268f79965568b422897a5d;hb=5463c8cedbdf9ea2829f83c53876f21b34f57250;hp=b9207dd0af13332597eb0882d62f494ae48c3629;hpb=59ad2acfc548d216e17c76d68c504cfd7dabecea;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gwin32mount.c b/gio/gwin32mount.c index b9207dd..5ae80c8 100644 --- a/gio/gwin32mount.c +++ b/gio/gwin32mount.c @@ -14,9 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson * David Zeuthen @@ -106,7 +104,7 @@ g_win32_mount_init (GWin32Mount *win32_mount) { } -gchar * +static gchar * _win32_get_displayname (const char *drive) { gunichar2 *wdrive = g_utf8_to_utf16 (drive, -1, NULL, NULL, NULL); @@ -194,7 +192,7 @@ g_win32_mount_get_root (GMount *mount) return g_file_new_for_path (win32_mount->mount_path); } -const char * +static const char * _win32_drive_type_to_icon (int type, gboolean use_symbolic) { switch (type)