/soc/2013/ankitkv/gobjectification: 45355dc00dbc: Replace <em> w...

Ankit Vani a at nevitus.org
Sun Feb 2 07:44:19 EST 2014


Changeset: 45355dc00dbca11c6db5bd1f46687c31eebfa934
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2014-02-02 18:02 +0530
Branch:	 gtkdoc-conversion
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/45355dc00dbc

Description:

Replace <em> with <emphasis>

diffstat:

 libpurple/eventloop.h |   2 +-
 libpurple/request.h   |  18 +++++++++---------
 libpurple/signals.h   |   8 ++++----
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (121 lines):

diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -76,7 +76,7 @@ struct _PurpleEventLoopUiOps
 	 * the libpurple thread.  You should make sure to detect this situation
 	 * and to only call "function" from the libpurple thread.
 	 *
-	 * @interval: the interval in <em>milliseconds</em> between calls
+	 * @interval: the interval in <emphasis>milliseconds</emphasis> between calls
 	 *                 to @function.
 	 * @data:     arbitrary data to be passed to @function at each
 	 *                 call.
diff --git a/libpurple/request.h b/libpurple/request.h
--- a/libpurple/request.h
+++ b/libpurple/request.h
@@ -1917,7 +1917,7 @@ gboolean purple_request_field_alphanumer
 /**
  * purple_request_input:
  * @handle:        The plugin or connection handle.  For some
- *                 things this is <em>extremely</em> important.  The
+ *                 things this is <emphasis>extremely</emphasis> important.  The
  *                 handle is used to programmatically close the request
  *                 dialog when it is no longer needed.  For protocols this
  *                 is often a pointer to the #PurpleConnection
@@ -1926,7 +1926,7 @@ gboolean purple_request_field_alphanumer
  *                 because it allows a request to be closed with
  *                 purple_request_close_with_handle() when, for
  *                 example, you sign offline.  If the request is
- *                 <em>not</em> closed it is <strong>very</strong>
+ *                 <emphasis>not</emphasis> closed it is <strong>very</strong>
  *                 likely to cause a crash whenever the callback
  *                 handler functions are triggered.
  * @title:         The title of the message, or %NULL if it should have
@@ -1968,7 +1968,7 @@ void *purple_request_input(void *handle,
 /**
  * purple_request_choice:
  * @handle:        The plugin or connection handle.  For some things this
- *                 is <em>extremely</em> important.  See the comments on
+ *                 is <emphasis>extremely</emphasis> important.  See the comments on
  *                 purple_request_input().
  * @title:         The title of the message, or %NULL if it should have
  *                 no title.
@@ -2019,7 +2019,7 @@ void *purple_request_choice_varg(void *h
 /**
  * purple_request_action:
  * @handle:         The plugin or connection handle.  For some things this
- *                       is <em>extremely</em> important.  See the comments on
+ *                       is <emphasis>extremely</emphasis> important.  See the comments on
  *                       purple_request_input().
  * @title:          The title of the message, or %NULL if it should have
  *                       no title.
@@ -2069,7 +2069,7 @@ purple_request_action_varg(void *handle,
 /**
  * purple_request_wait:
  * @handle:        The plugin or connection handle.  For some things this
- *                 is <em>extremely</em> important.  See the comments on
+ *                 is <emphasis>extremely</emphasis> important.  See the comments on
  *                 purple_request_input().
  * @title:         The title of the message, or %NULL if it should have
  *                 default title.
@@ -2118,7 +2118,7 @@ purple_request_wait_progress(void *ui_ha
 /**
  * purple_request_fields:
  * @handle:      The plugin or connection handle.  For some things this
- *               is <em>extremely</em> important.  See the comments on
+ *               is <emphasis>extremely</emphasis> important.  See the comments on
  *               purple_request_input().
  * @title:       The title of the message, or %NULL if it should have
  *               no title.
@@ -2234,7 +2234,7 @@ void purple_request_close_with_handle(vo
 /**
  * purple_request_file:
  * @handle:      The plugin or connection handle.  For some things this
- *                    is <em>extremely</em> important.  See the comments on
+ *                    is <emphasis>extremely</emphasis> important.  See the comments on
  *                    purple_request_input().
  * @title:       The title of the message, or %NULL if it should have
  *                    no title.
@@ -2261,7 +2261,7 @@ purple_request_file(void *handle, const 
 /**
  * purple_request_folder:
  * @handle:      The plugin or connection handle.  For some things this
- *                    is <em>extremely</em> important.  See the comments on
+ *                    is <emphasis>extremely</emphasis> important.  See the comments on
  *                    purple_request_input().
  * @title:       The title of the message, or %NULL if it should have
  *                    no title.
@@ -2286,7 +2286,7 @@ purple_request_folder(void *handle, cons
 /**
  * purple_request_certificate:
  * @handle:        The plugin or connection handle.  For some things this
- *                 is <em>extremely</em> important.  See the comments on
+ *                 is <emphasis>extremely</emphasis> important.  See the comments on
  *                 purple_request_input().
  * @title:         The title of the message, or %NULL if it should have
  *                 no title.
diff --git a/libpurple/signals.h b/libpurple/signals.h
--- a/libpurple/signals.h
+++ b/libpurple/signals.h
@@ -55,8 +55,8 @@ G_BEGIN_DECLS
  * PURPLE_SIGNAL_PRIORITY_HIGHEST:
  *
  * The largest signal priority; signals with this priority will be called
- * <em>last</em>.  (This is highest as in numerical value, not as in order of
- * importance.)
+ * <emphasis>last</emphasis>.  (This is highest as in numerical value, not as in
+ * order of importance.)
  *
  * @see purple_signal_connect_priority().
  */
@@ -66,8 +66,8 @@ G_BEGIN_DECLS
  * PURPLE_SIGNAL_PRIORITY_LOWEST:
  *
  * The smallest signal priority; signals with this priority will be called
- * <em>first</em>.  (This is lowest as in numerical value, not as in order of
- * importance.)
+ * <emphasis>first</emphasis>.  (This is lowest as in numerical value, not as in
+ * order of importance.)
  *
  * @see purple_signal_connect_priority().
  */



More information about the Commits mailing list