X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgiomodule-priv.h;h=2a510557c033986eae0c9d4a9efae25ad363a827;hb=cea9de93c8838099661f5b54462f9c4b6410bfc9;hp=c10500746495f2f1abecf12ebee51a1153e70bb9;hpb=bd148e127a5863de4aef260cd879e0eda370c711;p=platform%2Fupstream%2Fglib.git diff --git a/gio/giomodule-priv.h b/gio/giomodule-priv.h index c105007..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 */ @@ -35,6 +33,10 @@ 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