mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Remove protocol names, instead use an enum with common protocols
The whole protocol name thing is pretty weird. The getprotobyname functions seem to only specify one mapping for name <-> ids, so all families/types must use the same values. Plus the values used for the protocols are standardized by IANA, so are always the same. So, we drop using names for protocols, intead introducing an enum with a few commonly availible and used protocols.
This commit is contained in:
77
docs/reference/gio/bb
Normal file
77
docs/reference/gio/bb
Normal file
@@ -0,0 +1,77 @@
|
||||
xml/api-index-2.18.xml
|
||||
xml/api-index-2.18..xml
|
||||
xml/api-index-2,20.xml
|
||||
xml/api-index-2.20.xml
|
||||
xml/api-index-2.22.xml
|
||||
xml/api-index-2.22..xml
|
||||
xml/api-index-deprecated.xml
|
||||
xml/api-index-full.xml
|
||||
xml/extensionpoints.xml
|
||||
xml/gappinfo.xml
|
||||
xml/gasyncinitable.xml
|
||||
xml/gasyncresult.xml
|
||||
xml/gbufferedinputstream.xml
|
||||
xml/gbufferedoutputstream.xml
|
||||
xml/gcancellable.xml
|
||||
xml/gcontenttype.xml
|
||||
xml/gdatainputstream.xml
|
||||
xml/gdataoutputstream.xml
|
||||
xml/gdesktopappinfo.xml
|
||||
xml/gdrive.xml
|
||||
xml/gemblemedicon.xml
|
||||
xml/gemblem.xml
|
||||
xml/gfileattribute.xml
|
||||
xml/gfileenumerator.xml
|
||||
xml/gfileicon.xml
|
||||
xml/gfileinfo.xml
|
||||
xml/gfileinputstream.xml
|
||||
xml/gfileiostream.xml
|
||||
xml/gfilemonitor.xml
|
||||
xml/gfilenamecompleter.xml
|
||||
xml/gfileoutputstream.xml
|
||||
xml/gfile.xml
|
||||
xml/gfilterinputstream.xml
|
||||
xml/gfilteroutputstream.xml
|
||||
xml/gicon.xml
|
||||
xml/ginetaddress.xml
|
||||
xml/ginetsocketaddress.xml
|
||||
xml/ginitable.xml
|
||||
xml/ginputstream.xml
|
||||
xml/gioerror.xml
|
||||
xml/giomodule.xml
|
||||
xml/gioscheduler.xml
|
||||
xml/giostream.xml
|
||||
xml/gloadableicon.xml
|
||||
xml/gmemoryinputstream.xml
|
||||
xml/gmemoryoutputstream.xml
|
||||
xml/gmountoperation.xml
|
||||
xml/gmount.xml
|
||||
xml/gnetworkaddress.xml
|
||||
xml/gnetworkservice.xml
|
||||
xml/goutputstream.xml
|
||||
xml/gresolver.xml
|
||||
xml/gseekable.xml
|
||||
xml/gsimpleasyncresult.xml
|
||||
xml/gsocketaddress.xml
|
||||
xml/gsocketclient.xml
|
||||
xml/gsocketconnectable.xml
|
||||
xml/gsocketconnection.xml
|
||||
xml/gsocketcontrolmessage.xml
|
||||
xml/gsocketlistener.xml
|
||||
xml/gsocketservice.xml
|
||||
xml/gsocket.xml
|
||||
xml/gsrvtarget.xml
|
||||
xml/gtcpconnection.xml
|
||||
xml/gthemedicon.xml
|
||||
xml/gthreadedsocketservice.xml
|
||||
xml/gunixconnection.xml
|
||||
xml/gunixfdmessage.xml
|
||||
xml/gunixinputstream.xml
|
||||
xml/gunixmounts.xml
|
||||
xml/gunixoutputstream.xml
|
||||
xml/gunixsocketaddress.xml
|
||||
xml/gvfs.xml
|
||||
xml/gvolumemonitor.xml
|
||||
xml/gvolume.xml
|
||||
xml/migrating.xml
|
||||
xml/overview.xml
|
Reference in New Issue
Block a user