X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgiomodule-priv.h;h=2a510557c033986eae0c9d4a9efae25ad363a827;hb=7103484017ff000d01ed94567539d37fa09b32b2;hp=8eee1be43077f3fc29c071920c5376da8bf5c082;hpb=fb5ddf6ecf83649ef49a3de13ffe1af39b3f1875;p=platform%2Fupstream%2Fglib.git diff --git a/gio/giomodule-priv.h b/gio/giomodule-priv.h index 8eee1be..2a51055 100644 --- a/gio/giomodule-priv.h +++ b/gio/giomodule-priv.h @@ -13,9 +13,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 . * * Author: Alexander Larsson */ @@ -27,7 +25,21 @@ G_BEGIN_DECLS -void _g_io_modules_ensure_loaded (void); +void _g_io_modules_ensure_extension_points_registered (void); +void _g_io_modules_ensure_loaded (void); + +typedef gboolean (*GIOModuleVerifyFunc) (gpointer); +gpointer _g_io_module_get_default (const gchar *extension_point, + const gchar *envvar, + GIOModuleVerifyFunc verify_func); + +GType _g_io_module_get_default_type (const gchar *extension_point, + const gchar *envvar, + guint is_supported_offset); + +#ifdef G_PLATFORM_WIN32 +void *_g_io_win32_get_module (void); +#endif G_END_DECLS