X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgsimplepermission.c;h=5f3161eb63b2e57f55cd8d94bca8764d73fe7d36;hb=25990eb2b6da94e1d03631eab8a952ef84cb9986;hp=54cc00e211030f3c1c87c2287b93411923b317d6;hpb=73ca8b47540d005d5227c03aac143d6780da654c;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gsimplepermission.c b/gio/gsimplepermission.c index 54cc00e..5f3161e 100644 --- a/gio/gsimplepermission.c +++ b/gio/gsimplepermission.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. + * License along with this library; if not, see . * * Author: Ryan Lortie */ @@ -28,11 +26,12 @@ /** * SECTION:gsimplepermission * @title: GSimplePermission - * @short_description: a GPermission that doesn't change value + * @short_description: A GPermission that doesn't change value + * @include: gio/gio.h * * #GSimplePermission is a trivial implementation of #GPermission that * represents a permission that is either always or never allowed. The - * value is given at constuction and doesn't change. + * value is given at construction and doesn't change. * * Calling request or release will result in errors. **/ @@ -66,11 +65,12 @@ g_simple_permission_class_init (GSimplePermissionClass *class) /** * g_simple_permission_new: * @allowed: %TRUE if the action is allowed - * @returns: the #GSimplePermission, as a #GPermission * * Creates a new #GPermission instance that represents an action that is * either always or never allowed. * + * Returns: the #GSimplePermission, as a #GPermission + * * Since: 2.26 **/ GPermission *