~binli/ubuntu/vivid/modemmanager/lp1441095

« back to all changes in this revision

Viewing changes to libmm-glib/mm-modem-location.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Guido Günther, Michael Biebl
  • Date: 2014-06-25 02:23:09 UTC
  • mfrom: (20.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20140625022309-43papaenj5ikbx3y
Tags: 1.2.0-1
[ Guido Günther ]
* New upstream version 1.2.0 (Closes: #731851)
* Update patches
* Install locale files
* Require newer libqmi
* Update symbols file
* Ship gobject introspection data
* Ship vala bindings

[ Michael Biebl ]
* Use canonical URI for Vcs-Git
* Use gir dh addon
* Update extendend package description (Closes: #744180)

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
/*****************************************************************************/
102
102
 
103
103
/**
104
 
 * mm_modem_location_get_capabilities:
 
104
 * mm_modem_location_get_enabled:
105
105
 * @self: A #MMModemLocation.
106
106
 *
107
107
 * Gets a bitmask of the location capabilities which are enabled in this #MMModemLocation.
389
389
 *
390
390
 * Finishes an operation started with mm_modem_location_get_3gpp().
391
391
 *
392
 
 * Returns: (transfer full) A #MMLocation3gpp, or #NULL if not available. The returned value should be freed with g_object_unref().
 
392
 * Returns: (transfer full): A #MMLocation3gpp, or #NULL if not available. The returned value should be freed with g_object_unref().
393
393
 */
394
394
MMLocation3gpp *
395
395
mm_modem_location_get_3gpp_finish (MMModemLocation *self,
437
437
 * The calling thread is blocked until a reply is received. See mm_modem_location_get_3gpp()
438
438
 * for the asynchronous version of this method.
439
439
 *
440
 
 * Returns: (transfer full) A #MMLocation3gpp, or #NULL if not available. The returned value should be freed with g_object_unref().
 
440
 * Returns: (transfer full): A #MMLocation3gpp, or #NULL if not available. The returned value should be freed with g_object_unref().
441
441
 */
442
442
MMLocation3gpp *
443
443
mm_modem_location_get_3gpp_sync (MMModemLocation *self,
461
461
 *
462
462
 * Finishes an operation started with mm_modem_location_get_gps_nmea().
463
463
 *
464
 
 * Returns: (transfer full) A #MMLocationGpsNmea, or #NULL if not available. The returned value should be freed with g_object_unref().
 
464
 * Returns: (transfer full): A #MMLocationGpsNmea, or #NULL if not available. The returned value should be freed with g_object_unref().
465
465
 */
466
466
MMLocationGpsNmea *
467
467
mm_modem_location_get_gps_nmea_finish (MMModemLocation *self,
509
509
 * The calling thread is blocked until a reply is received. See mm_modem_location_get_gps_nmea()
510
510
 * for the asynchronous version of this method.
511
511
 *
512
 
 * Returns: (transfer full) A #MMLocationGpsNmea, or #NULL if not available. The returned value should be freed with g_object_unref().
 
512
 * Returns: (transfer full): A #MMLocationGpsNmea, or #NULL if not available. The returned value should be freed with g_object_unref().
513
513
 */
514
514
MMLocationGpsNmea *
515
515
mm_modem_location_get_gps_nmea_sync (MMModemLocation *self,
533
533
 *
534
534
 * Finishes an operation started with mm_modem_location_get_gps_raw().
535
535
 *
536
 
 * Returns: (transfer full) A #MMLocationGpsRaw, or #NULL if not available. The returned value should be freed with g_object_unref().
 
536
 * Returns: (transfer full): A #MMLocationGpsRaw, or #NULL if not available. The returned value should be freed with g_object_unref().
537
537
 */
538
538
MMLocationGpsRaw *
539
539
mm_modem_location_get_gps_raw_finish (MMModemLocation *self,
581
581
 * The calling thread is blocked until a reply is received. See mm_modem_location_get_gps_raw()
582
582
 * for the asynchronous version of this method.
583
583
 *
584
 
 * Returns: (transfer full) A #MMLocationGpsRaw, or #NULL if not available. The returned value should be freed with g_object_unref().
 
584
 * Returns: (transfer full): A #MMLocationGpsRaw, or #NULL if not available. The returned value should be freed with g_object_unref().
585
585
 */
586
586
MMLocationGpsRaw *
587
587
mm_modem_location_get_gps_raw_sync (MMModemLocation *self,
605
605
 *
606
606
 * Finishes an operation started with mm_modem_location_get_cdma_bs().
607
607
 *
608
 
 * Returns: (transfer full) A #MMLocationCdmaBs, or #NULL if not available. The returned value should be freed with g_object_unref().
 
608
 * Returns: (transfer full): A #MMLocationCdmaBs, or #NULL if not available. The returned value should be freed with g_object_unref().
609
609
 */
610
610
MMLocationCdmaBs *
611
611
mm_modem_location_get_cdma_bs_finish (MMModemLocation *self,
653
653
 * The calling thread is blocked until a reply is received. See mm_modem_location_get_cdma_bs()
654
654
 * for the asynchronous version of this method.
655
655
 *
656
 
 * Returns: (transfer full) A #MMLocationCdmaBs, or #NULL if not available. The returned value should be freed with g_object_unref().
 
656
 * Returns: (transfer full): A #MMLocationCdmaBs, or #NULL if not available. The returned value should be freed with g_object_unref().
657
657
 */
658
658
MMLocationCdmaBs *
659
659
mm_modem_location_get_cdma_bs_sync (MMModemLocation *self,