aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-permission-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_BOXED_TYPE to define boxed typesXan Lopez2012-07-191-15/+3
* ephy-permission-manager: introspection fixesXan Lopez2012-04-141-5/+5
* Use the generic marshaler throughoutXan Lopez2011-06-141-1/+0
* introspection: fix wrong and missing annotationsDiego Escalante Urrelo2010-12-091-3/+3
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
* Use g_slice for EphyPasswordInfo, EphyPermissionInfo, PixbufCacheEntry. (#521...Xan Lopez2008-03-081-3/+3
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-221-18/+18
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-091-3/+3
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-23/+1
* Another enum type.Christian Persch2005-01-041-0/+21
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-2/+2
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-241-11/+11
* API documentationAdam Hooper2004-03-241-20/+23
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-10/+10
* Fix permission return types.Christian Persch2003-12-131-10/+11
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-101-1/+2
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-1/+1
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-261-15/+16
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-0/+295