~binli/ubuntu/vivid/modemmanager/lp1441095

« back to all changes in this revision

Viewing changes to libmm-glib/mm-modem.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-12-20 15:35:26 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131220153526-j3xu9gp51ltzlizc
Tags: 1.0.0-1
* New upstream release. (Closes: #728214, #728215)
* debian/control: add a versioned dependency for libqmi -- we need at least
  version 1.4.
* debian/control: build-depends on libmbim-glib-dev 1.4
* debian/rules: run the local autogen.sh rather than gnome-autogen.sh.
* debian/rules: drop --with-tests. 
* debian/rules: clean up after gtk-doc files left around.
* debian/patches/glib_fixes.patch: link against glib explicitly for the
  huawei modem helper tests.
* debian/libmm-glib0.symbols: updated symbols.
* debian/watch: update watch file for new location of upstream source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
const gchar       *mm_modem_get_primary_port         (MMModem *self);
112
112
gchar             *mm_modem_dup_primary_port         (MMModem *self);
113
113
 
 
114
gboolean           mm_modem_peek_ports               (MMModem *self,
 
115
                                                      const MMModemPortInfo **ports,
 
116
                                                      guint *n_ports);
 
117
gboolean           mm_modem_get_ports                (MMModem *self,
 
118
                                                      MMModemPortInfo **ports,
 
119
                                                      guint *n_ports);
 
120
 
114
121
const gchar       *mm_modem_get_equipment_identifier (MMModem *self);
115
122
gchar             *mm_modem_dup_equipment_identifier (MMModem *self);
116
123