X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgactiongroup.c;h=c608a4a992a5b87aa2b6833c51b5b0bf1597c2f7;hb=7e5e3e142f856ac80e83a9a5110b51aa4b5b0821;hp=5fe1dc7df6b5877faa7ff74caef1087e898f4f41;hpb=38720494452aa336eb2f168ac4bd2add138c400e;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gactiongroup.c b/gio/gactiongroup.c index 5fe1dc7..c608a4a 100644 --- a/gio/gactiongroup.c +++ b/gio/gactiongroup.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 */ @@ -66,7 +64,7 @@ * with actions. 'Internal' APIs (ie: ones meant only to be accessed by * the action group implementation) are found on subclasses. This is * why you will find - for example - g_action_group_get_action_enabled() - * but not an equivalent set() call. + * but not an equivalent set() call. * * Signals are emitted on the action group in response to state changes * on individual actions. @@ -391,7 +389,7 @@ g_action_group_has_action (GActionGroup *action_group, * possible for an action to be removed and for a new action to be added * with the same name but a different parameter type. * - * Return value: the parameter type + * Returns: (nullable): the parameter type * * Since: 2.28 **/ @@ -427,7 +425,8 @@ g_action_group_get_action_parameter_type (GActionGroup *action_group, * possible for an action to be removed and for a new action to be added * with the same name but a different state type. * - * Returns: (transfer full): the state type, if the action is stateful + * Returns: (nullable) (transfer full): the state type, if the action + * is stateful * * Since: 2.28 **/ @@ -465,7 +464,7 @@ g_action_group_get_action_state_type (GActionGroup *action_group, * The return value (if non-%NULL) should be freed with * g_variant_unref() when it is no longer required. * - * Return value: (transfer full): the state range hint + * Returns: (nullable) (transfer full): the state range hint * * Since: 2.28 **/ @@ -489,7 +488,7 @@ g_action_group_get_action_state_hint (GActionGroup *action_group, * An action must be enabled in order to be activated or in order to * have its state changed from outside callers. * - * Return value: whether or not the action is currently enabled + * Returns: whether or not the action is currently enabled * * Since: 2.28 **/ @@ -517,7 +516,7 @@ g_action_group_get_action_enabled (GActionGroup *action_group, * The return value (if non-%NULL) should be freed with * g_variant_unref() when it is no longer required. * - * Return value: (allow-none): the current state of the action + * Returns: (nullable): the current state of the action * * Since: 2.28 **/