X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgsimplepermission.c;h=5f3161eb63b2e57f55cd8d94bca8764d73fe7d36;hb=7fd6f07d498063470903a886b4805a13bd333908;hp=9eee4f40645f95d29fe848e46e038768ef8edb68;hpb=b9f0cb0f0754d5985cef5e01c2761975eacdd87b;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gsimplepermission.c b/gio/gsimplepermission.c index 9eee4f4..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 */ @@ -29,6 +27,7 @@ * SECTION:gsimplepermission * @title: GSimplePermission * @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