X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgunixcredentialsmessage.h;h=bc3e43a7415c218ce4f3b6133f129cff9e76ab71;hb=7e5e3e142f856ac80e83a9a5110b51aa4b5b0821;hp=7f444d5bf73948c889a9a7dc53c324d675bcb905;hpb=6223341cacc7dfa34a8d60ec1b4828382dee6d07;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gunixcredentialsmessage.h b/gio/gunixcredentialsmessage.h index 7f444d5..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 */ @@ -24,8 +22,7 @@ #ifndef __G_UNIX_CREDENTIALS_MESSAGE_H__ #define __G_UNIX_CREDENTIALS_MESSAGE_H__ -#include -#include +#include G_BEGIN_DECLS @@ -71,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