X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgremoteactiongroup.c;h=760cdfe3db5fbdfd09148b111f1c4945bd895ecd;hb=ffe286e647ce9ba9bb8e1631ba3cf0194038f438;hp=e00d9169bb46848c5482e2716cb476908db0a39c;hpb=38720494452aa336eb2f168ac4bd2add138c400e;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gremoteactiongroup.c b/gio/gremoteactiongroup.c index e00d916..760cdfe 100644 --- a/gio/gremoteactiongroup.c +++ b/gio/gremoteactiongroup.c @@ -12,9 +12,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Authors: Ryan Lortie */ @@ -37,10 +35,10 @@ * or receive action invocations in the local process from other * processes. * - * The interface has _full variants of the two + * The interface has `_full` variants of the two * methods on #GActionGroup used to activate actions: * g_action_group_activate_action() and - * g_action_group_change_action_state(). These variants allow a + * g_action_group_change_action_state(). These variants allow a * "platform data" #GVariant to be specified: a dictionary providing * context for the action invocation (for example: timestamps, startup * notification IDs, etc). @@ -50,7 +48,7 @@ * * Additionally, g_dbus_connection_export_action_group() will check if * the exported #GActionGroup implements #GRemoteActionGroup and use the - * _full variants of the calls if available. This + * `_full` variants of the calls if available. This * provides a mechanism by which to receive platform data for action * invocations that arrive by way of D-Bus. *