libpurple/http.h

changeset 37433
50bb40c42245
parent 37366
1cbcea2165c1
child 37551
ef0428673cc3
--- a/libpurple/http.h	Mon Dec 21 21:08:54 2015 -0500
+++ b/libpurple/http.h	Mon Dec 21 21:34:55 2015 -0500
@@ -222,16 +222,6 @@
 void purple_http_conn_cancel_all(PurpleConnection *gc);
 
 /**
- * purple_http_conn_is_cancelling:
- * @http_conn: The HTTP connection (may be invalid pointer).
- *
- * Checks, if provided HTTP request is cancelling.
- *
- * Returns:          TRUE, if provided connection is currently cancelling.
- */
-gboolean purple_http_conn_is_cancelling(PurpleHttpConnection *http_conn);
-
-/**
  * purple_http_conn_is_running:
  * @http_conn: The HTTP connection (may be invalid pointer).
  *

mercurial