Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zbigniew Jędrzejewski-Szmek
polkit
Commits
69959d3a
Commit
69959d3a
authored
Aug 24, 2007
by
David Zeuthen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update inline API docs
parent
a10dd21e
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
43 additions
and
24 deletions
+43
-24
polkit-dbus/polkit-dbus.c
polkit-dbus/polkit-dbus.c
+3
-2
polkit-grant/polkit-grant.c
polkit-grant/polkit-grant.c
+7
-3
polkit/polkit-action.c
polkit/polkit-action.c
+3
-2
polkit/polkit-caller.c
polkit/polkit-caller.c
+5
-3
polkit/polkit-config.c
polkit/polkit-config.c
+2
-1
polkit/polkit-context.c
polkit/polkit-context.c
+2
-1
polkit/polkit-error.c
polkit/polkit-error.c
+2
-1
polkit/polkit-policy-cache.c
polkit/polkit-policy-cache.c
+2
-1
polkit/polkit-policy-default.c
polkit/polkit-policy-default.c
+2
-1
polkit/polkit-policy-file-entry.c
polkit/polkit-policy-file-entry.c
+2
-1
polkit/polkit-policy-file.c
polkit/polkit-policy-file.c
+2
-1
polkit/polkit-result.c
polkit/polkit-result.c
+2
-1
polkit/polkit-seat.c
polkit/polkit-seat.c
+3
-2
polkit/polkit-session.c
polkit/polkit-session.c
+3
-2
polkit/polkit-types.h
polkit/polkit-types.h
+3
-2
No files found.
polkit-dbus/polkit-dbus.c
View file @
69959d3a
...
...
@@ -26,8 +26,9 @@
/**
* SECTION:polkit-dbus
* @short_description: Helper library for obtaining seat, session and
* caller information via D-Bus and ConsoleKit.
* @title: Caller Determination
* @short_description: Obtaining seat, session and caller information
* via D-Bus and ConsoleKit.
*
* Helper library for obtaining seat, session and caller information
* via D-Bus and ConsoleKit. This library is only useful when writing
...
...
polkit-grant/polkit-grant.c
View file @
69959d3a
...
...
@@ -40,17 +40,21 @@
/**
* SECTION:polkit-grant
* @short_description: Obtain privileges through authentication.
* @title: PolKitGrant
* @short_description: A class used for obtain privileges through
* authentication.
*
* These functions are used to obtain privileges for a user that is
* able to successfully authenticate.
* able to successfully authenticate. It is only useful for people
* writing user interfaces that interfaces with the end user.
**/
/**
* PolKitGrant:
*
* Objects of this class are used to obtain privileges for a user that
* is able to successfully authenticate.
* is able to successfully authenticate. It is only useful for people
* writing user interfaces that interfaces with the end user.
**/
struct
PolKitGrant
{
...
...
polkit/polkit-action.c
View file @
69959d3a
...
...
@@ -43,9 +43,10 @@
/**
* SECTION:polkit-action
* @short_description: Actions.
* @title: Actions
* @short_description: Models what a caller is attempting to do.
*
* This class is used to represent a
n action. TODO: describe what a action really is
.
* This class is used to represent a
PolicyKit action
.
**/
/**
...
...
polkit/polkit-caller.c
View file @
69959d3a
...
...
@@ -25,9 +25,11 @@
/**
* SECTION:polkit-caller
* @short_description: Callers on the system message bus.
* @title: Caller
* @short_description: Represents a process requesting a mechanism to do something.
*
* This class is used to represent a caller in another process connected to the system message bus.
* This class is used to represent a caller in another process that is
* calling into a mechanism to make the mechanism do something.
**/
#ifdef HAVE_CONFIG_H
...
...
@@ -52,7 +54,7 @@
* PolKitCaller:
*
* Objects of this class are used to record information about a caller
*
o
n
the system bu
s.
*
i
n
another proces
s.
**/
struct
PolKitCaller
{
...
...
polkit/polkit-config.c
View file @
69959d3a
...
...
@@ -47,7 +47,8 @@
/**
* SECTION:polkit-config
* @short_description: Configuration file.
* @title: Configuration
* @short_description: Represents the system-wide <literal>/etc/PolicyKit/PolicyKit.conf</literal> file.
*
* This class is used to represent the /etc/PolicyKit/PolicyKit.conf
* configuration file. Applications using PolicyKit should never use
...
...
polkit/polkit-context.c
View file @
69959d3a
...
...
@@ -54,7 +54,8 @@
/**
* SECTION:polkit-context
* @short_description: Context.
* @title: Context
* @short_description: The main interface used to query PolicyKit.
*
* This class is used to represent the interface to PolicyKit - it is
* used by Mechanisms that use PolicyKit for making
...
...
polkit/polkit-error.c
View file @
69959d3a
...
...
@@ -25,7 +25,8 @@
/**
* SECTION:polkit-error
* @short_description: Error codes from PolicyKit.
* @title: Error reporting
* @short_description: Representation of recoverable errors.
*
* Error codes from PolicyKit.
**/
...
...
polkit/polkit-policy-cache.c
View file @
69959d3a
...
...
@@ -44,7 +44,8 @@
/**
* SECTION:polkit-policy-cache
* @short_description: Class for holding all policy objects.
* @title: Policy Cache
* @short_description: Holds the actions defined on the system.
*
* This class is used to hold all policy objects (stemming from policy
* files) and provide look-up functions.
...
...
polkit/polkit-policy-default.c
View file @
69959d3a
...
...
@@ -43,7 +43,8 @@
/**
* SECTION:polkit-policy-default
* @short_description: Defaults policy.
* @title: Defaults
* @short_description: Models the default policy for an action.
*
* This class records the default policy of an action.
**/
...
...
polkit/polkit-policy-file-entry.c
View file @
69959d3a
...
...
@@ -44,7 +44,8 @@
/**
* SECTION:polkit-policy-file-entry
* @short_description: Policy files entries.
* @title: Policy File Entry
* @short_description: Represents a declared action in a policy file.
*
* This class is used to represent a entries in policy files.
**/
...
...
polkit/polkit-policy-file.c
View file @
69959d3a
...
...
@@ -47,7 +47,8 @@
/**
* SECTION:polkit-policy-file
* @short_description: Policy files.
* @title: Policy Definition Files
* @short_description: Represents a set of declared actions.
*
* This class is used to represent a policy files.
**/
...
...
polkit/polkit-result.c
View file @
69959d3a
...
...
@@ -25,7 +25,8 @@
/**
* SECTION:polkit-result
* @short_description: Result of PolicyKit queries
* @title: Results
* @short_description: Definition of results of PolicyKit queries.
*
* These functions are used to manipulate PolicyKit results.
**/
...
...
polkit/polkit-seat.c
View file @
69959d3a
...
...
@@ -43,9 +43,10 @@
/**
* SECTION:polkit-seat
* @short_description: Seats.
* @title: Seat
* @short_description: Represents a ConsoleKit Seat.
*
* This class is used to represent a seat.
TODO: describe seat.
* This class is used to represent a seat.
**/
/**
...
...
polkit/polkit-session.c
View file @
69959d3a
...
...
@@ -43,9 +43,10 @@
/**
* SECTION:polkit-session
* @short_description: Sessions.
* @title: Session
* @short_description: Represents a ConsoleKit Session.
*
* This class is used to represent a session.
TODO: describe session.
* This class is used to represent a session.
**/
/**
...
...
polkit/polkit-types.h
View file @
69959d3a
...
...
@@ -32,9 +32,10 @@
/**
* SECTION:polkit-types
* @short_description: Basic types.
* @title: Basic types
* @short_description: Type definitions for common primitive types.
*
* Typedefs for common primitive types.
* Type
def
inition
s for common primitive types.
**/
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment