X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgunixcredentialsmessage.h;h=bc3e43a7415c218ce4f3b6133f129cff9e76ab71;hb=853692bdfd9f8a87aed70d21f643dc13b57c92d1;hp=8dd660ceb007c388fe41a91d91890be546f23369;hpb=1b033919845cef366842373da9f1cfb56f522d01;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gunixcredentialsmessage.h b/gio/gunixcredentialsmessage.h index 8dd660c..bc3e43a 100644 --- a/gio/gunixcredentialsmessage.h +++ b/gio/gunixcredentialsmessage.h @@ -14,9 +14,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 . * * Authors: David Zeuthen */ @@ -70,11 +68,16 @@ struct _GUnixCredentialsMessage GUnixCredentialsMessagePrivate *priv; }; +GLIB_AVAILABLE_IN_ALL GType g_unix_credentials_message_get_type (void) G_GNUC_CONST; +GLIB_AVAILABLE_IN_ALL GSocketControlMessage *g_unix_credentials_message_new (void); +GLIB_AVAILABLE_IN_ALL GSocketControlMessage *g_unix_credentials_message_new_with_credentials (GCredentials *credentials); +GLIB_AVAILABLE_IN_ALL GCredentials *g_unix_credentials_message_get_credentials (GUnixCredentialsMessage *message); +GLIB_AVAILABLE_IN_ALL gboolean g_unix_credentials_message_is_supported (void); G_END_DECLS