X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgsimplepermission.h;h=df5f3815ede886a544a4a9e4ac4173c429f2c1dd;hb=e55a953642a9e402f4363f9fa347b6061dd78990;hp=367fe895cc46a24186a054759f6d11457eccf548;hpb=d85b722734a6fcfe94032f6113de9e5c190fd7c3;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gsimplepermission.h b/gio/gsimplepermission.h index 367fe89..df5f381 100644 --- a/gio/gsimplepermission.h +++ b/gio/gsimplepermission.h @@ -12,20 +12,18 @@ * 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 */ +#ifndef __G_SIMPLE_PERMISSION_H__ +#define __G_SIMPLE_PERMISSION_H__ + #if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_SIMPLE_PERMISSION_H__ -#define __G_SIMPLE_PERMISSION_H__ - #include G_BEGIN_DECLS @@ -37,7 +35,9 @@ G_BEGIN_DECLS #define G_IS_SIMPLE_PERMISSION(inst) (G_TYPE_CHECK_INSTANCE_TYPE ((inst), \ G_TYPE_SIMPLE_PERMISSION)) +GLIB_AVAILABLE_IN_ALL GType g_simple_permission_get_type (void); +GLIB_AVAILABLE_IN_ALL GPermission * g_simple_permission_new (gboolean allowed); G_END_DECLS