netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
afpstats_obj.c File Reference
#include <pwd.h>
#include <strings.h>
#include <glib-object.h>
#include <glib.h>
#include <glib/gprintf.h>
#include <atalk/dsi.h>
#include <atalk/logger.h>
#include "afpstats_obj.h"
#include "afpstats.h"

Data Structures

struct  AFPStatsObj
struct  AFPStatsObjClass

Functions

static void afpstats_obj_init (AFPStatsObj *obj _U_)
static void afpstats_obj_class_init (AFPStatsObjClass *klass _U_)
static void afpstats_obj_class_intern_init (gpointer klass)
GType afpstats_obj_get_type (void)
gboolean afpstats_obj_get_users (AFPStatsObj *obj _U_, gchar ***ret, GError **error _U_)

Variables

static gpointer afpstats_obj_parent_class = NULL

Function Documentation

◆ afpstats_obj_class_init()

void afpstats_obj_class_init ( AFPStatsObjClass *klass _U_)
static

◆ afpstats_obj_class_intern_init()

void afpstats_obj_class_intern_init ( gpointer klass)
static

◆ afpstats_obj_get_type()

GType afpstats_obj_get_type ( void )

◆ afpstats_obj_get_users()

gboolean afpstats_obj_get_users ( AFPStatsObj *obj _U_,
gchar *** ret,
GError **error _U_ )

◆ afpstats_obj_init()

void afpstats_obj_init ( AFPStatsObj *obj _U_)
static

Variable Documentation

◆ afpstats_obj_parent_class

gpointer afpstats_obj_parent_class = NULL
static