Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: src/mm-modem-cdma.h

Issue 3517013: Add ActivateManual, ActivateManualDebug (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/modemmanager.git
Patch Set: Fixed comment Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « introspection/mm-modem-cdma.xml ('k') | src/mm-modem-cdma.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mm-modem-cdma.h
diff --git a/src/mm-modem-cdma.h b/src/mm-modem-cdma.h
index d92fcca41ec6831bba4cc95250fe1a9389e09064..ab3aabb93f7729927f3d3213246276afce2b2fa1 100644
--- a/src/mm-modem-cdma.h
+++ b/src/mm-modem-cdma.h
@@ -73,6 +73,14 @@ struct _MMModemCdma {
MMModemUIntFn callback,
gpointer user_data);
+ void (*activate_manual) (MMModemCdma *self,
+ MMModemUIntFn callback,
+ gpointer user_data);
+
+ void (*activate_manual_debug) (MMModemCdma *self,
+ MMModemUIntFn callback,
+ gpointer user_data);
+
/* Signals */
void (*signal_quality) (MMModemCdma *self,
guint32 quality);
@@ -102,6 +110,12 @@ void mm_modem_cdma_get_registration_state (MMModemCdma *self,
void mm_modem_cdma_activate (MMModemCdma *self, MMModemUIntFn callback,
gpointer user_data);
+void mm_modem_cdma_activate_manual (MMModemCdma *self, MMModemUIntFn callback,
+ gpointer user_data);
+
+void mm_modem_cdma_activate_manual_debug (MMModemCdma *self, MMModemUIntFn callback,
+ gpointer user_data);
+
/* Protected */
void mm_modem_cdma_emit_signal_quality_changed (MMModemCdma *self, guint32 new_quality);
« no previous file with comments | « introspection/mm-modem-cdma.xml ('k') | src/mm-modem-cdma.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698