1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855
|
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* gnome-vfs-volume.c - Handling of volumes for the GNOME Virtual File System.
Copyright (C) 2003 Red Hat, Inc
The Gnome Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
The Gnome Library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with the Gnome Library; see the file COPYING.LIB. If not,
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
Author: Alexander Larsson <alexl@redhat.com>
*/
#include <config.h>
#include <string.h>
#include <glib.h>
#include "gnome-vfs-volume.h"
#include "gnome-vfs-volume-monitor-private.h"
#include "gnome-vfs-filesystem-type.h"
static void gnome_vfs_volume_class_init (GnomeVFSVolumeClass *klass);
static void gnome_vfs_volume_init (GnomeVFSVolume *volume);
static void gnome_vfs_volume_finalize (GObject *object);
static GObjectClass *parent_class = NULL;
G_LOCK_DEFINE_STATIC (volumes);
GType
gnome_vfs_volume_get_type (void)
{
static GType volume_type = 0;
if (!volume_type) {
const GTypeInfo volume_info = {
sizeof (GnomeVFSVolumeClass),
NULL, /* base_init */
NULL, /* base_finalize */
(GClassInitFunc) gnome_vfs_volume_class_init,
NULL, /* class_finalize */
NULL, /* class_data */
sizeof (GnomeVFSVolume),
0, /* n_preallocs */
(GInstanceInitFunc) gnome_vfs_volume_init
};
volume_type =
g_type_register_static (G_TYPE_OBJECT, "GnomeVFSVolume",
&volume_info, 0);
}
return volume_type;
}
static void
gnome_vfs_volume_class_init (GnomeVFSVolumeClass *class)
{
GObjectClass *o_class;
parent_class = g_type_class_peek_parent (class);
o_class = (GObjectClass *) class;
/* GObject signals */
o_class->finalize = gnome_vfs_volume_finalize;
}
static void
gnome_vfs_volume_init (GnomeVFSVolume *volume)
{
static int volume_id_counter = 1;
volume->priv = g_new0 (GnomeVFSVolumePrivate, 1);
G_LOCK (volumes);
volume->priv->id = volume_id_counter++;
G_UNLOCK (volumes);
}
/**
* gnome_vfs_volume_ref:
* @volume: a #GnomeVFSVolume, or %NULL.
*
* Increases the refcount of the @volume by 1, if it is not %NULL.
*
* Returns: the @volume with its refcount increased by one,
* or %NULL if @volume is NULL.
*
* Since: 2.6
*/
GnomeVFSVolume *
gnome_vfs_volume_ref (GnomeVFSVolume *volume)
{
if (volume == NULL) {
return NULL;
}
G_LOCK (volumes);
g_object_ref (volume);
G_UNLOCK (volumes);
return volume;
}
/**
* gnome_vfs_volume_unref:
* @volume: a #GnomeVFSVolume, or %NULL.
*
* Decreases the refcount of the @volume by 1, if it is not %NULL.
*
* Since: 2.6
*/
void
gnome_vfs_volume_unref (GnomeVFSVolume *volume)
{
if (volume == NULL) {
return;
}
G_LOCK (volumes);
g_object_unref (volume);
G_UNLOCK (volumes);
}
/* Remeber that this could be running on a thread other
* than the main thread */
static void
gnome_vfs_volume_finalize (GObject *object)
{
GnomeVFSVolume *volume = (GnomeVFSVolume *) object;
GnomeVFSVolumePrivate *priv;
priv = volume->priv;
/* The volume can't be finalized if there is a
drive that owns it */
g_assert (priv->drive == NULL);
g_free (priv->device_path);
g_free (priv->activation_uri);
g_free (priv->filesystem_type);
g_free (priv->display_name);
g_free (priv->display_name_key);
g_free (priv->icon);
g_free (priv->gconf_id);
g_free (priv->hal_udi);
g_free (priv->hal_drive_udi);
g_free (priv);
volume->priv = NULL;
if (G_OBJECT_CLASS (parent_class)->finalize)
(* G_OBJECT_CLASS (parent_class)->finalize) (object);
}
/**
* gnome_vfs_volume_get_volume_type:
* @volume: a #GnomeVFSVolume.
*
* Returns the #GnomeVFSVolumeType of the @volume.
*
* Returns: the volume type for @volume.
*
* Since: 2.6
*/
GnomeVFSVolumeType
gnome_vfs_volume_get_volume_type (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, GNOME_VFS_VOLUME_TYPE_MOUNTPOINT);
return volume->priv->volume_type;
}
/**
* gnome_vfs_volume_get_device_type:
* @volume: a #GnomeVFSVolume.
*
* Returns the #GnomeVFSDeviceType of the @volume.
*
* Returns: the device type for @volume.
*
* Since: 2.6
*/
GnomeVFSDeviceType
gnome_vfs_volume_get_device_type (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, GNOME_VFS_DEVICE_TYPE_UNKNOWN);
return volume->priv->device_type;
}
/**
* gnome_vfs_volume_get_id:
* @volume: a #GnomeVFSVolume.
*
* Returns the ID of the @volume,
*
* Two #GnomeVFSVolumes are guaranteed to refer
* to the same volume if they have the same ID.
*
* Returns: the id for the @volume.
*
* Since: 2.6
*/
gulong
gnome_vfs_volume_get_id (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, 0);
return volume->priv->id;
}
/**
* gnome_vfs_volume_get_drive:
* @volume: a #GnomeVFSVolume.
*
* Returns: the drive for the @volume.
*
* Since: 2.6
*/
GnomeVFSDrive *
gnome_vfs_volume_get_drive (GnomeVFSVolume *volume)
{
GnomeVFSDrive *drive;
g_return_val_if_fail (volume != NULL, NULL);
G_LOCK (volumes);
drive = gnome_vfs_drive_ref (volume->priv->drive);
G_UNLOCK (volumes);
return drive;
}
void
gnome_vfs_volume_unset_drive_private (GnomeVFSVolume *volume,
GnomeVFSDrive *drive)
{
G_LOCK (volumes);
g_assert (volume->priv->drive == drive);
volume->priv->drive = NULL;
G_UNLOCK (volumes);
}
void
gnome_vfs_volume_set_drive_private (GnomeVFSVolume *volume,
GnomeVFSDrive *drive)
{
G_LOCK (volumes);
g_assert (volume->priv->drive == NULL);
volume->priv->drive = drive;
G_UNLOCK (volumes);
}
/**
* gnome_vfs_volume_get_device_path:
* @volume: a #GnomeVFSVolume.
*
* Returns the device path of a #GnomeVFSVolume.
*
* For HAL volumes, this returns the value of the
* volume's "block.device" key. For UNIX mounts,
* it returns the %mntent's %mnt_fsname entry.
*
* Otherwise, it returns %NULL.
*
* Returns: a newly allocated string for device path of @volume.
*
* Since: 2.6
*/
char *
gnome_vfs_volume_get_device_path (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, NULL);
return g_strdup (volume->priv->device_path);
}
/**
* gnome_vfs_volume_get_activation_uri:
* @volume: a #GnomeVFSVolume.
*
* Returns the activation URI of a #GnomeVFSVolume.
*
* The returned URI usually refers to a valid location. You can check the
* validity of the location by calling gnome_vfs_uri_new() with the URI,
* and checking whether the return value is not %NULL.
*
* Returns: a newly allocated string for activation uri of @volume.
*
* Since: 2.6
*/
char *
gnome_vfs_volume_get_activation_uri (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, NULL);
return g_strdup (volume->priv->activation_uri);
}
/**
* gnome_vfs_volume_get_hal_udi:
* @volume: a #GnomeVFSVolume.
*
* Returns the HAL UDI of a #GnomeVFSVolume.
*
* For HAL volumes, this matches the value of the "info.udi" key,
* for other volumes it is %NULL.
*
* Returns: a newly allocated string for unique device id of @volume, or %NULL.
*
* Since: 2.6
*/
char *
gnome_vfs_volume_get_hal_udi (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, NULL);
return g_strdup (volume->priv->hal_udi);
}
/**
* gnome_vfs_volume_get_filesystem_type:
* @volume: a #GnomeVFSVolume.
*
* Returns a string describing the file system on @volume,
* or %NULL if no information on the underlying file system is
* available.
*
* The file system may be used to provide special functionality
* that depends on the file system type, for instance to determine
* whether trashing is supported (cf. gnome_vfs_volume_handles_trash()).
*
* For HAL mounts, this returns the value of the "volume.fstype"
* key, for traditional UNIX mounts it is set to the %mntent's
* %mnt_type key, for connected servers, %NULL is returned.
*
* As of GnomeVFS 2.15.4, the following file systems are recognized
* by GnomeVFS:
*
* <table frame="none">
* <title>Recognized File Systems</title>
* <tgroup cols="3" align="left">
* <?dbhtml cellpadding="10" ?>
* <colspec colwidth="1*"/>
* <colspec colwidth="1*"/>
* <colspec colwidth="1*"/>
* <thead>
* <row>
* <entry>File System</entry>
* <entry>Display Name</entry>
* <entry>Supports Trash</entry>
* </row>
* </thead>
* <tbody>
* <row><entry>affs</entry><entry>AFFS Volume</entry><entry>No</entry></row>
* <row><entry>afs</entry><entry>AFS Network Volume</entry><entry>No</entry></row>
* <row><entry>auto</entry><entry>Auto-detected Volume</entry><entry>No</entry></row>
* <row><entry>cd9660</entry><entry>CD-ROM Drive</entry><entry>No</entry></row>
* <row><entry>cdda</entry><entry>CD Digital Audio</entry><entry>No</entry></row>
* <row><entry>cdrom</entry><entry>CD-ROM Drive</entry><entry>No</entry></row>
* <row><entry>devfs</entry><entry>Hardware Device Volume</entry><entry>No</entry></row>
* <row><entry>encfs</entry><entry>EncFS Volume</entry><entry>Yes</entry></row>
* <row><entry>ext2</entry><entry>Ext2 Linux Volume</entry><entry>Yes</entry></row>
* <row><entry>ext2fs</entry><entry>Ext2 Linux Volume</entry><entry>Yes</entry></row>
* <row><entry>ext3</entry><entry>Ext3 Linux Volume</entry><entry>Yes</entry></row>
* <row><entry>fat</entry><entry>MSDOS Volume</entry><entry>Yes</entry></row>
* <row><entry>ffs</entry><entry>BSD Volume</entry><entry>Yes</entry></row>
* <row><entry>fuse</entry><entry>FUSE Volume</entry><entry>Yes</entry></row>
* <row><entry>hfs</entry><entry>MacOS Volume</entry><entry>Yes</entry></row>
* <row><entry>hfsplus</entry><entry>MacOS Volume</entry><entry>No</entry></row>
* <row><entry>iso9660</entry><entry>CDROM Volume</entry><entry>No</entry></row>
* <row><entry>hsfs</entry><entry>Hsfs CDROM Volume</entry><entry>No</entry></row>
* <row><entry>jfs</entry><entry>JFS Volume</entry><entry>Yes</entry></row>
* <row><entry>hpfs</entry><entry>Windows NT Volume</entry><entry>No</entry></row>
* <row><entry>kernfs</entry><entry>System Volume</entry><entry>No</entry></row>
* <row><entry>lfs</entry><entry>BSD Volume</entry><entry>Yes</entry></row>
* <row><entry>linprocfs</entry><entry>System Volume</entry><entry>No</entry></row>
* <row><entry>mfs</entry><entry>Memory Volume</entry><entry>Yes</entry></row>
* <row><entry>minix</entry><entry>Minix Volume</entry><entry>No</entry></row>
* <row><entry>msdos</entry><entry>MSDOS Volume</entry><entry>No</entry></row>
* <row><entry>msdosfs</entry><entry>MSDOS Volume</entry><entry>No</entry></row>
* <row><entry>nfs</entry><entry>NFS Network Volume</entry><entry>Yes</entry></row>
* <row><entry>ntfs</entry><entry>Windows NT Volume</entry><entry>No</entry></row>
* <row><entry>nwfs</entry><entry>Netware Volume</entry><entry>No</entry></row>
* <row><entry>proc</entry><entry>System Volume</entry><entry>No</entry></row>
* <row><entry>procfs</entry><entry>System Volume</entry><entry>No</entry></row>
* <row><entry>ptyfs</entry><entry>System Volume</entry><entry>No</entry></row>
* <row><entry>reiser4</entry><entry>Reiser4 Linux Volume</entry><entry>Yes</entry></row>
* <row><entry>reiserfs</entry><entry>ReiserFS Linux Volume</entry><entry>Yes</entry></row>
* <row><entry>smbfs</entry><entry>Windows Shared Volume</entry><entry>Yes</entry></row>
* <row><entry>supermount</entry><entry>SuperMount Volume</entry><entry>No</entry></row>
* <row><entry>udf</entry><entry>DVD Volume</entry><entry>No</entry></row>
* <row><entry>ufs</entry><entry>Solaris/BSD Volume</entry><entry>Yes</entry></row>
* <row><entry>udfs</entry><entry>Udfs Solaris Volume</entry><entry>Yes</entry></row>
* <row><entry>pcfs</entry><entry>Pcfs Solaris Volume</entry><entry>Yes</entry></row>
* <row><entry>samfs</entry><entry>Sun SAM-QFS Volume</entry><entry>Yes</entry></row>
* <row><entry>tmpfs</entry><entry>Temporary Volume</entry><entry>Yes</entry></row>
* <row><entry>umsdos</entry><entry>Enhanced DOS Volume</entry><entry>No</entry></row>
* <row><entry>vfat</entry><entry>Windows VFAT Volume</entry><entry>Yes</entry></row>
* <row><entry>xenix</entry><entry>Xenix Volume</entry><entry>No</entry></row>
* <row><entry>xfs</entry><entry>XFS Linux Volume</entry><entry>Yes</entry></row>
* <row><entry>xiafs</entry><entry>XIAFS Volume</entry><entry>No</entry></row>
* <row><entry>cifs</entry><entry>CIFS Volume</entry><entry>Yes</entry></row>
* </tbody>
* </tgroup>
* </table>
*
* Returns: a newly allocated string for filesystem type of @volume.
*
* Since: 2.6
*/
char *
gnome_vfs_volume_get_filesystem_type (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, NULL);
return g_strdup (volume->priv->filesystem_type);
}
/**
* gnome_vfs_volume_get_display_name:
* @volume: a #GnomeVFSVolume.
*
* Returns the display name of the @volume.
*
* Returns: a newly allocated string for display name of @volume.
*
* Since: 2.6
*/
char *
gnome_vfs_volume_get_display_name (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, NULL);
return g_strdup (volume->priv->display_name);
}
/**
* gnome_vfs_volume_get_icon:
* @volume: a #GnomeVFSVolume.
*
* Returns: a newly allocated string for the icon filename of @volume.
*
* Since: 2.6
*/
char *
gnome_vfs_volume_get_icon (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, NULL);
return g_strdup (volume->priv->icon);
}
/**
* gnome_vfs_volume_is_user_visible:
* @volume: a #GnomeVFSVolume.
*
* Returns whether the @volume is visible to the user. This
* should be used by applications to determine whether it
* is included in user interfaces listing available volumes.
*
* Returns: %TRUE if @volume is visible to the user, %FALSE otherwise.
*
* Since: 2.6
*/
gboolean
gnome_vfs_volume_is_user_visible (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, FALSE);
return volume->priv->is_user_visible;
}
/**
* gnome_vfs_volume_is_read_only:
* @volume: a #GnomeVFSVolume.
*
* Returns whether the file system on a @volume is read-only.
*
* For HAL volumes, the "volume.is_mounted_read_only" key
* is authoritative, for traditional UNIX mounts it returns
* %TRUE if the mount was done with the "ro" option.
* For servers, %FALSE is returned.
*
* Returns: %TRUE if the @volume is read-only to the user, %FALSE otherwise.
*
* Since: 2.6
*/
gboolean
gnome_vfs_volume_is_read_only (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, FALSE);
return volume->priv->is_read_only;
}
/**
* gnome_vfs_volume_is_mounted:
* @volume: a #GnomeVFSVolume.
*
* Returns whether the file system on a @volume is currently mounted.
*
* For HAL volumes, this reflects the value of the "volume.is_mounted"
* key, for traditional UNIX mounts and connected servers, %TRUE
* is returned, because their existence implies that they are
* mounted.
*
* Returns: %TRUE if the @volume is mounted, %FALSE otherwise.
*
* Since: 2.6
*/
gboolean
gnome_vfs_volume_is_mounted (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, FALSE);
return volume->priv->is_mounted;
}
/**
* gnome_vfs_volume_handles_trash:
* @volume: a #GnomeVFSVolume.
*
* Returns whether the file system on a @volume supports trashing of files.
*
* If the @volume has an AutoFS file system (i.e. gnome_vfs_volume_get_device_type()
* returns #GNOME_VFS_DEVICE_TYPE_AUTOFS), or if the @volume is mounted read-only
* (gnome_vfs_volume_is_read_only() returns %TRUE), it is assumed
* to not support trashing of files.
*
* Otherwise, if the @volume provides file system information, it is
* determined whether the file system supports trashing of files.
* See gnome_vfs_volume_get_filesystem_type() for details which
* volumes provide file system information, and which file systems
* currently support a trash.
*
* Returns: %TRUE if @volume handles trash, %FALSE otherwise.
*
* Since: 2.6
*/
gboolean
gnome_vfs_volume_handles_trash (GnomeVFSVolume *volume)
{
g_return_val_if_fail (volume != NULL, FALSE);
if (volume->priv->device_type == GNOME_VFS_DEVICE_TYPE_AUTOFS) {
return FALSE;
}
if (volume->priv->is_read_only) {
return FALSE;
}
if (volume->priv->filesystem_type != NULL) {
return _gnome_vfs_filesystem_use_trash (volume->priv->filesystem_type);
}
return FALSE;
}
int
_gnome_vfs_device_type_get_sort_group (GnomeVFSDeviceType type)
{
switch (type) {
case GNOME_VFS_DEVICE_TYPE_FLOPPY:
case GNOME_VFS_DEVICE_TYPE_ZIP:
case GNOME_VFS_DEVICE_TYPE_JAZ:
return 0;
case GNOME_VFS_DEVICE_TYPE_CDROM:
case GNOME_VFS_DEVICE_TYPE_AUDIO_CD:
case GNOME_VFS_DEVICE_TYPE_VIDEO_DVD:
return 1;
case GNOME_VFS_DEVICE_TYPE_CAMERA:
case GNOME_VFS_DEVICE_TYPE_MEMORY_STICK:
case GNOME_VFS_DEVICE_TYPE_MUSIC_PLAYER:
return 2;
case GNOME_VFS_DEVICE_TYPE_HARDDRIVE:
case GNOME_VFS_DEVICE_TYPE_WINDOWS:
case GNOME_VFS_DEVICE_TYPE_APPLE:
return 3;
case GNOME_VFS_DEVICE_TYPE_NFS:
case GNOME_VFS_DEVICE_TYPE_SMB:
case GNOME_VFS_DEVICE_TYPE_NETWORK:
return 4;
default:
return 5;
}
}
/**
* gnome_vfs_volume_compare:
* @a: a #GnomeVFSVolume.
* @b: a #GnomeVFSVolume.
*
* Compares two #GnomeVFSVolume objects @a and @b. Two
* #GnomeVFSVolume objects referring to different volumes
* are guaranteed to not return 0 when comparing them,
* if they refer to the same volume 0 is returned.
*
* The resulting #gint should be used to determine the
* order in which @a and @b are displayed in graphical
* user interfces.
*
* The comparison algorithm first of all peeks the device
* type of @a and @b, they will be sorted in the following
* order:
* <itemizedlist>
* <listitem><para>Magnetic and opto-magnetic volumes (ZIP, floppy)</para></listitem>
* <listitem><para>Optical volumes (CD, DVD)</para></listitem>
* <listitem><para>External volumes (USB sticks, music players)</para></listitem>
* <listitem><para>Mounted hard disks</para></listitem>
* <listitem><para>Network mounts</para></listitem>
* <listitem><para>Other volumes</para></listitem>
* </itemizedlist>
*
* Afterwards, the display name of @a and @b is compared
* using a locale-sensitive sorting algorithm, which
* involves g_utf8_collate_key().
*
* If two volumes have the same display name, their
* unique ID is compared which can be queried using
* gnome_vfs_volume_get_id().
*
* Returns: 0 if the volumes refer to the same @GnomeVFSVolume,
* a negative value if @a should be displayed before @b,
* or a positive value if @a should be displayed after @b.
*
* Since: 2.6
*/
gint
gnome_vfs_volume_compare (GnomeVFSVolume *a,
GnomeVFSVolume *b)
{
GnomeVFSVolumePrivate *priva, *privb;
gint res;
if (a == b) {
return 0;
}
priva = a->priv;
privb = b->priv;
res = privb->volume_type - priva->volume_type;
if (res != 0) {
return res;
}
res = _gnome_vfs_device_type_get_sort_group (priva->device_type) - _gnome_vfs_device_type_get_sort_group (privb->device_type);
if (res != 0) {
return res;
}
res = strcmp (priva->display_name_key, privb->display_name_key);
if (res != 0) {
return res;
}
return privb->id - priva->id;
}
#ifdef USE_DAEMON
static void
utils_append_string_or_null (DBusMessageIter *iter,
const gchar *str)
{
if (str == NULL)
str = "";
dbus_message_iter_append_basic (iter, DBUS_TYPE_STRING, &str);
}
static gchar *
utils_get_string_or_null (DBusMessageIter *iter, gboolean empty_is_null)
{
const gchar *str;
dbus_message_iter_get_basic (iter, &str);
if (empty_is_null && *str == 0) {
return NULL;
} else {
return g_strdup (str);
}
}
gboolean
gnome_vfs_volume_to_dbus (DBusMessageIter *iter,
GnomeVFSVolume *volume)
{
GnomeVFSVolumePrivate *priv;
DBusMessageIter struct_iter;
GnomeVFSDrive *drive;
gint32 i;
g_return_val_if_fail (iter != NULL, FALSE);
g_return_val_if_fail (volume != NULL, FALSE);
priv = volume->priv;
if (!dbus_message_iter_open_container (iter,
DBUS_TYPE_STRUCT,
NULL, /* for struct */
&struct_iter)) {
return FALSE;
}
i = priv->id;
dbus_message_iter_append_basic (&struct_iter, DBUS_TYPE_INT32, &i);
i = priv->volume_type;
dbus_message_iter_append_basic (&struct_iter, DBUS_TYPE_INT32, &i);
i = priv->device_type;
dbus_message_iter_append_basic (&struct_iter, DBUS_TYPE_INT32, &i);
drive = gnome_vfs_volume_get_drive (volume);
if (drive != NULL) {
i = drive->priv->id;
gnome_vfs_drive_unref (drive);
} else {
i = 0;
}
dbus_message_iter_append_basic (&struct_iter, DBUS_TYPE_INT32, &i);
utils_append_string_or_null (&struct_iter, priv->activation_uri);
utils_append_string_or_null (&struct_iter, priv->filesystem_type);
utils_append_string_or_null (&struct_iter, priv->display_name);
utils_append_string_or_null (&struct_iter, priv->icon);
dbus_message_iter_append_basic (&struct_iter,
DBUS_TYPE_BOOLEAN,
&priv->is_user_visible);
dbus_message_iter_append_basic (&struct_iter,
DBUS_TYPE_BOOLEAN,
&priv->is_read_only);
dbus_message_iter_append_basic (&struct_iter,
DBUS_TYPE_BOOLEAN,
&priv->is_mounted);
utils_append_string_or_null (&struct_iter, priv->device_path);
i = priv->unix_device;
dbus_message_iter_append_basic (&struct_iter, DBUS_TYPE_INT32, &i);
utils_append_string_or_null (&struct_iter, priv->hal_udi);
utils_append_string_or_null (&struct_iter, priv->gconf_id);
dbus_message_iter_close_container (iter, &struct_iter);
return TRUE;
}
GnomeVFSVolume *
_gnome_vfs_volume_from_dbus (DBusMessageIter *iter,
GnomeVFSVolumeMonitor *volume_monitor)
{
GnomeVFSVolumePrivate *priv;
DBusMessageIter struct_iter;
GnomeVFSVolume *volume;
gint32 i;
g_return_val_if_fail (iter != NULL, NULL);
g_return_val_if_fail (volume_monitor != NULL, NULL);
g_assert (dbus_message_iter_get_arg_type (iter) == DBUS_TYPE_STRUCT);
volume = g_object_new (GNOME_VFS_TYPE_VOLUME, NULL);
priv = volume->priv;
dbus_message_iter_recurse (iter, &struct_iter);
dbus_message_iter_get_basic (&struct_iter, &i);
priv->id = i;
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &i);
priv->volume_type = i;
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &i);
priv->device_type = i;
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &i);
if (i != 0) {
priv->drive = gnome_vfs_volume_monitor_get_drive_by_id (
volume_monitor, i);
if (priv->drive != NULL) {
gnome_vfs_drive_add_mounted_volume_private (priv->drive, volume);
/* The drive reference is weak */
gnome_vfs_drive_unref (priv->drive);
}
}
dbus_message_iter_next (&struct_iter);
priv->activation_uri = utils_get_string_or_null (&struct_iter, TRUE);
dbus_message_iter_next (&struct_iter);
priv->filesystem_type = utils_get_string_or_null (&struct_iter, TRUE);
dbus_message_iter_next (&struct_iter);
priv->display_name = utils_get_string_or_null (&struct_iter, TRUE);
if (volume->priv->display_name != NULL) {
char *tmp = g_utf8_casefold (volume->priv->display_name, -1);
volume->priv->display_name_key = g_utf8_collate_key (tmp, -1);
g_free (tmp);
} else {
volume->priv->display_name_key = NULL;
}
dbus_message_iter_next (&struct_iter);
priv->icon = utils_get_string_or_null (&struct_iter, TRUE);
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &priv->is_user_visible);
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &priv->is_read_only);
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &priv->is_mounted);
dbus_message_iter_next (&struct_iter);
priv->device_path = utils_get_string_or_null (&struct_iter, TRUE);
dbus_message_iter_next (&struct_iter);
dbus_message_iter_get_basic (&struct_iter, &priv->unix_device);
dbus_message_iter_next (&struct_iter);
priv->hal_udi = utils_get_string_or_null (&struct_iter, TRUE);
dbus_message_iter_next (&struct_iter);
priv->gconf_id = utils_get_string_or_null (&struct_iter, TRUE);
return volume;
}
#endif
|